Capital Structure
Learning Objectives Coverage
LO1: Calculate and interpret the weighted-average cost of capital for a company
Core Concept
The weighted-average cost of capital (WACC) is the average rate of return a company must earn on its investments to satisfy all its investors (debt and equity holders), weighted by their respective proportions in the capital structure. WACC serves as the hurdle rate for capital allocation decisions, determines firm valuation through DCF analysis, and reflects the company’s overall risk profile. exam-focus
Key components:
- Cost of debt (after-tax) — see Fixed Income
- Cost of equity (CAPM or other models) — see Equity Investments
- Market value weights — not book values
- Tax shield from debt interest
Formulas & Calculations
formula This is the single most important formula set in corporate issuers:
- WACC formula:
WACC = (E/V) × Re + (D/V) × Rd × (1 - Tc) Where: E = Market value of equity D = Market value of debt V = E + D = Total firm value Re = Cost of equity Rd = Cost of debt Tc = Corporate tax rate - Cost of equity (CAPM) — links to Portfolio Management:
Re = Rf + β × (Rm - Rf) Where: Rf = Risk-free rate, β = Beta, Rm = Market return - After-tax cost of debt:
After-tax Rd = Rd × (1 - Tc) - HP 12C steps:
- WACC: [E/V] [Re] × [D/V] [Rd] × [1-Tc] × +
- Cost of equity: [Rf] ENTER [Beta] [MRP] × +
- After-tax debt: [Rd] ENTER [1] [Tc] - ×
Practical Examples
- Traditional Finance Example: Calculate WACC for Apple Inc.
- Market cap (E): $3,000B
- Debt (D): $110B
- Total (V): $3,110B
- Cost of equity: 3% + 1.25 × 5% = 9.25%
- Cost of debt: 3.5%
- Tax rate: 21%
- WACC = (3000/3110) × 9.25% + (110/3110) × 3.5% × (1-0.21)
- WACC = 0.965 × 9.25% + 0.035 × 2.765% = 9.02%
- Interpretation: Apple must earn at least 9.02% on new investments to create value
DeFi Application
defi-application Calculating a protocol’s cost of capital requires translating traditional concepts into on-chain equivalents:
- “Equity” = Governance token market cap
- “Debt” = Borrowed funds in protocol
- Cost of equity = Token volatility-implied rate
- Cost of debt = Average borrowing rate
function calculateProtocolWACC() public view returns (uint) { uint equityValue = tokenPrice * totalSupply; uint debtValue = totalBorrowed; uint totalValue = equityValue + debtValue; uint costOfEquity = getImpliedCostOfEquity(); // From token volatility uint costOfDebt = getAverageBorrowRate(); return (equityValue * costOfEquity + debtValue * costOfDebt) / totalValue; } - Advantages/Challenges:
- Advantages: Real-time calculation, transparent inputs
- Challenges: No tax shield, volatile token prices
LO2: Explain factors affecting capital structure and the weighted-average cost of capital
Core Concept
Capital structure decisions are influenced by internal factors (business risk, growth, profitability) and external factors (taxes, market conditions, regulations) that collectively determine the optimal mix of debt and equity. Understanding these factors explains why similar companies have different capital structures and how changes in conditions affect financing decisions. exam-focus
Key determinants:
- Business risk and operating leverage — connects to Business Models
- Tax benefits and financial distress costs — the core trade-off
- Market conditions and timing — behavioral finance dimension
- Agency costs and information asymmetry — connects to Corporate Governance
- Industry norms and regulations
Formulas & Calculations
- Operating leverage effect:
Business Risk = σ(EBIT) / EBIT Financial Risk = Business Risk × (1 + D/E) Total Risk (βL) = βU × [1 + (1-Tc) × D/E] - Tax shield value:
PV(Tax Shield) = Tc × D (perpetual debt) Annual Tax Shield = Interest × Tc - Financial distress probability:
Z-Score = 1.2(WC/TA) + 1.4(RE/TA) + 3.3(EBIT/TA) + 0.6(MVE/TL) + 1.0(S/TA) Where: Z < 1.8 = High distress risk - HP 12C steps:
- Levered beta: [βU] ENTER 1 [1] [Tc] - [D/E] × + ×
- Tax shield: [Interest] ENTER [Tc] ×
Practical Examples
- Traditional Finance Example: Tech vs. Utility capital structures
- Tech company (Microsoft): D/E = 0.5, high growth, volatile cash flows
- Factors: Low asset tangibility, high growth opportunities, cash rich
- Utility (NextEra): D/E = 1.5, stable cash flows, regulated
- Factors: High asset tangibility, predictable revenue, regulatory support
- Tech company (Microsoft): D/E = 0.5, high growth, volatile cash flows
- Interpretation: Business characteristics drive optimal leverage levels
DeFi Application
defi-application MakerDAO’s dynamic collateralization illustrates how the factors affecting capital structure translate to DeFi. Collateral volatility drives higher collateralization requirements (analogous to higher equity ratios for volatile businesses), market stress triggers automatic parameter adjustments, and governance decisions set risk parameters through community votes.
The advantages are dynamic, transparent adjustment. The challenges — procyclical effects that amplify downturns and governance lag when rapid response is needed — mirror the real-world tension between optimal and target capital structures.
LO3: Explain the Modigliani-Miller propositions regarding capital structure
Core Concept
The Modigliani-Miller (MM) propositions establish that in perfect markets, capital structure is irrelevant to firm value (Proposition I), but leverage increases equity risk and required return linearly (Proposition II). MM provides the theoretical foundation for all capital structure analysis — real-world deviations from MM assumptions explain why capital structure matters in practice. exam-focus
The four key results:
- MM I without taxes: VL = VU (capital structure irrelevance)
- MM I with taxes: VL = VU + Tc x D (tax shield adds value)
- MM II without taxes: Re = Ra + (Ra - Rd) x D/E
- MM II with taxes: Re = Ro + (Ro - Rd) x (1-Tc) x D/E
Formulas & Calculations
- MM Proposition I (with taxes):
Value of Levered Firm = Value of Unlevered Firm + Tax Shield VL = VU + Tc × D Where: Tc × D = Present value of tax shield - MM Proposition II (with taxes):
Cost of Equity = Ro + (Ro - Rd) × (1-Tc) × D/E Where: Ro = Unlevered cost of equity - WACC under MM:
WACC = Ro × [1 - Tc × (D/V)] Decreases with leverage due to tax shield - HP 12C steps:
- MM I value: [VU] ENTER [Tc] [D] × +
- MM II Re: [Ro] ENTER [Ro] [Rd] - [1-Tc] × [D/E] × +
Practical Examples
- Traditional Finance Example: Leveraged buyout illustration
- Unlevered firm value: $1B
- Add debt: $600M at 5% interest
- Tax rate: 25%
- Tax shield value = 0.25 × 150M
- Levered firm value = 150M = $1.15B
- Equity value = 600M = $550M
- Return amplification for equity holders
- Interpretation: Debt tax shield creates value but increases equity risk
DeFi Application
defi-application DeFi provides a near-laboratory test of Modigliani-Miller. Because there are no corporate taxes in most DeFi protocols, the MM irrelevance proposition holds more closely than in traditional finance — there is no tax-driven incentive to use debt, and leverage through overcollateralized borrowing carries no tax shield advantage.
// Pure MM in DeFi - no tax effects
function calculateLeveragedPosition(uint collateral, uint borrowed) public pure returns (uint) {
// Position value independent of leverage ratio
// Risk shifts entirely to equity portion
uint equity = collateral - borrowed;
uint leverage = collateral / equity;
return leverage; // Risk multiplier, no tax benefit
}- Advantages/Challenges:
- Advantages: Cleaner MM implementation without tax distortions
- Challenges: No debt tax benefits reduce leverage incentive
LO4: Describe optimal and target capital structures
Core Concept
Optimal capital structure minimizes WACC and maximizes firm value by balancing the tax benefits of debt against financial distress costs, while target capital structure is the practical implementation considering market frictions. Companies that maintain appropriate leverage levels have lower capital costs, greater financial flexibility, and higher valuations than those with suboptimal structures. exam-focus
The competing theories are:
- Static trade-off theory: Balance tax benefits vs. distress costs
- Pecking order theory: Internal funds then Debt then Equity preference
- Market timing theory: Issue equity when overvalued
- Target vs. optimal: Practical constraints create acceptable bands
Formulas & Calculations
- Optimal leverage ratio:
Optimal D/V where: Marginal Tax Benefit = Marginal Distress Cost VL = VU + PV(Tax Shield) - PV(Financial Distress) - PV(Agency Costs) - Target adjustment model:
ΔLeverage = λ × (Target D/E - Actual D/E) Where: λ = Speed of adjustment (typically 0.3-0.4 annually) - Credit rating constraints:
Maximum D/E for Investment Grade = EBITDA/Interest > 3x Debt/EBITDA < 3x for BBB rating - HP 12C steps:
- Adjustment needed: [Target D/E] ENTER [Actual D/E] - [λ] ×
- Interest coverage: [EBITDA] ENTER [Interest] ÷
Practical Examples
- Traditional Finance Example: Boeing’s capital structure evolution
- Pre-2020: Target D/E = 1.0, actual ~1.0, A- rating
- 2020 crisis: D/E spiked to 5.0+, fallen angel to BB
- Recovery plan: Target return to 1.5 D/E by 2025
- Trade-offs: Preserving liquidity vs. diluting shareholders
- Interpretation: External shocks can push firms far from optimal, requiring multi-year adjustment
DeFi Application
defi-application Liquity’s algorithmic capital structure demonstrates how DeFi protocols implement target leverage through code rather than management discretion:
- Minimum collateral ratio: 110% (maximum leverage)
- Recovery mode: System increases requirements when under stress (automatic adjustment toward target)
- No fixed target: Market-driven equilibrium
// Dynamic collateral requirements function getMinCollateralRatio() public view returns (uint) { uint systemCollateralRatio = totalCollateral / totalDebt; if (systemCollateralRatio < 150) { return 150; // Recovery mode - higher requirements } return 110; // Normal mode - minimum requirement } - Advantages/Challenges:
- Advantages: Self-adjusting, no management discretion
- Challenges: Procyclical, can cause liquidation cascades
Core Concepts Summary (80/20 Principle)
Must-Know Concepts
- WACC Formula: (E/V) x Re + (D/V) x Rd x (1-Tc) — the hurdle rate for investments
- MM with Taxes: VL = VU + Tc x D — debt tax shield adds value
- Trade-off Theory: Optimal leverage balances tax benefits against distress costs
- Pecking Order: Internal funds then Debt then Equity preference
- Target vs. Optimal: Market frictions create acceptable ranges
Quick Reference Table
| Concept | Formula | Key Insight | Target Range | DeFi Equivalent |
|---|---|---|---|---|
| WACC | Weighted costs | Hurdle rate | 6-12% typical | Protocol required return |
| Optimal D/E | Tax benefit = Distress cost | Value maximizing | Industry specific | Collateral ratios |
| MM Prop I | VL = VU + Tc×D | Leverage adds tax value | N/A | Less relevant (no taxes) |
| MM Prop II | Re increases with D/E | Risk shifting | Linear relationship | Liquidation risk |
| Interest Coverage | EBITDA/Interest | Debt capacity | >3x for IG | Collateral coverage |
Comprehensive Formula Sheet
Essential Formulas
1. Complete WACC Calculation
WACC = (E/V) × Re + (P/V) × Rp + (D/V) × Rd × (1-Tc)
Where: P = Preferred stock value, Rp = Cost of preferred
Expanded Re (CAPM): Re = Rf + β × (Rm - Rf)
Used for: Investment hurdle rates, valuation
2. Hamada Formula (Leveraging/Unleveraging Beta)
βL = βU × [1 + (1-Tc) × D/E]
βU = βL / [1 + (1-Tc) × D/E]
Used for: Adjusting beta for leverage changes
3. Miller Model (Personal Taxes)
VL = VU + [1 - (1-Tc)×(1-Ts)/(1-Td)] × D
Where: Ts = Personal tax on equity, Td = Personal tax on debt
Used for: Considering investor-level taxes
4. APV Method
APV = NPV(all-equity) + PV(tax shields) - PV(distress costs)
Used for: Valuing highly leveraged transactions
5. Altman Z-Score
Z = 1.2X1 + 1.4X2 + 3.3X3 + 0.6X4 + 1.0X5
Where: X1=WC/TA, X2=RE/TA, X3=EBIT/TA, X4=MVE/TL, X5=Sales/TA
Z > 2.99 = Safe, 1.81-2.99 = Grey, <1.81 = Distress
Used for: Predicting bankruptcy probability
HP 12C Calculator Sequences
Operation 1: WACC with Multiple Securities
RPN Steps: 0.60 ENTER 0.12 × (equity component)
0.05 ENTER 0.08 × + (preferred component)
0.35 ENTER 0.05 × 0.79 × + (after-tax debt)
Example: 60% equity at 12%, 5% preferred at 8%, 35% debt at 5%, tax 21%
Result: WACC = 9.38%
Operation 2: Levered Beta
RPN Steps: 1.0 ENTER 1 0.21 - 1.5 × + ×
Example: Unlevered β=1.0, D/E=1.5, Tax=21%
Result: Levered β = 2.185
Operation 3: Optimal Capital Structure Iteration
Test different D/E ratios to find minimum WACC
RPN Steps: [Test each D/E ratio's WACC]
Compare results to find minimum
Practice Problems
Basic Level (Understanding)
- Problem: Calculate WACC and explain its components
- Given:
- Equity: $60M market value, 14% required return
- Debt: $40M market value, 6% yield
- Tax rate: 30%
- Find: WACC and interpretation
- Solution:
- E/V = 60/100 = 0.6
- D/V = 40/100 = 0.4
- WACC = 0.6 × 14% + 0.4 × 6% × (1-0.3)
- WACC = 8.4% + 1.68% = 10.08%
- Answer: Company must earn 10.08% on investments to satisfy all investors
- Given:
Intermediate Level (Application)
- Problem: Apply MM propositions to value impact of leverage change
- Given:
- Current: All-equity firm worth $500M
- Proposed: Issue $200M debt at 5%, repurchase shares
- Tax rate: 25%
- Find: New firm value and equity value
- Solution:
- Tax shield value = 0.25 × 50M
- New firm value = 50M = $550M
- New equity value = 200M = $350M
- Equity return magnification from leverage
- Answer: Firm value increases to 350M with higher risk
- Given:
Advanced Level (Analysis)
- Problem: Design optimal capital structure for DeFi lending protocol
- Given:
- Protocol TVL potential: $1B
- Base protocol revenue: 0.3% of TVL annually
- Can issue protocol bonds at 5% APY
- Liquidation risk increases above 60% utilization
- No corporate taxes
- Find: Optimal leverage strategy
- Solution:
- Without tax benefits, pure MM applies
- Revenue = 3M annually
- At 60% debt (600M × 0.05 = $30M
- Revenue insufficient to cover interest!
- Optimal: No debt (bonds), rely on deposits
- Use dynamic rates to manage utilization:
- Below 60%: Base rate
- 60-80%: Base + utilization premium
- Above 80%: Steep premium to reduce borrowing
- Answer: Zero protocol debt optimal; manage leverage through utilization-based pricing
- Given:
DeFi Applications & Real-World Examples
Traditional Finance Context
- Institution Example: Apple’s capital structure evolution
- 2012: Near zero debt, criticized for inefficiency
- 2013-2023: Issued 200B+ cash
- Reasoning: Avoid repatriation taxes, leverage at historic low rates
- Result: Enhanced shareholder returns while maintaining AA+ rating
- Market Application: LBO firms target 60-70% debt for acquisitions
- Historical Case: RJR Nabisco LBO (1988) - $31B deal, 90% debt, defined modern leverage limits
DeFi Parallels
- Protocol Implementation: Abracadabra’s MIM stablecoin
// Interest-bearing collateral with leverage contract CauldronV2 { function addCollateral(uint amount) external { // Deposit yield-bearing tokens as collateral collateral[msg.sender] += amount; updateInterestRate(); // Adjust based on utilization } function borrow(uint amount) external { require(collateral[msg.sender] * maxLTV >= amount); // Mint MIM stablecoin against collateral MIM.mint(msg.sender, amount); debt[msg.sender] += amount; } } - Advantages: Yield-bearing collateral, transparent liquidation
- Limitations: No tax optimization, smart contract risks
Case Studies
-
Case 1: Netflix Capital Structure Journey
- Background: High growth, negative FCF for years
- Evolution:
- 2011-2017: Issued $15B debt to fund content
- 2018-2020: Peak D/E of 2.0, junk rated
- 2021-2023: FCF positive, paying down debt
- Target: Investment grade rating by 2025
- Lessons: Growth companies can strategically use debt during scaling
-
Case 2: Terra/Luna Collapse - Algorithmic Capital Structure Failure defi-application
- Background: Algorithmic stablecoin with no collateral
- Structure flaws:
- No real assets backing (violated liquidity fundamentals)
- Death spiral mechanism
- Effective infinite leverage
- Outcome: $60B loss in 48 hours
- Lessons: Capital structure needs real economic substance — a lesson as old as MM itself
Common Pitfalls & Exam Tips
Frequent Mistakes
- Mistake 1: Using book values instead of market values for WACC weights
- Mistake 2: Forgetting the tax shield (1-Tc) on debt cost
- Mistake 3: Applying MM without recognizing assumption violations
Exam Strategy
- Time management: WACC calculations take 2-3 minutes with practice
- Question patterns: Often combine WACC with NPV analysis
- Quick checks: WACC should be between Rd×(1-Tc) and Re
Key Takeaways
Essential Points
✓ WACC is the weighted average of capital costs, adjusted for taxes ✓ MM shows leverage adds value through tax shields in the real world ✓ Optimal capital structure balances tax benefits against distress costs ✓ Target structures consider practical constraints like ratings and flexibility ✓ DeFi eliminates tax considerations but adds smart contract risks
Memory Aids
- Mnemonic: “WET” for WACC components - Weights, Equity cost, Tax-adjusted debt
- Visual: Picture leverage as a lever - amplifies both gains and losses
- Analogy: Capital structure like recipe ingredients - proportions matter for outcome
Cross-References & Additional Resources
Related Topics
- Prerequisite: Understanding of debt vs. equity, basic corporate finance
- Related: Capital Allocation (Topic 5), Working Capital (Topic 4)
- Advanced: Convertible bonds (Fixed Income), warrant valuation (Derivatives), dynamic capital structure
Source Materials
- Primary Reading: Volume 3 (Corporate Issuer), Chapter 6
- Key Sections: WACC calculation, MM propositions, optimal leverage
- Practice Questions: Focus on WACC problems and MM applications
External Resources
- Videos: “Modigliani-Miller Explained” - Khan Academy
- Articles: “The Capital Structure Puzzle” - Stewart Myers
- Tools: WACC calculators, credit rating models
Review Checklist
Before moving on, ensure you can:
- Calculate WACC given market values and component costs
- Explain why market values must be used for WACC weights
- State MM Propositions I and II with and without taxes
- Identify five factors affecting capital structure decisions
- Describe the trade-off theory of optimal capital structure
- Calculate the value of tax shields from debt
- Complete a WACC calculation in under 2 minutes