Portfolio Variance (2-Asset)
Variance of a two-asset portfolio. Combines individual variances with the covariance term that captures diversification benefits when correlation is below 1.
When to use: Use to size a two-asset allocation (e.g. stock/bond, US/international) and quantify how much diversification reduces total portfolio risk. The square root gives portfolio volatility — the input to Sharpe and Treynor.
Formula
Variables
| Symbol | Name | Description | Unit |
|---|---|---|---|
| PortVar | Portfolio Variance | Variance of a 2-asset portfolio return as a decimal² | % |
| w1 | Weight 1 | Portfolio weight in asset 1 as a decimal | % |
| w2 | Weight 2 | Portfolio weight in asset 2 as a decimal (typically 1 − w1) | % |
| Sigma1 | Volatility 1 | Standard deviation of asset 1 returns as a decimal | % |
| Sigma2 | Volatility 2 | Standard deviation of asset 2 returns as a decimal | % |
| Rho | Correlation | Correlation between the two assets, between −1 and 1 | integer |
Real-Life Examples
Example 1: 60/40 Stock-Bond
60% stocks (σ=18%), 40% bonds (σ=6%), correlation 0.20.
Given
Step-by-Step
Portfolio variance 0.01328 → volatility ~11.5%. Far below a weighted average of the components (60%×18% + 40%×6% = 13.2%) thanks to diversification. The lower the correlation, the bigger the benefit.
Example 2: Two Equities (High Correlation)
50/50 split between two large-cap equity funds, both σ=20%, correlation 0.85.
Given
Step-by-Step
High correlation means almost no diversification benefit — portfolio volatility (19.2%) is barely below either standalone (20%). Real diversification requires low or negative correlation.
Frequently Asked Questions
No diversification benefit at all — portfolio variance reduces to (w₁σ₁ + w₂σ₂)². The two assets behave identically, so combining them doesn't reduce risk.
Theoretically a perfect hedge exists — there's a weight combination that produces zero portfolio variance. In practice, perfectly negatively correlated assets are rare and unstable; correlations drift, especially in market stress.
σp² = ΣΣ wᵢwⱼσᵢⱼ where σᵢⱼ is the covariance matrix entry. The 2-asset formula is the simplest case; the N-asset version requires matrix multiplication. Many portfolio tools and spreadsheets implement this directly.