Difference between revisions of "CostCapmm"

 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
  
 
==Library==
 
==Library==
[[Financial library functions]]
+
[[Financial library functions]] ([[media:Financial Library.ana|Financial Library.ana]])
 +
:Use [[File menu|File]] → '''Add Library...''' to add this library
  
 
==Example==
 
==Example==
Line 26: Line 27:
 
==See Also==
 
==See Also==
 
* [[CostCapme]]
 
* [[CostCapme]]
*[[Capm]]
+
* [[Capm]]
 +
* [[media:Financial Library.ana|Financial Library.ana]]
 
* [[Financial library functions]]
 
* [[Financial library functions]]
* [[media:Financial Library.ana|Financial Library.ana]]
 
 
* [[Financial functions]]
 
* [[Financial functions]]

Latest revision as of 20:50, 24 May 2016


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

Syntax:

CostCapmm(rAllEq, nTx, dvr: Numeric)

Parameters:

«rAllEq»
the cost of capital under all-equity financing
«nTx»
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))

Library

Financial library functions (Financial Library.ana)

Use FileAdd Library... to add this library

Example

CostCapmm(0.2,0. 35, 0.4) → 0.172

See Also

Comments


You are not allowed to post comments.