pv.annuity.growth: Returns the present value of first payment of an annuit with...

View source: R/pv.annuity.growth.R

pv.annuity.growthR Documentation

Returns the present value of first payment of an annuit with growth based og present net worth

Description

Returns the present value of first payment of an annuit with growth based og present net worth

Usage

pv.annuity.growth(
  rate = 0,
  inflation = 0,
  nper = 1,
  netWorth = 1000,
  annuityGrowth = 0
)

Arguments

rate

The interest rate per period. Default is zero. Must be entered as decimal

inflation

The inflation rate per period. Default is zero. Must be entered as decimal

nper

The total number of payment periods. Default is one period

netWorth

The payment (spending) made each period (annuity) in the future. Must be entered as a negative number.

annuityGrowth

The annuity growth from one period to another.

Examples

pv.annuity.growth(rate=0.01,inflation=0, nper=10,netWorth=1000, annuityGrowth=0.02)

eaoestergaard/UNPIE documentation built on Aug. 23, 2022, 2:28 a.m.