When two risky assets walk into a portfolio together, does the portfolio become more dangerous or less?
The answer lives in how their returns move together, not just how risky each one is alone.
The answer lives in how their returns move together, not just how risky each one is alone.
How does mixing two risky assets affect the portfolio's risk?
When you hold two investments together, your portfolio's risk is not simply the sum of their individual risks. The two assets may move together, opposite each other, or largely independently. That relationship, how one asset's returns behave when the other's return is above or below its average, is what determines whether combining them makes your portfolio safer or riskier.
The CFA curriculum calls this relationship covariance. The curriculum tests three things about it: calculating it, interpreting its sign, and then using it inside the portfolio variance formula. You also need to understand correlation coefficient, which is covariance standardized so it is easier to read and compare.
How do you find a portfolio's expected return?
Before we tackle risk, we need the expected return. This part is straightforward, it is just a weighted average.
w = weight of each asset in the portfolio (must sum to 1)
E(Rₙ) = expected return of each asset
Use when: calculating the weighted average expected return of a portfolio.
Do not use: when assets have different expected returns and you need risk-adjusted comparison.
// The portfolio's expected return is just each asset's expected return multiplied by how much of the portfolio it makes up, added together.
How does covariance describe whether two assets move together or apart?
Here is where most students go wrong. They assume that if two assets both carry risk, their combined risk must be the sum of those risks. That is only true if the assets move perfectly in sync, and most assets do not.
Covariance measures whether two assets tend to be above or below their expected values at the same time. That is the key to understanding diversification.
How do you calculate covariance?
There are two ways to compute it. The exam will tell you which one to use.
ρᵢⱼ = correlation coefficient between assets i and j
σᵢ = standard deviation of asset i's returns
σⱼ = standard deviation of asset j's returns
Use when: you are given correlation and the two standard deviations directly.
Do not use: when you are given the covariance matrix directly, in that case, the covariance entries are already the result, not something to be recalculated.
// Covariance equals the correlation coefficient multiplied by both standard deviations. The correlation tells you the direction and strength of the linear relationship; the standard deviations scale it to the right units.
P(scenario) = probability of that combination of returns occurring
Rₐ = actual return on asset A in that scenario
Rᵦ = actual return on asset B in that scenario
E(Rₐ), E(Rᵦ) = expected returns of each asset
Use when: you are given a joint probability table showing all possible return combinations for two assets.
Do not use: when you are given correlation directly, use the simpler ρσᵢσⱼ formula instead.
// For each possible return scenario, multiply the deviation of asset A from its mean by the deviation of asset B from its mean, weight it by how likely that scenario is, and sum across all scenarios.
What does the covariance matrix tell you, and how do you read it?
A covariance matrix for n assets contains n² entries. The diagonal entries are variances. The off-diagonal entries are covariances. The matrix is symmetric, Cov(A,B) = Cov(B,A).
| Hedge Fund | Market Index | |
|---|---|---|
| Hedge Fund | 256 | 110 |
| Market Index | 110 | 81 |
She needs to report both the correlation between the hedge fund and the market index, and how many unique covariance terms exist in a five-asset version of this matrix.
Why do we need correlation if covariance already measures co-movement?
Covariance has a problem: its value depends on the units in which you measure returns. A covariance of 60 when returns are in percent looks very different from a covariance of 0.006 when returns are in decimals, even though they measure the same relationship.
Correlation coefficient fixes this by dividing covariance by the product of both standard deviations. The units cancel out. Correlation always falls between −1 and +1.
ρᵢⱼ = correlation, bounded between −1 and +1
Cov(Rᵢ, Rⱼ) = covariance between assets i and j
σᵢ, σⱼ = standard deviations of each asset
Use when: comparing the strength of the relationship between two assets regardless of their units or scale.
Do not use: for computing portfolio variance, the formula uses covariance, not correlation directly.
// Correlation is covariance divided by the product of the two standard deviations. The result is a pure number between −1 and +1. +1 means perfect positive linear relationship. −1 means perfect negative linear relationship. 0 means no linear relationship.
How does covariance actually reduce portfolio risk?
Modern portfolio theory rests on a single insight: as you add assets, covariance terms increasingly dominate portfolio variance. With 20 assets, there are 20 variance terms and 380 covariance terms. The individual variances stop being the main story. The relationships between assets become everything.
This is the diversification benefit: combining assets whose returns do not move perfectly together reduces portfolio risk without reducing expected return.
- If covariance = 0: covariance terms contribute nothing. Portfolio variance equals the sum of the weighted individual variances. Risk reduction is maximal.
- If covariance is negative: the covariance terms subtract from portfolio variance. Even more risk reduction. A negatively correlated pair actively hedges each other.
- If covariance is positive and large: the covariance terms add significantly to portfolio variance. Combining the assets makes the portfolio riskier than the weighted average of individual risks would suggest.
Key rule: Diversification benefit increases as covariance decreases. The lower the correlation, the more risk you can eliminate. Zero correlation gives maximum diversification. Correlation of +1 gives zero diversification benefit.
How do you compute portfolio variance when two assets are combined?
This is the calculation that most exam questions ask for. The portfolio's variance depends not just on each asset's own variance, it depends equally on how the assets covary with each other.
w₁, w₂ = portfolio weights (must sum to 1)
σ₁², σ₂² = variances of each asset's returns
Cov(R₁,R₂) = covariance between the two assets' returns
Use when: calculating the variance of a portfolio of exactly two assets.
Do not use: for more than two assets, use the n-asset matrix formula.
// Portfolio variance equals the weighted variance of each asset plus a term for how they move together. The 2 in front of the covariance term reflects that Cov(R₁,R₂) = Cov(R₂,R₁), both cross-products appear in the full expansion.
| Stock 1 | Stock 2 | |
|---|---|---|
| Expected return | 7% | 10% |
| Standard deviation | 12% | 25% |
| Portfolio weight | 0.30 | 0.70 |
| Correlation | 0.20 |
She needs the portfolio's standard deviation of returns.
How do you compute portfolio variance for three assets using the covariance matrix?
For a three-asset portfolio, the expanded formula includes three variance terms and three covariance terms, each covariance multiplied by 2 because Cov(A,B) = Cov(B,A).
All six terms come directly from the covariance matrix.
Diagonal entries (Var₁, Var₂, Var₃) are the three variances.
Off-diagonal entries (Cov₁₂, Cov₁₃, Cov₂₃) are the three distinct covariances.
For i = 1 to n, j = 1 to n. All n² entries of the covariance matrix are used.
Diagonal terms: i=j, so wᵢ²σᵢ² = weight squared times own variance.
Off-diagonal terms: i≠j, each covariance appears twice (i,j and j,i) unless handled explicitly.
| Asset 1 | Asset 2 | Asset 3 | |
|---|---|---|---|
| Asset 1 | 196 | 105 | 140 |
| Asset 2 | 105 | 225 | 150 |
| Asset 3 | 140 | 150 | 400 |
What is the portfolio's standard deviation of returns?
CORRECT: B, Correlation measures strength by absolute value, not by sign. +0.80 is further from zero (|0.80| = 0.80) than either −0.67 (|−0.67| = 0.67) or +0.33 (|0.33| = 0.33). A correlation of +0.80 means the two assets move together in a near-perfect positive line. Correlation of −0.67 is strong too, but weaker than +0.80.
Why not A? Students often think a negative correlation must be weak because the word "negative" sounds like "less." This is wrong. −0.67 means the assets move in opposite directions but still quite tightly, closer to a straight line than +0.33 does. Sign tells you direction. Magnitude tells you strength. You need both to compare.
Why not C? +0.33 is a weak positive relationship. The assets move in the same direction, but loosely, the points on a scatter plot are scattered far from the regression line. An investor relying on diversification would find +0.33 much less useful than +0.80 for risk reduction.
---
CORRECT: B, Covariance measures whether two assets deviate from their own means on the same side or on opposite sides. When both stocks tend to be above their expected values simultaneously (or below simultaneously), each product of deviations is positive, and the covariance is positive. This describes co-movement around their respective means, not whether those means are the same.
Why not A? Students confuse covariance with having identical expected values. Covariance says nothing about whether two assets have the same mean. A stock with a 15% expected return can have positive covariance with a stock that has a 6% expected return, they both happen to be above or below their own targets together. Knowing the covariance tells you nothing about what those targets are.
Why not C? A covariance of 0.0023 is not large in absolute terms, but "small covariance" does not mean "low risk." Covariance describes the relationship between two assets' returns. Risk is measured by each asset's own variance and by how those variances combine. A positively covarying pair can still be low risk if both assets have small individual variances. Covariance and risk are different concepts.
---
CORRECT: C, For five assets, the covariance matrix has 5 × 5 = 25 total entries. The five diagonal entries are variances, not covariances. That leaves 20 off-diagonal entries. But Cov(A,B) = Cov(B,A), so each unique pair of assets appears twice in the matrix (above and below the diagonal). The matrix is symmetric. Counting only one side: 20 ÷ 2 = 10 unique covariance terms.
Why not A? Five is the count of variances on the diagonal, each asset's own variance. These are not covariance terms at all. Confusing variances with covariances is a common error on covariance matrix questions.
Why not B? Students who count 20 are counting all off-diagonal entries without recognizing that the matrix is symmetric. Cov(Asset 1, Asset 2) and Cov(Asset 2, Asset 1) are the same number. The matrix writes it in two places. You only need it once. The correct count is always n(n−1)/2, which for n = 5 gives 5(4)/2 = 10.
---
CORRECT: C, Step 1: Convert correlation to covariance. Cov = 0.50 × 16 × 10 = 80. Step 2: Apply the two-asset portfolio variance formula: σ²p = w₁²σ₁² + w₂²σ₂² + 2w₁w₂Cov = (0.45)²(256) + (0.55)²(100) + 2(0.45)(0.55)(80) = 51.84 + 30.25 + 39.60 = 121.69. Step 3: √121.69 = 13.20%.
Why not A? 10.43% is what you get if you forget the covariance cross-term entirely and only sum the two weighted variance components (51.84 + 30.25 = 82.09, √82.09 = 9.06%, not 10.43). This error omits how the two assets move together. The covariance term always contributes to portfolio variance unless correlation equals zero.
Why not B? 21.50% is the result of a specific trap: inserting the variance values (σ² = 256 and σ² = 100) directly into the covariance cross-term instead of inserting the actual computed covariance of 80. This gives 2 × 0.45 × 0.55 × 256 ≈ 126.72 for the cross component alone, producing a final standard deviation far above the correct 13.20%. Students who make this error confuse which numbers go in which slot of the portfolio variance formula.
---
CORRECT: C, The statement is backwards. Lower correlation means the two assets tend to deviate in opposite directions. When one is above its mean, the other tends to be below its mean. These deviations partially cancel each other out, reducing the portfolio's overall variance. The lower the correlation, the more the two assets hedge each other, and the lower the portfolio's risk relative to the weighted average of their individual risks.
Why not A? "Independent" assets (correlation close to zero) give the maximum diversification benefit. Independent means knowing one asset's return tells you nothing about the other, but it also means their deviations do not reinforce each other. Portfolio risk falls, not rises. The analyst has confused independence with unpredictability in the wrong direction.
Why not B? This answer reverses the logic. Lower correlation does not mean "fewer reliable return sources." It means the two return streams are not locked together, which is exactly what allows them to offset each other. The portfolio's expected return is unchanged (it depends only on weights and individual expected returns). What changes with lower correlation is the risk, it goes down.
---
CORRECT: A, Step 1: Covariance = 0.20 × 20 × 15 = 60. Step 2: Portfolio variance = w₁²σ₁² + w₂²σ₂² + 2w₁w₂Cov = (0.40)²(400) + (0.60)²(225) + 2(0.40)(0.60)(60) = 64 + 81 + 28.80 = 173.80. Step 3: √173.80 = 13.31%. The portfolio standard deviation of 13.31% is well below the weighted average of individual standard deviations (0.40 × 20 + 0.60 × 15 = 17%) because the assets partially offset each other.
Why not B? 13.96% results from using correlation (0.20) directly inside the covariance cross-term instead of computing Cov = ρσ₁σ₂ first. This replaces the correct covariance of 60 with 0.20, producing σ² ≈ 194.78 and σ ≈ 13.96%. The correlation coefficient cannot replace the covariance in the formula, the formula requires the actual covariance value, not the correlation.
Why not C? 21.50% is the exact wrong number produced by the trap: using the variance values (20² = 400 and 15² = 225) in the 2w₁w₂Cov(R₁,R₂) term instead of using the actual covariance of 60. This gives 2(0.40)(0.60)(400) = 192.00 for the cross-term alone, inflating portfolio variance to 462.20 and producing σ ≈ 21.50%. Students who make this error confuse the variance terms (which go in w₁²σ₁² and w₂²σ₂²) with the covariance term (which uses Cov, not σ²). The covariance term uses the computed covariance, not the variances of the individual assets.
---
LO 1 Done ✓
Ready for the next learning objective.