pv.perpetuity: Estimate present value of a perpetuity

Description Usage Arguments See Also Examples

Description

Estimate present value of a perpetuity

Usage

1
pv.perpetuity(r, pmt, g = 0, type = 0)

Arguments

r

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

pmt

payment per period

g

growth rate of perpetuity

type

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

See Also

r.perpetuity

Examples

1
2
3
4
5
pv.perpetuity(r=0.1,pmt=1000,g=0.02)

pv.perpetuity(r=0.1,pmt=1000,type=1)

pv.perpetuity(r=0.1,pmt=1000) 

felixfan/FinCal documentation built on May 16, 2019, 12:46 p.m.