amort_sl: Constant percent amortization method

Description Usage Arguments Details Value Examples

Description

amort_sl stream of payments for straight-line payments

Usage

1
amort_sl(p, i, m, end)

Arguments

p

principal

i

interest rate

m

number of periods

end

if TRUE, payment at the end of period

Details

Returns POSITIVE payment for positive principal

Value

The amortization payment

Examples

1
2
3
4
5
amort_sl(100, 0.08, 10, FALSE)

amort_cd(100, 0.08, 10, FALSE)
amort_cp(100, 0.08, 10, 0.05, FALSE)
amort_sl(100, 0.08, 10, FALSE)

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