Last data update: 2014.03.03

R: Get the cashflow for a loan
cashflowR Documentation

Get the cashflow for a loan

Description

Returns the cashflow for the loan, excluding the initial inflow for the loan taker

Usage

cashflow(l)

Arguments

l

The loan

Examples

l <- loan(rate = 0.05, maturity = 10, amt = 100, type = "bullet")
cashflow(l)

Results