Interest payment
You can calculate the interest payment for a given period of an investment (ipmt).
This function takes the following arguments:
- Interest rate – The interest rate per period of an annuity.
- Period – The period to calculate interest payment. Use the same unit of measure as provided for the number of periods.
- Number of periods – The number of periods for an investment.
- Present value – The net present value of the investment.
- Future value – The future value of the investment.
Example expression
@Financial.ipmt(2.66, 1, 36, 8000,12000)
Open topic with navigation