powered by
Calculates the future value of a series of equal payments.
calc_fv_annuity(pmt, rate, n, type = 0)
Future value of the annuity.
Payment amount per period.
Interest rate per period (decimal).
Number of periods.
Payment timing: 0 for end of period (ordinary annuity), 1 for beginning of period (annuity due).
calc_fv_annuity(pmt = 100, rate = 0.05, n = 10, type = 0) calc_fv_annuity(pmt = 100, rate = 0.05, n = 10, type = 1)
Run the code above in your browser using DataLab