amort_LG: Function for choosing amortization methods

Description Usage Arguments Details Value Examples

Description

amort_LG stream of payments for straight-line payments

Usage

1
amort_LG(p, i, m, g, end, method)

Arguments

p

principal

i

interest rate

m

number of periods

g

growth rate

end

if TRUE, payment at the end of period

method

one of c("cd", "cp", "sl")

Details

Returns stream of payments

Value

The stream of payments

Examples

1
2
3
amort_LG(100, 0.08, 10, .03, method="cd")
amort_LG(100, 0.08, 10, .03, method="cp")
amort_LG(100, 0.08, 10, .03, method="sl")

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