pmt.growth: Returns timeseris of payments with growth

View source: R/pmt.growth.R

pmt.growthR Documentation

Returns timeseris of payments with growth

Description

Returns timeseris of payments with growth

Usage

pmt.growth(nper = 1, pmt = 0, pmtGrowth = 0, pmtinfladj = FALSE, inflation = 0)

Arguments

nper

The total number of payment periods. Default is one period.

pmt

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

pmtGrowth

The payment (spending) Growth from one period to another.

pmtinfladj

Should the payments be inflation adjusted? E.g. are the annuity pmt constant or real annuities. Only avaliable for pmt given as scalar. Default value = FALSE.

inflation

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

Examples

pmt.growth(nper=10,pmt=10,pmtGrowth=0.1)

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