Difference between revisions of "Pvperp"
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
==Library== | ==Library== | ||
[[Financial library functions]] ([[media:Financial Library.ana|Financial Library.ana]]) | [[Financial library functions]] ([[media:Financial Library.ana|Financial Library.ana]]) | ||
− | + | :Use [[File menu|File]] → '''Add Library...''' to add this library | |
− | |||
==Example== | ==Example== |
Latest revision as of 20:52, 24 May 2016
Function Pvperp(c, rate)
Calculates the present value of a perpetuity (a bond that pays a constant amount in perpetuity).
To calculate the present value of a growing perpetuity use Pvgperp.
- Pvperp(c, rate : Numeric)
Parameters:
- «c»
- the constant payment amount
- «rate»
- the interest rate per time period
Library
Financial library functions (Financial Library.ana)
- Use File → Add Library... to add this library
Example
Pvperp(200, 0.06) → 3333
See Also
Comments
Enable comment auto-refresher