wrapper.case9: Returns the PV(payments), adj. for inflation.

Description Usage Arguments See Also Examples

View source: R/wrapper.case9.R

Description

Returns the PV(payments), adj. for inflation.

Usage

1
wrapper.case9(rate = 0, inflation = 0, nper = 1, pmt = 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

pmt

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

See Also

rate.real

pv

Examples

1
wrapper.case9(rate=0.04,inflation=0.02,nper=35,pmt=-1000)

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