fv.single: Returns the future value of an single payment (fv)

View source: R/fv.Single.R

fv.singleR Documentation

Returns the future value of an single payment (fv)

Description

Returns the future value of an single payment (fv)

Usage

fv.single(rate = 0, inflation = 0, nper = 1, pv = 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.

pv

The present value of single payment made today. Default is assumed to be zero. Must be entered as a negative number

See Also

fv

Examples

fv.single(rate=0.01,nper=20,pv=-1000)

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