cashflow: Get the cashflow for a loan

View source: R/CfFuncs.R

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)

tvm documentation built on Aug. 30, 2023, 5:19 p.m.