pv.single: Returns the present value of an single payment (pv)

Description Usage Arguments See Also Examples

View source: R/pv.single.R

Description

Returns the present value of an single payment (pv)

Usage

1
pv.single(rate = 0, inflation = 0, nper = 1, fv = 0)

Arguments

rate

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

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 rate and inflation are entered as ts nper is ignored.

fv

The future value of single payment (spending) made in the future. Default is assumed to be zero. Must be entered as a negative number

See Also

pv

Examples

1
2
pv.single(rate=0.05,inflation=0.03,nper=35,fv=-1000)
pv.single(rate=0.01,inflation=0,nper=10,fv=-1000)

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