Financial Toolbox | ![]() ![]() |
Syntax
FutureVal = fvfix(Rate, NumPeriods, Payment, PresentVal, Due)
Description
FutureVal = fvfix(Rate, NumPeriods, Payment, PresentVal, Due)
returns the future value of a series of equal payments.
Examples
A savings account has a starting balance of $1500. $200 is added at the end of each month for 10 years and the account pays 9% interest compounded monthly. Using this data
FutureVal = fvfix(0.09/12, 12*10, 200, 1500, 0)returns
FutureVal=
42379.89
![]() | fvdisc | fvvar | ![]() |