pvAnytypePerpetuity | R Documentation |
Computing Present Value of an Ordinary Perpetuity or Perpetuity Due.
pvAnytypePerpetuity(r, pmt, bgn)
r |
A number. |
pmt |
A number. |
bgn |
A number. |
According to \insertCitehumm;textualtvmComp, a Perpetuity is an annuity for which the payments continue forever. When the size of the periodic payment from a fund is equal to the periodic interest earned by the fund, such as an endowment fund to a university or a continuous benefit from a capital investment, a Perpetuity gets resulted.
The method pvAnytypePerpetuity()
is developed to compute Present Value(PV) of an Ordinary Perpetuity or Perpetuity Due.The method gives Present Value when values are passed to its three arguments. Here r
is annual rate, pmt
is amount of one annuity and bgn
is the computational mode. (Enter 1 when annuity payment occurs at the beginning of the period; 0 for end of period payments)
Input values to three arguments r
, pmt
and bgn
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
hummtvmComp
pvAnytypePerpetuity( 0.08, 4.5, 1) pvAnytypePerpetuity( 0.08, 4.5, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.