infladj.annuity: Returns the inflation adjusted future value of cashflow with...

Description Usage Arguments Examples

View source: R/infladj.annuity.R

Description

Returns the inflation adjusted future value of cashflow with (constant) annuity payments.

Usage

1
infladj.annuity(fv = 1, rate = 0, inflation = 0, nper = 1)

Arguments

fv

The future value of an single payment (fv).

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

Examples

1
infladj.annuity(fv=-1000,rate=.06, inflation=0.02, nper=25)

unpiexwill/UNPIE_BACK_END documentation built on May 24, 2019, 7:49 a.m.