fvVariousCompSingleCF {tvmComp} | R Documentation |
Calculates Future Value of Single Cash Flow for various Compounding Frequencies.
fvVariousCompSingleCF(r, n, pv, cfreq)
r |
A number. |
n |
A number. |
pv |
A number. |
cfreq |
A number. |
The method fvVariousCompSingleCF()
is developed to calculate Future Value of Single Cash Flow for various Compounding Frequencies. The gives Future Value when values are passed to its four arguments. Here r
is annual rate, n
is number of years, pv
is Present Value and cfreq
is Compounding Frequency value that must be either 1 or 2 or 4 or 12 or 365.
Input values to four arguments r
, n
, pv
and cfreq
.
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.
fvVariousCompSingleCF( 0.08,10,2000,2)
fvVariousCompSingleCF( 0.08,10,2000,4)
fvVariousCompSingleCF( 0.08,10,2000,12)
fvVariousCompSingleCF( 0.08,10,2000,365)