jypi
  • Explore
ChatWays to LearnMind mapAbout

jypi

  • About Us
  • Our Mission
  • Team
  • Careers

Resources

  • Ways to Learn
  • Mind map
  • Blog
  • Help Center
  • Community Guidelines
  • Contributor Guide

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Content Policy

Connect

  • Twitter
  • Discord
  • Instagram
  • Contact Us
jypi

© 2026 jypi. All rights reserved.

CFA Level 1
Chapters

1Introduction to CFA Program

2Ethics and Professional Standards

3Quantitative Methods

4Financial Reporting and Analysis

5Corporate Finance

6Equity Investments

7Fixed Income

8Derivatives

9Alternative Investments

10Portfolio Management and Wealth Planning

Portfolio Theory BasicsAsset Allocation StrategiesRisk AssessmentPerformance MeasurementInvestment Policy StatementRebalancing PortfolioBehavioral Finance ConceptsWealth Planning StrategiesUnderstanding Risk ToleranceInvestment Management Process

11Economics

12Financial Markets

13Risk Management

14Preparation and Exam Strategy

Courses/CFA Level 1/Portfolio Management and Wealth Planning

Portfolio Management and Wealth Planning

584 views

Principles of portfolio construction and investment strategies.

Content

2 of 10

Asset Allocation Strategies

Asset Allocation — Sass & Statistics
169 views
intermediate
humorous
finance
portfolio-management
gpt-5-mini
169 views

Versions:

Asset Allocation — Sass & Statistics

Watch & Learn

AI-discovered learning video

Sign in to watch the learning video for this topic.

Sign inSign up free

Start learning for free

Sign up to save progress, unlock study materials, and track your learning.

  • Bookmark content and pick up later
  • AI-generated study materials
  • Flashcards, timelines, and more
  • Progress tracking and certificates

Free to join · No credit card required

Asset Allocation Strategies — Turning Efficient Frontiers into Practical Portfolios (with a wink)

You already met Markowitz in the last chapter and flirted with alternatives in the previous one. Now we're marrying them — strategically, tactically, and with a prenup.


Hook (no re-intro to basics, we build up)

Remember how Portfolio Theory Basics handed you the efficient frontier like a secret menu? And how Alternative Investments whispered, "I diversify, but I'm illiquid and expensive"? Asset allocation is the chef who actually assembles the tasting menu so the meal doesn't ruin your digestive system (a.k.a. your risk budget).

This section explains how to pick allocations across asset classes and why different strategies matter for different clients (retail, institutional, and that friend who treats Bitcoin like an art collection).


Why asset allocation is the boss

  • Asset allocation drives most portfolio returns and risk — empirical studies (and common sense) show that policy allocation explains the majority of a portfolio's variability in returns over time.
  • It translates the abstract efficient frontier into a practical plan: weights, constraints, and frictions.

Quick reminder: alternatives can shift the frontier by lowering correlation or increasing expected returns (with trade-offs: liquidity, fees). Keep that in mind when considering private equity, hedge funds, RE, commodities, and infrastructure.


Big, practical strategies (the playbook)

1) Strategic Asset Allocation (SAA) — the long-term backbone

  • What it is: A long-run policy mix determined by risk tolerance, return objectives, liabilities, and constraints.
  • When to use: Almost always — this is your baseline.
  • Key idea: Establish a target (e.g., 60/40, or 40% equities / 30% bonds / 20% alternatives / 10% cash) and stick to it unless fundamentals change.

Pros: simple, tax-efficient, low turnover. Cons: may miss short-term opportunities.

2) Tactical Asset Allocation (TAA) — the opportunistic spice

  • What it is: Short- to medium-term deviations from SAA to exploit expected mispricings.
  • How: Use macro views, valuation signals, or momentum.
  • Risk: TAA can destroy value if your timing is worse than your luck.

Question: if you have a great macro call but high trading costs, is it worth deviating from SAA?

3) Core-satellite — best of both worlds

  • Core: Low-cost SAA (index funds).
  • Satellite: Active bets (alpha hunts) and alternatives.

This is popular in practice because it limits idiosyncratic risk while allowing targeted active exposure.

4) Mean-Variance Optimization (Markowitz / MVO)

  • Formulae to remember: Portfolio expected return E(R_p) = Σ w_i E(R_i). Portfolio variance σ_p^2 = w' Σ w.

Code-ish reminder:

Maximize: E(R_p) - (λ/2) * σ_p^2
Subject to: Σ w_i = 1, w_i >= 0 (maybe) 
  • Pitfalls: Garbage in, garbage out. Estimates of means/covariances are noisy — small changes lead to huge swings in weights.

5) Black-Litterman — MVO but with manners

  • Start from a market-implied prior (cap-weighted equilibrium), then blend in your views with confidence parameters.
  • Result: more stable, intuitive weights than pure MVO.

6) Risk Parity — equalize risk, not dollars

  • Allocate such that each asset contributes equally to portfolio risk.
  • Often results in higher weight to lower-vol assets (e.g., bonds) and levering them up for return parity.
  • Good for investors focused on volatility budgeting rather than naive weights.

7) Factor-based allocation

  • Build portfolios by tilting to risk premia (value, size, momentum, yield, low-vol).
  • Factor diversification can reduce dependence on traditional asset-class returns.

8) Liability-driven Investing (LDI)

  • For pension funds and insurers: match assets to liabilities (cash flows, duration) to control funding ratio volatility.
  • Often uses long-duration bonds, derivatives, and immunization techniques.

9) Glidepaths / Lifecycle strategies

  • Target-date funds: automatic adjustment of equity/bond mix as the target date approaches (usually de-risking).
  • Key design choice: how fast to de-risk? Depends on risk tolerance and human capital considerations.

Implementation realities — the things that make finance messy

  • Constraints: liquidity needs, legal/regulatory limits, tax considerations, minimum allocations to alternatives.
  • Costs: transaction costs, bid-ask spreads, manager fees (especially for alternatives).
  • Capacity & liquidity of alternatives: private equity and real assets offer premiums but are illiquid — think laddering commitments, measuring TVPI/IRR, and tertiary-market issues.
  • Behavioral: investor behavior can kill performance. Discipline + rules help.

Table: A quick comparison

Strategy Strength Main Weakness
SAA Disciplined, low-cost Inflexible to new info
TAA Potential alpha Timing risk, higher cost
MVO Theoretical optimality Estimation error sensitivity
Black-Litterman Stabilized MVO Requires sensible priors
Risk Parity Volatility-focused May need leverage
Core-Satellite Balanced Satellite cost/skill dependent

Rebalancing: When to correct the tilt

Two simple rules:

  1. Calendar rebalancing — monthly/quarterly/annually. Low maintenance.
  2. Threshold rebalancing — rebalance when weights drift by X% (e.g., +/-5%). More responsive, but potentially higher turnover.

A hybrid approach often wins: review quarterly, rebalance only if drift exceeds threshold.

Pseudocode for a simple threshold rebalancer:

If |w_i - target_w_i| > threshold for any i:
    sell/buy to target (consider tax/transaction cost)
Else:
    do nothing

Ask: how does the presence of illiquid alternatives change your rebalancing policy? (Answer: you may rebalance using liquid assets or use cash buffers — you rarely sell private equity quickly.)


Practical example (illustrative)

Imagine three investor profiles and a plausible SAA (including alternatives):

Investor Conservative Moderate Aggressive
Equities 20% 40% 60%
Bonds 60% 40% 20%
Alternatives 10% 15% 15%
Cash 10% 5% 5%

Notice alternatives are present across profiles — but their role and allocation size shift based on liquidity needs and return objectives.


Closing: Key takeaways (so you can stop reading and pass the exam)

  • Policy (SAA) first, tactics second. Set a well-reasoned long-run allocation before playing short-term chess.
  • Understand trade-offs of alternatives. They can lift the frontier but bring illiquidity and complexity.
  • Choose your optimization tool to match your inputs. MVO is math-in-love-with-data; Black-Litterman is MVO with common sense; risk parity is volatility-first.
  • Operationalize with constraints and rules. Rebalancing, fees, taxes, and liquidity will determine realized outcomes.

Final thought: asset allocation is the art of translating client goals, risk, and market reality into a plan that survives both market turmoil and human error. Be humble, be disciplined, and keep your sense of humor — portfolios need both calibration and therapy.


If you want, I can: (a) produce a short spreadsheet-ready allocation optimizer with Black-Litterman inputs, (b) simulate rebalancing outcomes under different threshold rules, or (c) create flashcards for the key formulas. Which quest shall we embark on next?

Flashcards
Mind Map
Speed Challenge

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!

Ready to practice?

Sign up now to study with flashcards, practice questions, and more — and track your progress on this topic.

Study with flashcards, timelines, and more
Earn certificates for completed courses
Bookmark content for later reference
Track your progress across all topics