pv.perpetuity {FinCal} | R Documentation |
Estimate present value of a perpetuity
pv.perpetuity(r, pmt, g = 0, type = 0)
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) |
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)