pvQuarterlyPaidAnnuityCompQuarterly: Computing Present Value of Quarterly Paid Ordinary Annuity or...

pvQuarterlyPaidAnnuityCompQuarterlyR Documentation

Computing Present Value of Quarterly Paid Ordinary Annuity or Annuity Due that is Compounded Quarterly.

Description

Computing Present Value of Quarterly Paid Ordinary Annuity or Annuity Due that is Compounded Quarterly.

Usage

pvQuarterlyPaidAnnuityCompQuarterly(r, n, pmt, bgn)

Arguments

r

A number.

n

A number.

pmt

A number.

bgn

A number.

Details

As explained by \insertCitebrook;textualtvmComp, the way it is possible to find the Present Value of a single cash flow , on the same lines the Present Value of an annuity stream can also be computed. The method pvQuarterlyPaidAnnuityCompQuarterly() is developed to compute Present Value of Quarterly-Paid Ordinary Annuity or Annuity Due that is Compounded Quarterly.The method gives Present Value when values are passed to its four arguments. Here r is annual rate, n is number of years, 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)

Value

Input values to four arguments r , n , pmt and bgn.

Author(s)

MaheshP Kumar, maheshparamjitkumar@gmail.com

References

\insertRef

brooktvmComp

Examples

pvQuarterlyPaidAnnuityCompQuarterly(0.06,12, -200, 1)
pvQuarterlyPaidAnnuityCompQuarterly(0.06,12, -200, 0)
pvQuarterlyPaidAnnuityCompQuarterly(0.06,12, 200, 1)
pvQuarterlyPaidAnnuityCompQuarterly(0.06,12, 200, 0)

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