cashflow: Get the cashflow for a loan

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

l

The loan

Examples

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

juancentro/tvm documentation built on May 20, 2019, 3:18 a.m.