Portfolio Theory
OpenStax Principles of Finance (CC BY 4.0) · MIT OCW 15.401 (CC BY-NC-SA 4.0)
Diversification is the only free lunch in finance. By combining assets that don't move in lockstep, you can reduce portfolio risk below the weighted average of individual risks.
Two-asset portfolio return and risk
A portfolio's expected return is the weighted average of its components. But portfolio variance depends on the covariance between assets. With weight w in asset A and (1-w) in asset B: σ²_p = w²σ²_A + (1-w)²σ²_B + 2w(1-w)σ_Aσ_Bρ.
Correlation and diversification
When correlation ρ = +1, diversification does nothing. When ρ = -1, a zero-variance portfolio is possible at the right weights. Real-world correlations fall between, so diversification reduces but doesn't eliminate risk. The lower the correlation, the bigger the benefit.
Efficient frontier
The efficient frontier is the set of portfolios offering the highest return for each level of risk. Any portfolio below the frontier is dominated: you can get more return for the same risk, or less risk for the same return.
Minimum variance portfolio
The minimum variance portfolio (MVP) has the lowest possible risk. For two assets, the optimal weight in A is: w* = (σ²_B - σ_Aσ_Bρ) / (σ²_A + σ²_B - 2σ_Aσ_Bρ). This is a closed-form solution from setting the derivative of portfolio variance to zero.
Neighbors
- 📈 Risk and Return — individual asset risk concepts that portfolio theory builds on
- 📈 CAPM and APT — equilibrium pricing models that follow from portfolio theory
- 🎰 Probability — covariance and correlation are the mathematical engine here
- 📊 Statistics — estimating covariance matrices from historical data