powered by
Returns the cashflow for the loan, excluding the initial inflow for the loan taker
cashflow(l)
The loan
# NOT RUN { l <- loan(rate = 0.05, maturity = 10, amt = 100, type = "bullet") cashflow(l) # }
Run the code above in your browser using DataLab