Difference between revisions of "CostCapmm"

(Created page and initial function documentation)
Line 17: Line 17:
 
;[[Syntax]]: Costcapmm(rAllEq, nTx, dvr : Numeric)
 
;[[Syntax]]: Costcapmm(rAllEq, nTx, dvr : Numeric)
  
;Library: [[Financial functions]]
+
;Library: [[Financial library functions]]
  
 
;More Examples and Tips:  ''None yet.''
 
;More Examples and Tips:  ''None yet.''

Revision as of 20:20, 25 June 2007


Function Costcapmm(rAllEq, nTx, dvr)

Calculates Modigliani and Miller's formula for adjusting the weighted average cost of capital for financial leverage. Modigliani and Miller's formula works for any project that is expected to:

  1. generate a level, perpetual cash-flow and
  2. support fixed permanent debt
Example
costcapmm(0.2,0.35,0.4) → 0.172
Expects
rAllEq, nTx, dvr all to be numeric
Parameters
rAllEq is the cost of capital under all-equity financing;
nTx is the net tax saving per dollar of interest paid. This is difficult to pin down in practice and is usually taken as the corporate tax rate;
dvr is the debt-to-value ratio
Function definition
rAllEq * (1 - (nTx * dvr))
Syntax
Costcapmm(rAllEq, nTx, dvr : Numeric)
Library
Financial library functions
More Examples and Tips
None yet.
Comments


You are not allowed to post comments.