Learn R Programming

tvmComp (version 1.0.2)

pvAnytypePerpetuity: Computing Present Value of an Ordinary Perpetuity or Perpetuity Due.

Description

Computing Present Value of an Ordinary Perpetuity or Perpetuity Due.

Usage

pvAnytypePerpetuity(r, pmt, bgn)

Arguments

r

A number.

pmt

A number.

bgn

A number.

Value

Input values to three arguments r , pmt and bgn.

Details

According to humm;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)

References

hummtvmComp

Examples

Run this code
# NOT RUN {
pvAnytypePerpetuity( 0.08, 4.5, 1)
pvAnytypePerpetuity( 0.08, 4.5, 0)
# }

Run the code above in your browser using DataLab