Learn R Programming

FinCal (version 0.6.3)

pv.perpetuity: 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

Run this code
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) 

Run the code above in your browser using DataLab