schedule {capitalR} | R Documentation |
Creates an amortization schedule of a loan
schedule(r, n, pv, fv = 0, end = TRUE)
r |
Rate |
n |
Number of Periods |
pv |
Present Value |
fv |
Future Value, set = 0 |
end |
If FALSE, payments are made at the beginning of the period |
Returns the Amortization Schedule in a dataframe
schedule(r = 0.06/12, n = 10 * 12, pv = -5000, fv = 0, end = TRUE)