Taxes
Once again, if we use taxes the equation becomes the below one:
Equation
a
= r
e
* E/(D+E) + r
d
* D/(D+E) * (1-T)
r
a
= Return on Assets
r
e
= Return on Equity
r
d
= Return on Debt
E = Equity Value
D = Debt Value
T = Tax Rate
Now that we have reviewed what the WACC equation is, let’s try a challenge.
Challenge
Here are the example inputs:
Stock Price = $20.0
Stocks Outstanding = 100
Present Value of Debt = $1000.0
Debt Yield = 5%
Expected Equity Return = 10%
Tax Rate = 30%
The reason that I put 20.0 instead of 20 is because python will otherwise define 20 as an integer, meaning it will not expect the need to use a decimal.