pvSemiAnnualCompSingleCF: Computing Present Value of a Single Cash Flow for Semi-Annual...

pvSemiAnnualCompSingleCFR Documentation

Computing Present Value of a Single Cash Flow for Semi-Annual Compounding.

Description

Computing Present Value of a Single Cash Flow for Semi-Annual Compounding.

Usage

pvSemiAnnualCompSingleCF(r, n, fv)

Arguments

r

A number.

n

A number.

fv

A number.

Details

The method pvSemiAnnualCompSingleCF() is developed to compute Present Value of a Single Cash Flow for Semi-Annual Compounding Frequency and 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

pvSemiAnnualCompSingleCF(0.08,10,2000)
pvSemiAnnualCompSingleCF(0.08,10,-2000)

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