pv.perpetuity {FinCal}R Documentation

Estimate present value of a perpetuity

Description

Estimate present value of a perpetuity

Usage

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

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) 

[Package FinCal version 0.6.3 Index]