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

View source: R/pv.single.R

pv.singleR Documentation

Returns the present value of an single payment (pv)

Description

Returns the present value of an single payment (pv)

Usage

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

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

eaoestergaard/UNPIE documentation built on Aug. 23, 2022, 2:28 a.m.