Difference between revisions of "Pvperp"

Line 1: Line 1:
 +
[[Category:Financial library functions]]
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
===Function Pvperp(c,rate)===
+
==Function Pvperp(c, rate)==
Description: Calculates the present value of a perpetuity (a bond that pays a constant amount in perpetuity). <br>'''Note:''' To calculate the present value of a ''growing'' perpetuity use [[Pvgperp]].
+
Calculates the present value of a perpetuity (a bond that pays a constant amount in perpetuity).  
  
;Example
+
To calculate the present value of a ''growing'' perpetuity use [[Pvgperp]].
Pvperp(200,0.06) &rarr; 3333
 
  
; Expects: '''c''' and '''rate''' as numeric.
+
[[Syntax]]:  
 +
:[[Pvperp]](c, rate : Numeric)
  
; Parameters: '''c''' is the constant payment amount;<br>'''rate''' is the interest rate per time period.
+
Parameters:
 +
;«c»: the constant payment amount
 +
;«rate»: the interest rate per time period
  
;Function definition: c/rate
+
==Library==
 +
[[Financial library functions]]
  
; [[Syntax]]: Pvperp(c, rate : Numeric)
+
==Example==
 +
:<code>Pvperp(200, 0.06) &rarr; 3333</code>
  
; Library: [[Financial library functions]]
+
==See Also==
 
+
* [[Pvgperp]]
; More Examples and Tips:  ''None yet.''
+
* [[Capm]]
 +
* [[Putoption]]
 +
* [[Financial library functions]]
 +
* [[Financial functions]]

Revision as of 02:24, 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.