Link to instance
This function is used by the AccountManager contract to calculate the schnibbles earned by the user for the tokens they locked. The issue is that the lockedWeight does not seem to consider the time duration the user has locked their tokens for. This means that the schnibbles the user currently receives is just based on the price and quantity they deposited. 
Im not sure if this is the intended behaviour or not since the AccountManager contract here calculates a bonus through the BonusManager which uses users lock time - see here. 
Raising this issue to bring the sponsors attention i.e. whether weighted value should be time weighted or not since a user locking tokens for longer has no benefit for the schnibble calculation. 
