Welcome to Portfolio Mathematics!
Welcome to one of the most exciting parts of the Quantitative Methods section! If you’ve ever heard the phrase "don't put all your eggs in one basket," you already understand the core philosophy of this chapter. Here, we transition from looking at individual numbers to looking at how groups of investments (portfolios) behave together.
Don't worry if you aren't a "math person." We are going to break these formulas down into logical steps that make sense in the real world. By the end of these notes, you’ll understand how professional fund managers calculate risk and return to build better portfolios.
1. Expected Return: The Weighted Average
The Expected Return of a portfolio is simply the weighted average of the expected returns of the individual assets within it. In simple terms: if you know what each slice of the pie is expected to earn, you just add them up based on how big each slice is.
The Formula:
\( E(R_p) = \sum_{i=1}^{n} w_i E(R_i) \)
Where:
\( w_i \) = The weight (percentage) of the portfolio invested in asset \( i \)
\( E(R_i) \) = The expected return of asset \( i \)
Example: Imagine you have $100. You put $60 into Stock A (expected return 10%) and $40 into Stock B (expected return 5%).
Your weights are 0.60 and 0.40.
\( E(R_p) = (0.60 \times 10\%) + (0.40 \times 5\%) = 6\% + 2\% = 8\% \).
Common Mistake to Avoid: Always ensure your weights add up to 1.0 (or 100%). If they don't, you've missed an asset or made a calculation error!
Key Takeaway:
The expected return of a portfolio is a simple linear combination. There is no "math magic" here—just a basic weighted average.
2. Variance and Standard Deviation (Risk)
In the CFA curriculum, Risk is usually defined as Standard Deviation (\( \sigma \)). It measures how much an asset's actual return is likely to deviate from its expected return. A higher standard deviation means more "wiggle" and more uncertainty.
Did you know? Standard deviation is the square root of Variance (\( \sigma^2 \)). We usually calculate variance first because it's easier to work with mathematically, but we use standard deviation to describe risk because it is in the same units (%) as our returns.
The "Commute" Analogy:
Think of your morning commute. If it takes exactly 30 minutes every day, your "standard deviation" is zero. If some days it takes 20 minutes and other days 40 minutes, your "expected" time is still 30, but your risk (standard deviation) is much higher. You are less certain about when you will arrive!
3. Covariance and Correlation: How Assets Dance Together
This is the most important concept in portfolio math. To understand a portfolio, we can't just look at assets in isolation; we have to see if they move together, apart, or not at all.
A. Covariance (\( Cov_{1,2} \))
Covariance measures the extent to which two variables move together.
- Positive Covariance: When Asset A goes up, Asset B tends to go up.
- Negative Covariance: When Asset A goes up, Asset B tends to go down.
- Zero Covariance: No linear relationship.
B. Correlation (\( \rho_{1,2} \))
Covariance is hard to interpret because the number can be anything (like 145.2 or 0.003). Correlation is the "standardized" version of covariance. It always stays between -1.0 and +1.0.
The Formula:
\( \rho_{1,2} = \frac{Cov_{1,2}}{\sigma_1 \sigma_2} \)
Quick Review Box:
+1.0 = Perfect Positive Correlation (Move in lockstep).
0.0 = No Linear Relationship (Independent).
-1.0 = Perfect Negative Correlation (Move in exact opposite directions).
Key Takeaway:
Correlation is the "tuxedo" of covariance—it makes the relationship presentable and easy to understand at a glance.
4. Portfolio Variance: The "Magic" of Diversification
Calculating the risk of a portfolio is not a simple weighted average. This is because assets can offset each other’s risks. If Stock A goes down when Stock B goes up, the portfolio stays steady!
The Formula (for a 2-asset portfolio):
\( \sigma_p^2 = w_1^2 \sigma_1^2 + w_2^2 \sigma_2^2 + 2w_1 w_2 Cov_{1,2} \)
Wait! Don't let that formula scare you. Let’s break it into two parts:
1. The Individual Risks: \( w_1^2 \sigma_1^2 + w_2^2 \sigma_2^2 \) (This is just the risk of the assets themselves).
2. The Interaction Term: \( 2w_1 w_2 Cov_{1,2} \) (This is where the magic happens!).
Why this matters:
If the Covariance is low or negative, that third term in the formula becomes small or negative, which reduces the total portfolio variance. This is the mathematical proof of diversification: you can have two risky assets that, when combined, create a much less risky portfolio.
Memory Trick: Think of the formula like the FOIL method from algebra \( (a+b)^2 = a^2 + b^2 + 2ab \). It's very similar!
5. Roy’s Safety-First Ratio
Sometimes, an investor isn't worried about "average" risk; they are worried about falling below a specific target return (like a minimum amount needed to pay bills). This is called Shortfall Risk.
Roy's Safety-First Ratio (SF Ratio) helps us choose the portfolio that minimizes the probability of falling below a "threshold" return.
The Formula:
\( SF\ Ratio = \frac{E(R_p) - R_L}{\sigma_p} \)
Where:
\( R_L \) = The Threshold (Limit) Return (the minimum the investor can accept).
How to use it:
The Higher the SF Ratio, the better.
A higher ratio means the expected return is many standard deviations away from the "danger zone." It’s like standing further away from the edge of a cliff.
Example:
Portfolio A: Expected Return 10%, Std Dev 5%
Portfolio B: Expected Return 15%, Std Dev 10%
If your minimum required return (\( R_L \)) is 5%:
SF Ratio A = \( (10 - 5) / 5 = 1.0 \)
SF Ratio B = \( (15 - 5) / 10 = 1.0 \)
In this case, they are equal. If Portfolio A had a ratio of 1.2, you would choose A!
Key Takeaway:
Roy's Safety-First Ratio is all about "Safety First." Pick the portfolio with the highest ratio to minimize the chance of failing to meet your target.
Summary Checklist
Before you move on to the practice questions, make sure you can:
1. Calculate a weighted average for Expected Return.
2. Explain the difference between Covariance and Correlation.
3. Identify how low correlation reduces Portfolio Variance.
4. Calculate and interpret Roy's Safety-First Ratio (Higher is better!).
Keep going! You're building the mathematical foundation that separates successful analysts from the rest. You've got this!