Difference between revisions of "Pvperp"

Line 24: Line 24:
 
* [[Capm]]
 
* [[Capm]]
 
* [[Putoption]]
 
* [[Putoption]]
 +
* [[Wacc]]
 
* [[Financial library functions]]
 
* [[Financial library functions]]
 
* [[Financial functions]]
 
* [[Financial functions]]

Revision as of 03:30, 2 February 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.

Syntax:

Pvperp(c, rate : Numeric)

Parameters:

«c»
the constant payment amount
«rate»
the interest rate per time period

Library

Financial library functions

Example

Pvperp(200, 0.06) → 3333

See Also

Comments


You are not allowed to post comments.