[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Calculate the payment for an investment
Source position: math.pp line 572
function Payment( |
ARate: Float; |
NPeriods: Integer; |
APresentValue: Float; |
AFutureValue: Float; |
APaymentTime: tpaymenttime |
):Float; |
Payment calculates the amount that must be payed (PMT) during number of periods (n) needed to obtain future value of an investment in the cash flow formula (see CashFlowFunctions). The function result is the amount (PMT) that must be paid in order to obtain a future value AFutureValue for an investment of a start value APresentValue (PV), where the amount must be payed NPeriods (PMT) and the interest rate isARate (q).
The APaymentTime parameter determines whether the investment (payment) is an ordinary annuity or an annuity due: ptEndOfPeriod NumberOfPeriodsmust be used if payments are at the end of each period. If the payments are at the beginning of the periode, ptStartOfPeriod must be used.
|
Calculate the future value of an investment. |
|
|
Calculate the interest rate value of an investment |
|
|
Calculate the number of periods for an investment |
|
|
Calculate the present value given the future value of an investment. |
|
|
Type used in financial (interest) calculations. |
|
|
Cash flow functions |