infladj.single: Returns the inflation adjusted future value of an single...

Description Usage Arguments Examples

View source: R/infladj.single.R

Description

Returns the inflation adjusted future value of an single payment (fv).If fv is given as ts the deflated value of the singele paymetn is given for each year.

Usage

1
infladj.single(fv = 1, inflation = 0, nper = 1)

Arguments

fv

The future value of an single payment (fv).

inflation

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

nper

The total number of payment periods. Default is one period. If inflation is entered as ts nper is ignored.

Examples

1
infladj.single(fv=-1000,inflation=0.02, nper= 25)

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