pvSemiAnnualCompSingleCF {tvmComp} | R Documentation |
Computing Present Value of a Single Cash Flow for Semi-Annual Compounding.
pvSemiAnnualCompSingleCF(r, n, fv)
r |
A number. |
n |
A number. |
fv |
A number. |
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.
Input values to three arguments r
, n
and fv
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
Hummelbrunner,S.A., Halliday,K., Hassanlou,A.R. (2020). Contemporary Business Mathematics with Canadian Applications (12th Edition). Pearson Education Canada. ISBN 9780135285015, https://bookshelf.vitalsource.com/books/9780135406380.
pvSemiAnnualCompSingleCF(0.08,10,2000)
pvSemiAnnualCompSingleCF(0.08,10,-2000)