fv.annuity: Returns the future value of annuity payments (fv)

Description Usage Arguments See Also Examples

View source: R/fv.annuity.R

Description

Returns the future value of annuity payments (fv)

Usage

1
2
fv.annuity(rate = 0, inflation = 0, nper = 1, pmt = 0,
  pmtinfladj = FALSE, pmtUltimo = TRUE)

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.

pmtinfladj

Should the payments be inflation adjusted? E.g. are the annuity pmt constant or real annuities. Default value = FALSE.

pmtUltimo

When payments are due. TRUE = end of period, FALSE = beginning of period. Default is TRUE.

See Also

fv

Examples

1
fv.annuity(rate=0.01,nper=10,pmt=-10,pmtUltimo=TRUE)

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