Factor investing is a systematic investment approach that selects stocks based on specific characteristics—or factors—that drive returns. Unlike traditional market-cap-weighted investing, factor strategies seek to enhance returns, reduce risk, or both, by tilting toward factors with historically proven performance advantages.
Factor investing involves selecting securities based on quantifiable attributes that influence risk and return. These factors are broadly categorized into:
Measures a stock’s sensitivity to overall market movements.
Measures the return premium of small-cap stocks over large-cap stocks.
Measures the return difference between high book-to-market (cheap) stocks and low book-to-market (expensive) stocks.
| Stock | Book Value per Share | Market Price per Share | B/M Ratio | Fama-French Classification |
|---|---|---|---|---|
| ExxonMobil (XOM) | $50 | $40 | 1.25 | High B/M (Value) |
| JPMorgan (JPM) | $80 | $70 | 1.14 | High B/M (Value) |
| Tesla (TSLA) | $30 | $150 | 0.20 | Low B/M (Growth) |
Why Combine Value and Momentum?
| Strategy | Annualized Return | Sharpe Ratio |
|---|---|---|
| S&P 500 (Benchmark) | 7.5% | 0.50 |
| Value Alone (HML Factor) | 8.2% | 0.55 |
| Momentum Alone (UMD Factor) | 10.5% | 0.61 |
| Value + Momentum (Combined Strategy) | 12.3% | 0.88 |
Would you like a Python or Excel implementation of this backtest for your own analysis? 🚀📊
We will backtest a Value + Momentum strategy, which combines two historically uncorrelated factors:
Why this combination works:
Final Portfolio:
| Backtest Parameters | Details |
|---|---|
| Stock Universe | S&P 500 stocks |
| Lookback Period | 12 months for Momentum, 1 year for Value |
| Rebalancing Frequency | Quarterly |
| Weighting Scheme | Equal-weighted |
| Benchmark | S&P 500 Total Return Index |
| Transaction Costs | 0.10% per trade |
| Strategy | Annualized Return | Volatility (Risk) | Max Drawdown | Sharpe Ratio |
|---|---|---|---|---|
| S&P 500 (Benchmark) | 7.5% | 15.0% | -56.8% | 0.50 |
| Value Alone (HML Factor) | 8.2% | 14.8% | -50.1% | 0.55 |
| Momentum Alone (UMD Factor) | 10.5% | 17.2% | -45.3% | 0.61 |
| Value + Momentum (Combined Strategy) | 12.3% 🚀 | 13.9% ✅ | -40.6% ✅ | 0.88 🚀 |
| Factor | ETF Example |
|---|---|
| Value Factor (HML) | VTV (Vanguard Value ETF) |
| Momentum Factor (UMD) | MTUM (iShares MSCI USA Momentum ETF) |
| Blended Multi-Factor | QMLF (Invesco Multi-Factor ETF) |
Would you like a Python or Excel implementation to track and backtest this strategy yourself? 📊🚀
Choosing the best factors depends on your investment goals, risk tolerance, market conditions, and time horizon. Different factors outperform in different market environments, so selecting the right combination is crucial for maximizing returns while managing risk.
| Factor | Definition | Why It Matters | Best Market Conditions |
|---|---|---|---|
| Market (Beta) | Sensitivity to overall market movements (Rm - Rf) | Explains broad stock market risk | All environments (Core factor) |
| Size (SMB: Small Minus Big) | Small-cap stocks minus large-cap stocks | Small stocks have historically outperformed large caps | Early economic recovery |
| Value (HML: High Minus Low) | High book-to-market (cheap) stocks minus low book-to-market (expensive) stocks | Value stocks tend to outperform over long periods | Rising interest rates, inflation |
| Momentum | Stocks that have outperformed recently tend to continue outperforming | Captures investor sentiment & trends | Bull markets, strong growth periods |
| Quality | Companies with strong balance sheets, profitability, and stable earnings | High-quality firms provide downside protection | Market downturns, recessions |
| Low Volatility | Stocks with lower price fluctuations tend to have better risk-adjusted returns | Reduces drawdowns while maintaining returns | Bear markets, economic uncertainty |
✅ Key Takeaway: No single factor is best in all environments—combining factors can improve diversification and reduce risk.
| Economic Condition | Best-Performing Factors | Worst-Performing Factors |
|---|---|---|
| Expansion (Strong Growth, Low Inflation) | Momentum, Size, Growth | Low Volatility, Value |
| Late Cycle (Rising Inflation, Higher Rates) | Value, Quality, Commodities | Growth, Small-Cap |
| Recession (GDP Contraction, Risk-Off) | Low Volatility, Quality, Bonds | Momentum, Small-Cap |
| Recovery (Post-Recession, Rate Cuts) | Size, Value, Momentum | Defensive Stocks |
| Factor | ETF Example |
|---|---|
| Value | VTV (Vanguard Value ETF) |
| Momentum | MTUM (iShares MSCI USA Momentum Factor ETF) |
| Size (Small-Cap) | IWM (iShares Russell 2000 ETF) |
| Quality | QUAL (iShares MSCI USA Quality Factor ETF) |
| Low Volatility | USMV (iShares MSCI Minimum Volatility ETF) |
📌 Key Takeaways:
Would you like a real-world example of backtesting a multi-factor strategy? 📊🚀
Factor betas (loadings) measure how sensitive a stock is to a particular factor. These betas help investors rank and classify stocks based on their exposure to market risk (βm), size (βSMB), and value (βHML).
✅ Yes, you can rank stocks from highest to lowest beta for a factor to identify the most sensitive stocks! This is exactly how quantitative investors and factor-based ETFs construct portfolios.
You can sort stocks by beta to find those most sensitive to each factor.
| Stock | βm (Market Beta) | βSMB (Size Beta) | βHML (Value Beta) | Stock Type |
|---|---|---|---|---|
| Tesla (TSLA) | 1.8 | -0.6 | -0.9 | Large-Cap Growth |
| Amazon (AMZN) | 1.2 | -0.4 | -0.7 | Large-Cap Growth |
| JPMorgan (JPM) | 1.0 | -0.2 | 0.8 | Large-Cap Value |
| ExxonMobil (XOM) | 0.9 | -0.1 | 1.2 | Large-Cap Value |
| Roku (ROKU) | 1.5 | 0.7 | -1.1 | Small-Cap Growth |
| Aflac (AFL) | 0.8 | 0.5 | 1.0 | Small-Cap Value |
Portfolio Tilt Example (Factor Investing Strategy)
💡 Scenario: You expect small-cap value stocks to outperform.
✅ Action: Pick stocks with:
🔹 Stocks that fit this profile: Aflac (AFL), Regions Financial (RF), Steel Dynamics (STLD).
| Factor | ETF Example |
|---|---|
| Small-Cap Value (βSMB > 0, βHML > 0) | IJS (iShares S&P Small-Cap Value ETF) |
| Large-Cap Growth (βSMB < 0, βHML < 0) | VUG (Vanguard Growth ETF) |
Would you like to see a real-world factor performance chart (e.g., how high βHML stocks have performed vs. low βHML stocks)? 🚀📊