pv.annuity: Estimate present value (pv) of an annuity

Description Usage Arguments See Also Examples

Description

Estimate present value (pv) of an annuity

Usage

1
pv.annuity(r, n, pmt, type = 0)

Arguments

r

discount rate, or the interest rate at which the amount will be compounded each period

n

number of periods

pmt

payment per period

type

payments occur at the end of each period (type=0); payments occur at the beginning of each period (type=1)

See Also

pv

Examples

1
2
3
pv.annuity(0.03,12,1000)

pv.annuity(r=0.0425,n=3,pmt=30000)

FinCal documentation built on May 2, 2019, 1:29 p.m.