Learn R Programming

tvmComp (version 1.0.2)

rorPerpetuity: Computing Rate of Return of a Perpetuity.

Description

Computing Rate of Return of a Perpetuity.

Usage

rorPerpetuity(yearendCF, deposit)

Arguments

yearendCF

A number.

deposit

A number.

Value

Input values to two arguments yearendCF and deposit

Details

As defined by humm;textualtvmComp, a Perpetuity is an annuity in which the periodic payments begin on a fixed date and continue indefinitely. Interest payments on permanently invested sums of money are prime examples of Perpetuity. Dividends on preferred shares fall into this category if the issuing corporation has an indefinite life. Scholarships and trust funds paid perpetually from an endowment also fit the definition of Perpetuity. The method rorPerpetuity() is developed to compute Rate of Return(r) of a Perpetuity and gives r when values are passed to its two arguments. Here yearendCF is Cash Flow occurring at the Year-End and deposit stands for amount of the Deposit

References

hummtvmComp

Examples

Run this code
# NOT RUN {
rorPerpetuity(15, 180)
rorPerpetuity(10, 120)
# }

Run the code above in your browser using DataLab