Syntax
| FinPPmt(Rate,Per,NPer,Pv,Fv,Due)
| ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Calculates the principal payment for a given period of an annuity based on periodic, fixed payments and a fixed interest rate.
An annuity is a series of fixed payments made to an insurance company or other investment company over a period of time. Examples of annuities are mortgages and monthly savings plans.
Rate and NPer must be in the same units to calculate correctly. If Rate is expressed in months, then NPer must also be expressed in months.
Negative values represent payments paid out, whereas positive values represent payments received.
| ||||||||||||||
See Also
| |||||||||||||||
Example
| Sub Main |