Difference between revisions of "Pvperp"

m (adding doc status category stub page)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
[[Category:Financial library functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
 +
==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]] ([[media:Financial Library.ana|Financial Library.ana]])
 +
:Use [[File menu|File]] &rarr; '''Add Library...''' to add this library
 +
 
 +
==Example==
 +
:<code>Pvperp(200, 0.06) &rarr; 3333</code>
 +
 
 +
==See Also==
 +
* [[Pvgperp]]
 +
* [[Capm]]
 +
* [[Putoption]]
 +
* [[Wacc]]
 +
* [[media:Financial Library.ana|Financial Library.ana]]
 +
* [[Financial library functions]]
 +
* [[Financial functions]]

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.

Syntax:

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 FileAdd Library... to add this library

Example

Pvperp(200, 0.06) → 3333

See Also

Comments


You are not allowed to post comments.