function setLeveragePercent should check that the \_leveragePercent >= 100 so that this calculation will not fail later:
(leveragePercent - 100)
This variable can only be set by admin so as long as he sets the appropriate value it should be fine.
