Present value
You can calculate the present value (pv) of a loan or an investment, based on a constant interest rate. You can use this function with periodic payments, constant payments, or a future value.
This function takes the following arguments:
- Interest rate – The interest rate per period of an annuity.
- Number of periods – The number of periods for an investment.
- Payment – The constant payment made each period over the life of the annuity.
- Optional: Future value – The future value of the investment.
Example expression
@Financial.pv(2.66, 10, -200, 4000)
Open topic with navigation