Projectitude

How to Write a Risk Management Assignment in Finance (VaR + Examples, 2026)

A risk management assignment in finance asks you to identify the risks facing a portfolio, institution or trading book, measure those risks using techniques like Value at Risk (VaR), Expected Shortfall, and stress testing, and recommend mitigation. Markers reward students who compute VaR correctly and — critically — explain what it does not capture. The 2008 crisis is on every risk lecturer's mind; strong assignments engage with why standard measures failed and what post-crisis practice looks like.
4
Risk Types Covered
VaR
Most Set Technique
Tail Risk
Where Marks Live
2,000–3,000
Typical Word Count

Risk management is the finance module where the maths turns from pricing to loss estimation, and where every technique carries a warning label. Value at Risk was the industry-standard measure for two decades — until it failed spectacularly in 2008 and forced regulators to rewrite the rulebook. That story is part of what your assignment is testing. Getting the VaR calculation right earns you a pass; understanding why the industry moved to Expected Shortfall and stress testing is what earns a First.

This guide walks you through what a risk management assignment actually tests, the four risk types every syllabus covers, the structure a strong response follows, a full parametric VaR worked example, an Expected Shortfall calculation for the same portfolio, and the analytical moves that separate a competent answer from a top one. If your brief is on VaR, ES, stress testing or a broader risk framework, the pattern below applies.

What a Risk Management Assignment Actually Tests

A risk management assignment is testing three connected skills. The mistake most students make is doing the first well and ignoring the other two.

  • Identification — Can you correctly categorise the risks a portfolio or institution faces (market, credit, liquidity, operational) and match each risk to the appropriate measurement technique?
  • Measurement — Can you compute VaR (parametric, historical or Monte Carlo), Expected Shortfall, and apply stress scenarios with clean working?
  • Critique & mitigation — Can you explain what your measurements do not capture, cite where they failed historically, and recommend mitigation actions that address the residual risk? This is where First-class answers separate from the rest.

Read the brief for the technique: "Calculate the 1-day 95% VaR" is parametric VaR (assuming normal returns). "Estimate the 10-day VaR at 99% confidence" is Basel regulatory-style — apply the √t rule to scale. "Compare VaR and Expected Shortfall" wants both metrics computed and the tail-risk difference explained. "Design a stress test scenario" is qualitative-quantitative. Match the technique to what the brief asks before you start.

The Four Risk Types Every Syllabus Covers

Almost every risk management assignment starts with identifying the type of risk in play. Different risk types need different measurement techniques, and mislabelling the risk means using the wrong tool.

Risk Type What It Is Standard Measurement
Market risk Loss from changes in prices — equity prices, interest rates, exchange rates, commodity prices. VaR, Expected Shortfall, sensitivity analysis (duration, delta), stress testing.
Credit risk Loss from a counterparty failing to meet its obligations — default, downgrade, or spread widening. Probability of default, loss given default, exposure at default, credit VaR.
Liquidity risk Loss from being unable to exit a position at a fair price, or unable to fund obligations when due. Liquidity coverage ratio, bid-ask spread analysis, funding gap analysis.
Operational risk Loss from failed processes, systems, people or external events — fraud, cyber, legal, model failure. Loss distribution approach, key risk indicators, scenario analysis.

Two patterns worth internalising. First, VaR and its variants dominate market-risk assignments because market risk has plenty of continuous price data to fit statistical models to. Second, credit, liquidity and operational risks resist the same statistical treatment because their loss distributions are discrete, skewed, and often lack sufficient historical data. This is why regulatory frameworks (Basel III, Solvency II) treat these risks with different capital rules — a point worth mentioning in any First-class answer.

The Structure of a Strong Risk Management Assignment

Section What Markers Look For Word Count (2,500w)
Introduction Portfolio or institution being analysed, the risks it faces, the techniques to be applied. 200–250w
Risk Identification Systematic categorisation of the risks using the four-type framework. Rationale for what is included and excluded. 300–400w
Measurement — VaR & ES Full working. Assumptions stated. Confidence levels and time horizon justified. 500–700w
Stress Testing At least one plausible adverse scenario with quantitative loss estimate. Historical (2008, 2020) or hypothetical. 300–400w
Critique & Limitations What VaR does not capture, model risk, correlation instability, tail dependence. Where the measures failed historically. 400–500w
Mitigation & Recommendation Specific hedging, diversification, capital or process actions addressing the identified risks and residual gaps. 300–400w
References Full list of academic and regulatory sources. Excluded from word count. Not counted

A Worked Example — Parametric Value at Risk

Value at Risk is the most-set calculation in a risk management assignment. Here is how to work through the parametric (variance-covariance) method end to end. The setup is constructed for demonstration; the method is identical for any real portfolio.

📄 The Setup
Portfolio value (V): £10,000,000
Annual volatility (σannual): 15%
Trading days per year: 252
Confidence level: 95%
Horizon: 1 day (then scaled to 10 days)
Assumption: portfolio returns are normally distributed with zero mean.
📐 The Parametric VaR Formula
VaR = zα · σhorizon · V

Where:
zα = one-tailed z-score at the confidence level (1.645 for 95%, 2.326 for 99%)
σhorizon = volatility over the horizon (scaled using √t rule)
V = portfolio value

Step 1 — Scale Volatility from Annual to Daily

✅ Daily Volatility
σdaily = σannual ÷ √(trading days)
         = 15% ÷ √252
         = 15% ÷ 15.8745
         = 0.9449%

This is the "square-root-of-time" rule: volatility scales with the square root of the time horizon, not linearly. Get this step wrong and everything downstream is wrong.

Step 2 — Compute 1-Day 95% VaR

✅ 1-Day 95% VaR
VaR95%, 1d = z0.95 · σdaily · V
            = 1.645 × 0.9449% × £10,000,000
            = 1.5544% × £10,000,000
            = £155,438

Interpretation: With 95% confidence, the portfolio will not lose more than £155,438 in a single day. Equivalently, on 5% of days (roughly one day per month), losses are expected to exceed £155,438 — but VaR does not tell us how much larger those losses will be. This is the critical limitation that Expected Shortfall was designed to fix.

Step 3 — Scale to 10-Day Horizon (Basel Style)

✅ 10-Day 95% VaR
VaR95%, 10d = VaR95%, 1d · √10
             = £155,438 × 3.1623
             = £491,538

Basel regulatory frameworks typically require 10-day VaR for banks' trading books. The √t scaling assumes returns are independently and identically distributed — an assumption that fails under volatility clustering and regime shifts, and one worth flagging in the critique section.

A Second Example — Expected Shortfall (Conditional VaR)

Expected Shortfall — also called Conditional VaR — measures the average loss given that the loss exceeds VaR. It is the metric Basel III adopted in place of VaR precisely because it captures the tail behaviour VaR ignores.

📐 Expected Shortfall Formula (Normal Distribution)
ES = [ φ(zα) / (1 − α) ] · σ · V

Where:
φ(zα) = standard normal PDF at zα
(1 − α) = tail probability (0.05 at 95% confidence)
✅ 1-Day 95% ES Calculation
φ(1.645) = 0.1031 (from standard normal PDF)

ES95%, 1d = [ 0.1031 ÷ 0.05 ] × 0.9449% × £10,000,000
          = 2.0622 × 0.9449% × £10,000,000
          = 1.9486% × £10,000,000
          = £194,861

Interpretation: Given that the portfolio loses more than the 95% VaR of £155,438, the average loss is expected to be £194,861 — roughly 1.25× the VaR figure. This is the tail-risk information VaR alone cannot provide. Under Basel III, regulatory capital for market risk is now based on Expected Shortfall at 97.5%, precisely because VaR was found to under-represent tail losses in stressed markets.

Risk management deadline closing in?

Our finance specialists build full risk management assignments — VaR, ES, stress testing, credit and operational risk — written to your university's marking criteria and your deadline.

Get Expert Help →

Stress Testing — The Section Most Students Skip

Stress testing complements VaR by asking a different question: not "what is the probable loss?" but "what happens if a specific severe event occurs?" A strong stress test names the scenario, applies plausible shocks to portfolio positions, and computes the resulting loss. Two approaches are standard at undergraduate level:

  • Historical stress scenarios — replay a real crisis. Apply the market moves observed in September–October 2008, March 2020, or the 1998 LTCM period to the current portfolio, and quantify the loss. This is what regulators require of banks.
  • Hypothetical stress scenarios — construct a plausible adverse event. Examples: a 30% equity market fall combined with a 150bp interest-rate spike, or a sovereign default in a major exposure country. Justify the calibration.

In an assignment, one well-constructed stress scenario with quantified loss beats a list of scenarios described qualitatively. Show the shocks applied, the loss for each position, and the aggregate portfolio impact.

2:2 vs First: The VaR Limitations Paragraph

Both students compute VaR correctly. The gap between grade bands is decided by what they say about the metric they have computed.

🔴 2:2 Level
"The 1-day 95% VaR is £155,438 and the 10-day VaR is £491,538. VaR is a widely used measure of market risk in the financial industry. The portfolio is exposed to £155,438 of daily loss at a 95% confidence level, which is a manageable level of risk."
States numbers. No engagement with what VaR omits, no reference to the 2008 crisis or Basel III shift, no acknowledgement that the assumption of normality fails in tails.
🟢 First Class Level
"The £155,438 VaR is a statement about a threshold, not a description of the tail. It says nothing about how much larger losses will be on the 5% of days when they exceed £155,438 — a limitation Basel III addressed by moving regulatory capital to Expected Shortfall at 97.5%. The parametric method here assumes normally distributed returns, but empirical equity return distributions have fatter tails (kurtosis exceeds 3), meaning actual extreme losses occur more often than the model predicts. The 2007–08 crisis illustrated this directly: VaR models across the industry systematically underestimated realised losses because they were calibrated on pre-crisis volatility that under-represented the tail-dependence between assets when markets moved together. Any single-metric risk framework is fragile; the £155,438 should be read alongside the ES figure (£194,861) and at least one stress scenario.
Names the threshold limitation, cites the Basel III shift, discusses fat tails and kurtosis, links to 2008, and reframes VaR as one input to a broader framework. Genuine engagement.

Five Mistakes That Cost Students Marks

Forgetting to scale volatility to the horizon. Annual volatility plugged into a 1-day VaR formula overstates the risk by a factor of √252 ≈ 15.87. This is the single most common numerical error in the whole module.Fix: Always scale annual volatility using σdaily = σannual ÷ √252. Show this step explicitly before computing VaR.

Using the wrong z-score for the confidence level. 95% VaR uses z = 1.645, not 1.96 (which is two-tailed). 99% VaR uses z = 2.326. Mixing these produces answers off by 20% or more.Fix: Memorise the one-tailed critical values: 1.645 (95%), 2.326 (99%), 2.576 (99.5%), 2.807 (99.75%). Two-tailed values are for hypothesis tests, not VaR.

Reporting VaR with no tail-risk discussion. A VaR number without Expected Shortfall, stress testing, or acknowledgement of what VaR misses reads as if the metric captures the whole risk picture. It does not, and markers penalise heavily.Fix: Every VaR report should be accompanied by at least an ES calculation and a paragraph on tail-risk limitations.

Assuming the normal distribution without questioning it. The parametric method assumes normally distributed returns. Empirically, equity and bond returns have fatter tails and skew, which the normal model does not capture.Fix: State the normality assumption explicitly and note that empirical return distributions display excess kurtosis. Suggest historical simulation or Monte Carlo as alternatives when relevant.

No engagement with the 2008 crisis or Basel III shift. Risk management assignments implicitly expect students to know why the industry moved from VaR to ES. Not mentioning this signals shallow reading.Fix: Reference the Basel III revision (Fundamental Review of the Trading Book) that adopted Expected Shortfall at 97.5% as the regulatory standard, in the critique section. This one reference lifts a grade band.

Frequently Asked Questions

What is a risk management assignment usually asking me to do?
Most risk management assignments involve identifying the risk types facing a portfolio or institution, computing VaR or Expected Shortfall using the parametric, historical or Monte Carlo methods, applying at least one stress scenario, and critiquing the limitations of the measures used. Some briefs focus more narrowly (e.g. credit risk on a loan portfolio, operational risk assessment for a bank division), but the underlying pattern — identify, measure, critique, mitigate — is consistent across sub-topics.
What is the difference between VaR and Expected Shortfall?
VaR is a threshold: it says "with X% confidence, losses will not exceed £Y in the given horizon." It tells you nothing about what happens in the (100 − X)% of cases where losses do exceed £Y. Expected Shortfall (also called Conditional VaR) fixes this by measuring the average loss given that loss exceeds VaR. For a normal distribution and 95% confidence, ES is roughly 1.25× VaR. Basel III moved regulatory market-risk capital from VaR to Expected Shortfall at 97.5% precisely because ES captures tail losses that VaR misses.
How do I choose between parametric, historical and Monte Carlo VaR?
Parametric (variance-covariance) VaR is fastest and requires only volatility and correlation estimates — good for portfolios of standard linear instruments and for undergraduate assignments. Historical VaR uses actual historical returns to build the loss distribution — no distributional assumption, but limited to what has been observed and sensitive to the lookback window. Monte Carlo VaR simulates thousands of possible price paths — flexible for non-linear instruments (options) but computationally heavy and dependent on the model used for underlying returns. For an undergraduate assignment, parametric is the default unless the brief specifies otherwise; for options-heavy portfolios, Monte Carlo is more defensible.
How do I structure a risk management assignment?
Use the identify-measure-critique-mitigate framework: introduction stating the portfolio or institution and risks to be analysed; risk identification section categorising exposures across market, credit, liquidity and operational risk; measurement section with VaR, ES and stress test calculations; critique section addressing model limitations and historical failures (2008, LTCM 1998, 2020); mitigation section recommending hedges, diversification, capital or process actions. Most undergraduate assignments run 2,000 to 3,000 words. Follow the calculation-presentation conventions in our finance assignment structure guide.
Why did VaR fail in the 2008 financial crisis?
Three reasons dominate the academic and regulatory literature. First, VaR models were calibrated on pre-crisis data that underestimated volatility and correlation. Second, the normal distribution assumption embedded in many parametric models understated the probability of extreme losses (fat tails). Third, tail dependence between assets rose sharply in the crisis — assets that were only moderately correlated in normal times moved together violently in the stress period, which single-factor VaR could not capture. The Basel III Fundamental Review of the Trading Book responded by moving to Expected Shortfall at 97.5%, requiring stressed calibration, and mandating stress testing alongside VaR.
My deadline is close — what should I prioritise on a risk management assignment?
Get the VaR calculation right first — scale volatility correctly (√252 rule), use the right z-score for your confidence level (1.645 for 95%, not 1.96), and show every step. Then compute Expected Shortfall for the same setup — one more formula gets you both metrics. Write the critique paragraph next: name at least one limitation (fat tails, tail dependence, or model risk) and one historical failure (2008 or 2020). Save time for a specific mitigation recommendation. Skip full historical VaR simulation if not asked. If the deadline is genuinely unworkable, our finance specialists can deliver a complete risk management assignment. Get expert help here.

Need Your Risk Management Assignment Done Right?

Our expert writers deliver fully worked risk management assignments — VaR and Expected Shortfall calculations, stress testing, and the model critique that wins marks. To your university's marking criteria and your exact deadline.

Get Expert Help Today →

Please fill this data