fvMonthlyCompSingleCF | R Documentation |
Computing Future Value of a Single Cash Flow under Monthly Compounding Frequency.
fvMonthlyCompSingleCF(r, n, pv)
r |
A number. |
n |
A number. |
pv |
A number. |
According to \insertCitebrook;textualtvmComp, when you deposit money in a certificate of deposit (CD) at a bank, the bank is technically borrowing or renting money from you with a promise to repay that money with interest. Let us assume that you purchase a CD for $500 with a promised annual percentage rate of 5 percent. The annual percentage rate (APR) is the yearly rate that you earn by investing or in other words, this is a charge for borrowing. Although the financial institution quotes the 5 percent interest rate on an annual basis, these institutions in fact often pay interest quarterly, monthly, or even daily. The period in which the financial institution applies interest is the Compounding Period, and the number of times it adds interest to an account each year is the Compounding Periods per Year.
The method fvMonthlyCompSingleCF()
computes Future Value (fv) of a Single Cash Flow under Monthly Compounding Frequency and gives fv when values are passed to its three arguments. Here r
is annual rate, n
is number of years and pv
is Present Value.
Input values to three arguments r
, n
and pv
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
brooktvmComp
fvMonthlyCompSingleCF(0.08,10,2000) fvMonthlyCompSingleCF(0.08,10,-2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.