powered by
Generates an amortization schedule for a loan.
calc_amortization_schedule(pv, rate, n, type = 0)
Data frame with amortization schedule.
Loan amount.
Interest rate per period (decimal).
Number of periods.
Payment timing: 0 for end of period, 1 for beginning of period.
calc_amortization_schedule(pv = 10000, rate = 0.01, n = 12)
Run the code above in your browser using DataLab