Number of periods
You can calculate the number of periods for an investment (nper). This function assumes that periodic and constant payments have a constant interest rate.
This function takes the following arguments:
- Interest rate – The interest rate per period of an annuity.
- Payment – The payment made each period.
- Present value – The present value of the investment.
- Future value – The future value of the investment.
Example expression
@Financial.nper(2.66, -2000, 10000, 9500)
Open topic with navigation