pvContinuousCompSingleCF: Calculates Present Value of a Single Cash Flow that is...

pvContinuousCompSingleCFR Documentation

Calculates Present Value of a Single Cash Flow that is Compounded Continuously.

Description

Calculates Present Value of a Single Cash Flow that is Compounded Continuously.

Usage

pvContinuousCompSingleCF(r, n, fv)

Arguments

r

A number.

n

A number.

fv

A number.

Details

According to \insertCitetman;textualtvmComp, a continuously compounding scenario is that where the time intervals between interest payments are infinitely small. The Method pvContinuousCompSingleCF() was developed for this scenario and calculates Present Value of a Single Cash Flow that is Compounded Continuously. The method gives Present Value when values are passed to its three arguments. Here r is annual rate, n is number of years and fv is Future Value

Value

Input values to three arguments r , n and fv.

Author(s)

MaheshP Kumar, maheshparamjitkumar@gmail.com

References

\insertRef

hummtvmComp

Examples

pvContinuousCompSingleCF(0.1854,1,3250)
pvContinuousCompSingleCF(0.1854,1,-3250)

tvmComp documentation built on May 6, 2022, 5:08 p.m.