amort_cp: Constant percent amortization method

Description Usage Arguments Details Value Examples

Description

amort_cp stream of payments for a graduated annuity growing at rate g

Usage

1
amort_cp(p, i, m, g, end)

Arguments

p

principal

i

interest rate

m

number of periods

g

growth rate

end

if TRUE, payment at the end of period

Details

Returns POSITIVE payment for positive principal

Value

The amortization payment

Examples

1
amort_cp(100, 0.08, 10, .03, FALSE)

donboyd5/ptools documentation built on May 15, 2019, 10:39 a.m.