Future value
Use this function to calculate the future value of an investment (fv).
This function takes the following arguments:
- Interest rate – The constant interest rate.
- Number of periods – The number of periods for all payments.
- Payment – The negative value for the payment to be paid each period.
- Present value – The present value of the investment.
Example expression
@Financial.fv(2.66, 10, -2000, 10000)
Open topic with navigation