powered by
Calculates the future value with optional periodic payments.
calc_future_value_ext(pv, rate, n, pmt = 0, type = 0)
Future value.
Present value.
Interest rate per period (decimal).
Number of periods.
Periodic payment (default = 0).
Payment timing: 0 for end of period (ordinary annuity), 1 for beginning of period (annuity due).
calc_future_value_ext(pv = 1000, rate = 0.05, n = 10, pmt = 100) calc_future_value_ext(pv = 0, rate = 0.01, n = 12, pmt = 500, type = 1)
Run the code above in your browser using DataLab