FV
Basic Overview
AVAILABLE SINCE 5.3.1
Description (Future Value) | Calculates the value of a recurring annuity investment at a set point in the future. It is based on an interest rate, a number of recurring payments, the amount of individual payments, the present value and either ordinary annuity or annuity due (type) indicating whether payments are due at the beginning or the end of period. |
---|---|
Signature | FV('Rate', 'Nper', 'Pmt' [, 'Pv' , ["Type"]]) |
Parameters |
|
Notes |
|
Limitations |
|
Positive Costs/Payments
In case the costs/payments are entered as a positive number within your model, this function needs to be multiplied by (-1).
Example
Rate (Interest Rate) | 0.03 |
---|---|
Nper (Number of Periods) | 5 |
Pmt (Payment per Period - Amount) | -500 |
Pv (Present Value) | 0 |
Type Payment at Beginning of Period (Annuity Due) = 1 Payment at End of Period (Ordinary Annuity) = 0 | 0 |
Valsight Formula | FV(Rate, Nper, Pmt, Pv, Type) |
Result | 2,654.57 |