fvYearlyAnnuityCompSemiAnnually: Calculates Future Value of Yearly Paid Ordinary Annuity or...

fvYearlyAnnuityCompSemiAnnuallyR Documentation

Calculates Future Value of Yearly Paid Ordinary Annuity or Annuity Due that is Compounded Semi-Annually.

Description

Calculates Future Value of Yearly Paid Ordinary Annuity or Annuity Due that is Compounded Semi-Annually.

Usage

fvYearlyAnnuityCompSemiAnnually(r, n, pmt, bgn)

Arguments

r

A number.

n

A number.

pmt

A number.

bgn

A number.

Details

As \insertCitebrook;textualtvmComp mentions that Future Value calculations value cash flow at a single point in time in the future. The method fvYearlyAnnuityCompSemiAnnually() is developed to calculate Future Value of Yearly-Paid Ordinary Annuity or Annuity Due that is Compounded Semi-Annually. The method gives Future 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

fvYearlyAnnuityCompSemiAnnually(0.11,4,-300,0)
fvYearlyAnnuityCompSemiAnnually(0.11,4,-300,1)
fvYearlyAnnuityCompSemiAnnually(0.11,4,300,0)
fvYearlyAnnuityCompSemiAnnually(0.11,4,300,1)

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