wrapper.case8: Returns the future value (fv) with withdrawals.

Description Usage Arguments See Also Examples

View source: R/wrapper.case8.R

Description

Returns the future value (fv) with withdrawals.

Usage

1
2
wrapper.case8(rate = 0, inflation = 0, nper_savings = 1,
  nper_withdrawals = 0, 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_savings

The total number of payment periods. Default is one period

nper_withdrawals

The total number of withdraws periods. Default is zero period

pmt

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

See Also

fv

pmt

Examples

1
wrapper.case8(rate=0.04,inflation=0.02,nper_savings=35,nper_withdrawals=30,pmt=-1000)

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