Learn R Programming

tvm (version 0.3.0)

cashflow: 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

Run this code
# NOT RUN {
l <- loan(rate = 0.05, maturity = 10, amt = 100, type = "bullet")
cashflow(l)
# }

Run the code above in your browser using DataLab