rem: Remaining capital in a loan

Description Usage Arguments Examples

Description

The amount that has to be repayed at each moment in a loan, at the end of the period

Usage

1
rem(cf, amt, r)

Arguments

cf

The cashflow of the loan, not including the initial inflow for the loan taker

amt

The original amount of the loan

r

The periodic rate of the loan

Examples

1
rem(cf = rep_len(0.4, 4), amt = 1, r = 0.2)

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