You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this formula, if AvailableSupply = 0, when the constructor is called, CostOfCoupon = 2*BaseCost. Is it the expected behavior? The naming seems to be a bit misleading as I was expecting costOfCoupon = BaseCost at the start.
The text was updated successfully, but these errors were encountered:
costOfCoupon = (BaseCost + BaseCost*(1.000001618^AvailableSupply)+BaseCost*AvailableSupply/1000)
In this formula, if AvailableSupply = 0, when the constructor is called, CostOfCoupon = 2*BaseCost. Is it the expected behavior? The naming seems to be a bit misleading as I was expecting costOfCoupon = BaseCost at the start.
The text was updated successfully, but these errors were encountered: