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) 

Example output

[1] -12500
[1] -11000
[1] -10000

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