Projectitude

How to Write a Portfolio Management Assignment: Markowitz, CAPM & Efficient Frontier (2026)

A portfolio management assignment asks you to build, evaluate, or critique an investment portfolio using Modern Portfolio Theory (Markowitz), CAPM, and the efficient frontier. The maths — expected return, portfolio variance, beta-based expected return — is straightforward once you avoid the covariance trap most students fall into. The higher marks are decided by whether you can explain what diversification actually does and where the theory breaks down.
3
Core Frameworks
Covariance
Most Fumbled Term
MPT + CAPM
Standard Combination
2,000–3,000
Typical Word Count

Portfolio management is the module where finance stops being about individual securities and starts being about how they interact. That shift is genuinely difficult. Students who understand a single stock's risk-return profile can find themselves stuck the moment two stocks appear in the same portfolio, because portfolio risk is not the weighted average of individual risks — it is something more subtle, and getting that subtlety right is the whole point of the assignment.

This guide takes you through what portfolio management assignments actually test, walks Markowitz Modern Portfolio Theory from expected return through the covariance-adjusted variance most students fumble, shows a full two-asset worked example, connects it to CAPM and the Security Market Line, and demonstrates the analytical moves that separate a competent answer from a top one.

What a Portfolio Management Assignment Actually Tests

A portfolio management assignment tests three connected skills. Almost every brief hits at least two of them, and the strongest answers connect all three into one coherent analysis.

  • Portfolio maths — Can you calculate portfolio expected return, variance, standard deviation, and Sharpe ratio correctly, including the covariance term that most students get wrong?
  • Diversification interpretation — Can you explain why portfolio risk is less than the weighted average of individual risks, and quantify the diversification benefit for a specific portfolio? This is the concept the maths exists to prove.
  • Theoretical critique — Can you identify the assumptions Markowitz and CAPM rest on, and where those assumptions fail? Every First-class answer includes at least a paragraph on this.

Read the brief for the framework: "Build a mean-variance efficient portfolio" is Markowitz. "Calculate the required return on stock X" is CAPM. "Test whether stock X is overpriced" combines both — you compute CAPM's required return and compare it to actual expected return. Identify which framework applies before you start substituting numbers.

Modern Portfolio Theory — The Three Formulas You Need

Markowitz (1952) built portfolio theory on a simple insight: investors care about both return and risk, and combining assets whose returns do not move in lockstep reduces risk without sacrificing return. Three formulas do most of the work in an undergraduate assignment.

📐 The Three Core Formulas
1. Portfolio expected return:
E(RP) = wA · E(RA) + wB · E(RB)

2. Portfolio variance (two assets):
σ²P = wA² · σ²A + wB² · σ²B + 2 · wA · wB · Cov(A,B)

3. Covariance (from correlation):
Cov(A,B) = ρAB · σA · σB

Two things about the variance formula that trip students up. First, the third term has a ×2 — a full quarter of undergraduate portfolio errors come from forgetting it. Second, the formula uses variance (σ²) for the individual assets but covariance for the interaction term — and covariance is derived from correlation using the third formula above. Get either of these wrong and the answer falls apart.

A Worked Example — Two-Asset Portfolio Return & Risk

This is the single most common exam-style question in a portfolio management module. Here is how to work through it end to end. The figures are constructed for demonstration; the method is identical for any real portfolio.

📄 The Setup
Portfolio: 60% Stock A / 40% Bond B

Stock A: E(RA) = 12%, σA = 20%
Bond B: E(RB) = 6%, σB = 8%
Correlation ρAB = 0.25
Risk-free rate = 4%

Step 1 — Portfolio Expected Return

✅ Expected Return Calculation
E(RP) = wA · E(RA) + wB · E(RB)
       = 0.60 × 12% + 0.40 × 6%
       = 7.2% + 2.4%
       = 9.60%

Portfolio expected return is always the weighted average of individual expected returns — no complications. This is the easy part of the calculation and the part students almost always get right.

Step 2 — Covariance

✅ Covariance Calculation
Cov(A,B) = ρAB · σA · σB
             = 0.25 × 0.20 × 0.08
             = 0.0040

Compute covariance first, separately, before plugging it into the variance formula. Doing it inline inside the variance formula is where students confuse themselves and drop terms.

Step 3 — Portfolio Variance and Standard Deviation

✅ Variance Calculation
σ²P = wA² · σ²A + wB² · σ²B + 2 · wA · wB · Cov(A,B)

Term 1: 0.60² × 0.20² = 0.36 × 0.04 = 0.01440
Term 2: 0.40² × 0.08² = 0.16 × 0.0064 = 0.00102
Term 3: 2 × 0.60 × 0.40 × 0.0040 = 0.00192

σ²P = 0.01440 + 0.00102 + 0.00192
     = 0.01734

σP = √0.01734 = 0.1317 = 13.17%
✅ Interpretation — the Diversification Benefit

Now compare the portfolio standard deviation to what it would have been without diversification — the weighted average of the individual standard deviations:

Weighted average SD = 0.60 × 20% + 0.40 × 8% = 15.20%
Actual portfolio SD = 13.17%
Diversification benefit = 2.03 percentage points

The 60/40 portfolio delivers 9.60% expected return at 13.17% risk. A naive investor computing risk as a weighted average would have expected 15.20%. The 2.03 percentage point reduction is the diversification benefit — the free lunch Markowitz identified. It comes entirely from the fact that the two assets are not perfectly correlated (ρ = 0.25, not 1.0).

The Sharpe ratio finishes the picture: Sharpe = (E(RP) − Rf) ÷ σP = (9.60% − 4%) ÷ 13.17% = 0.425. The portfolio delivers 0.425 units of excess return per unit of risk. Sharpe ratio is how you compare portfolios with different risk-return profiles; a higher Sharpe is better, all else equal.

The Efficient Frontier — What It Actually Represents

Once you can compute return and risk for one portfolio, you can compute it for hundreds — every possible weighting of the same two assets. Plot each portfolio on a return-vs-risk graph and you get a curve. The upper-left segment of that curve, from the minimum variance portfolio upward, is the efficient frontier — every portfolio on it delivers the highest possible return for its level of risk (or equivalently, the lowest possible risk for its level of return).

Portfolios below the frontier are dominated: for any dominated portfolio there is another on the frontier with equal risk and higher return, or equal return and lower risk. A rational investor should never hold a dominated portfolio. That is the entire prescription of Modern Portfolio Theory — build efficient portfolios, avoid dominated ones.

When a risk-free asset is added, the story changes again. The tangent line from the risk-free rate to the efficient frontier — the Capital Market Line — identifies one optimal risky portfolio, and every investor's efficient combination is some mix of the risk-free asset and that single tangent portfolio. This result is what leads directly to CAPM.

CAPM — From Portfolio Theory to Security Pricing

If every investor holds the same optimal risky portfolio (the market portfolio), then any individual security's expected return should depend only on how much it contributes to that market portfolio's risk. That contribution is beta. CAPM formalises this into a single equation:

📐 The CAPM Equation
E(Ri) = Rf + βi · (E(Rm) − Rf)

Where:
Rf = risk-free rate
E(Rm) = expected market return
βi = asset i's beta (systematic risk relative to market)
(E(Rm) − Rf) = equity risk premium

CAPM is used in portfolio assignments for two related purposes: computing the required return on an asset given its beta, and testing whether an asset's actual expected return justifies holding it. If actual expected return exceeds CAPM's required return, the asset offers positive alpha (mispriced upward); if it is below, negative alpha (mispriced downward or overvalued).

A Second Worked Example — CAPM Required Return & Alpha

📄 The Setup
Risk-free rate (Rf): 4%
Expected market return (E(Rm)): 10%
Stock C beta (βC): 1.30
Analyst's expected return for Stock C: 9%
Question: Should Stock C be held?
✅ CAPM Required Return
E(RC) = Rf + βC · (E(Rm) − Rf)
        = 4% + 1.30 × (10% − 4%)
        = 4% + 1.30 × 6%
        = 4% + 7.8%
        = 11.8%

Interpretation: Given Stock C's beta of 1.30, CAPM says investors should demand 11.8% return to compensate for its systematic risk. The analyst's expected return of 9% falls below this — a negative alpha of −2.8%. Under CAPM, Stock C is unattractive: it does not deliver enough return for the risk it carries. A rational mean-variance investor would not hold it, or would hold less than the market portfolio's weighting.

Portfolio module deadline closing in?

Our finance specialists build full portfolio management assignments — Markowitz, CAPM, efficient frontier, Sharpe optimisation — written to your university's marking criteria and your deadline.

Get Expert Help →

2:2 vs First: Discussing Diversification & MPT Assumptions

The 2:2 answer computes the numbers correctly and moves on. The First-class answer engages with what MPT and CAPM assume about the world.

🔴 2:2 Level
"The portfolio has an expected return of 9.60% and standard deviation of 13.17%, giving a Sharpe ratio of 0.425. The diversification benefit is 2.03 percentage points. The portfolio is well diversified and offers a good risk-return trade-off for the investor."
States the numbers. No engagement with what MPT assumes, no discussion of correlation stability, no acknowledgement of the theory's real-world limits.
🟢 First Class Level
"The 2.03 percentage point diversification benefit is a function of the ρ = 0.25 correlation assumption, which is not stable in practice. Empirical research (notably Longin & Solnik, 2001) documents that cross-asset correlations rise sharply in market crises — precisely when investors need diversification most. The Markowitz framework also assumes returns are normally distributed and that variances and correlations can be reliably estimated from historical data; both are questionable, particularly at the tails. The 13.17% portfolio SD should therefore be read as a benchmark under the assumed correlation, not as a reliable forecast of realised risk in stressed conditions.
Names the correlation-instability failure, cites empirical evidence, questions the estimation-from-history assumption, and re-frames the SD as a benchmark rather than a truth. Genuine engagement.

Five Mistakes That Cost Students Marks

Forgetting the ×2 on the covariance term. Portfolio variance has three components; the third has a factor of 2 in front. Omitting it understates portfolio risk significantly.Fix: Write the full formula out before substituting. σ²P = wA² · σ²A + wB² · σ²B + 2 · wA · wB · Cov(A,B).

Confusing correlation with covariance. Cov(A,B) = ρ · σA · σB. Plugging ρ directly into the variance formula instead of computing Cov first is a classic slip.Fix: Always compute covariance separately in a labelled step. It is one line and it prevents the confusion.

Reporting numbers with no diversification interpretation. The whole point of the calculation is to demonstrate the diversification benefit. Skipping the comparison to the weighted-average SD misses the module's central concept.Fix: After computing portfolio SD, always compute the weighted-average SD as a comparison, and state the diversification benefit explicitly in percentage points.

Treating CAPM as a truth rather than a model. Applying CAPM without acknowledging its assumptions (single-period, homogeneous expectations, no taxes, unlimited borrowing at Rf) reads as uncritical.Fix: When using CAPM, include at least one sentence naming a specific assumption and its empirical challenge — for example, Fama & French (1992) showing beta alone does not explain cross-sectional returns.

Ignoring correlation instability. MPT assumes correlations estimated from historical data are stable. In crises they are not — correlations rise, and diversification benefits shrink exactly when they matter most.Fix: Include a paragraph on correlation regime changes. Cite Longin & Solnik (2001) or a similar source. This single move often lifts a grade band.

Frequently Asked Questions

What is a portfolio management assignment usually asking me to do?
Most portfolio management assignments involve one or more of four tasks: computing expected return, variance and standard deviation for a portfolio of two or more assets; identifying the efficient frontier or minimum-variance portfolio; applying CAPM to compute required returns or test for alpha; and critiquing the assumptions of Markowitz or CAPM. Some briefs also ask for Sharpe ratio comparisons, capital allocation between risky and risk-free assets, or discussion of behavioural challenges to mean-variance investing.
How do I calculate portfolio variance with more than two assets?
The general formula sums the weighted variances of each asset plus twice the weighted covariance of every pair. For three assets: σ²P = wA²σ²A + wB²σ²B + wC²σ²C + 2wAwBCov(A,B) + 2wAwCCov(A,C) + 2wBwCCov(B,C). For more than three assets, matrix notation is more practical: σ²P = wTΣw, where Σ is the covariance matrix. Most undergraduate assignments stop at two assets; postgraduate work may require matrix form.
What is the difference between the efficient frontier and the Capital Market Line?
The efficient frontier is the set of optimal risky portfolios — every possible combination of risky assets that offers the best return for its level of risk. It is a curve. The Capital Market Line is what you get when you add a risk-free asset: it is the straight line from the risk-free rate through the single tangent portfolio (the optimal risky portfolio) on the efficient frontier. Any point on the CML is achievable by combining the risk-free asset with the tangent portfolio in different proportions. Under CAPM assumptions, the CML dominates the efficient frontier for all risk levels.
How do I use CAPM to decide whether to buy a stock?
Compute CAPM's required return using the stock's beta, the risk-free rate, and the equity risk premium. Compare this to the actual expected return from analyst forecasts, dividend growth models, or historical data. If actual expected return exceeds CAPM's required return, the stock offers positive alpha and is potentially attractive. If actual expected return is below the CAPM required return, the stock offers negative alpha — under CAPM's assumptions, a rational investor would underweight or avoid it. Always note that this analysis rests on CAPM's assumptions, several of which have empirical challenges.
What are the main assumptions of Modern Portfolio Theory?
Investors are rational and risk-averse, care only about mean and variance of returns, have identical expectations about asset return distributions, can borrow and lend at the risk-free rate, face no taxes or transaction costs, and hold assets over a single period. Empirically, several assumptions fail. Returns are not normally distributed (fat tails). Correlations are not stable (they rise in crises). Investors have heterogeneous expectations. Historical variances and correlations are noisy estimates of future ones. Strong portfolio management assignments engage with these limitations rather than treating MPT as a truth.
My deadline is close — what should I prioritise on a portfolio management assignment?
Get the two-asset calculations right first — expected return, covariance, variance, standard deviation, Sharpe ratio. Show every formula and substitution so you earn method marks even if a final number slips. Then compute the diversification benefit explicitly (weighted-average SD minus portfolio SD) — this is the concept the maths exists to prove. Save time for one paragraph on MPT assumptions and correlation instability, which is where the grade band gets decided. If the deadline is unworkable, our finance specialists can deliver a complete portfolio management assignment. Get expert help here.

Need Your Portfolio Management Assignment Done Right?

Our expert writers deliver fully worked portfolio management assignments — Markowitz calculations, CAPM alpha analysis, efficient frontier construction, and the theoretical critique that wins marks. To your university's marking criteria and your deadline.

Get Expert Help Today →

Please fill this data