Difference between revisions of "Pvgperp"
m (adding doc status category stub page) |
(Created page and initial function documentation) |
||
Line 1: | Line 1: | ||
− | [[Category:Doc Status | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> |
+ | |||
+ | ===Function Pvgperp(c1, rate, growth)=== | ||
+ | Calculates the present value of a growing perpetuity (a bond that pays an amount growing at a constant rate in perpetuity). | ||
+ | |||
+ | ; Example | ||
+ | Pvgperp(200, 0.08, 0.06) → 10,000 | ||
+ | |||
+ | ; Expects: '''c1''', '''rate''', and '''growth''' all as numeric. | ||
+ | |||
+ | ; Parameters: '''c1''' is the coupon payment amount in year 1;<br>'''rate''' is the interest rate per time period;<br>'''growth''' is the growth rate per time period. | ||
+ | |||
+ | ; Function definition: c1/(rate - growth) | ||
+ | |||
+ | ; [[Syntax]]: Costcapme(rOpp,rD,nTx,dvr:Numeric) | ||
+ | |||
+ | ; Library: [[Financial functions]] | ||
+ | |||
+ | ; More Examples and Tips: ''None yet.'' |
Revision as of 19:22, 25 June 2007
Function Pvgperp(c1, rate, growth)
Calculates the present value of a growing perpetuity (a bond that pays an amount growing at a constant rate in perpetuity).
- Example
Pvgperp(200, 0.08, 0.06) → 10,000
- Expects
- c1, rate, and growth all as numeric.
- Parameters
- c1 is the coupon payment amount in year 1;
rate is the interest rate per time period;
growth is the growth rate per time period.
- Function definition
- c1/(rate - growth)
- Syntax
- Costcapme(rOpp,rD,nTx,dvr:Numeric)
- Library
- Financial functions
- More Examples and Tips
- None yet.
Comments
Enable comment auto-refresher