ETF5952 · Quantitative Methods for Risk Analysis
Quantitative Methods for Risk Analysis
ETF5952 Quantitative Methods for Risk Analysis is Monash University’s postgraduate financial-risk unit, run by the Department of Econometrics and Business Statistics and taught in R. In ETF5952 you learn to characterise risk using probability and statistics, then quantify it with Value-at-Risk (VaR) and Expected Shortfall (ES), and to implement and evaluate risk models — historical and Monte-Carlo simulation, EWMA and GARCH volatility models, and VaR backtesting and stress testing — before extending to option pricing and option risk. Assessment at Monash University combines weekly Moodle quizzes and three R-based assignments (10% + 15% + 25%) with a 40% closed-book final examination in the Semester-1 central exam period (around June; confirm the exact date on Moodle). This free guide maps every ETF5952 topic to its exam thread so your SWOTVAC revision goes straight to the marks that build your WAM — work each risk measure by hand, and ask Sia to explain any step you get stuck on.
What ETF5952 covers
Ten chapters, one risk-analysis workflow. Each links to its free chapter guide, and the closed-book ETF5952 final (around June in the Monash Semester-1 exam period — confirm the date on Moodle) can draw a compute-and-interpret question from any of them, from Value-at-Risk and Expected Shortfall to GARCH volatility, backtesting and option pricing.
How ETF5952 is assessed
| Component | Weight | Format |
|---|---|---|
| In-class Quizzes (best 10 of 12, weekly online) | 10% | Individual online quiz, weekly Fri 23:55 |
| Assignment 1 (Exercise) — group answer sheet 50% + individual oral Q&A 50% | 10% | Group + Individual oral |
| Assignment 2 (Exercise) — individual written answer sheet, exam-style at-home | 15% | Individual written |
| Assignment 3 (Project) — group report (<=4pp PDF) 50% + individual oral Q&A 50% | 25% | Group + Individual oral |
| Final Examination | 40% | Centrally scheduled, invigilated, closed book, individual |
One-day parametric Value-at-Risk, as a return and in dollars
- +1Write the parametric VaR formula. In location-scale form R = μ + σZ, the p-quantile is qp = μ + σzp, so the loss magnitude is VaR(p) = −qp = −(μ + σzp).
- +15% VaR: VaR(0.05) = −(0.0004 + 0.018·(−1.645)) = −(0.0004 − 0.029610) = 0.02921, i.e. 2.921%.
- +1Convert to dollars: 0.02921 × $500,000 = $14,605 — the 1-day loss you expect to exceed only 5% of the time.
- +11% VaR: with z0.01 = −2.326, VaR(0.01) = −(0.0004 + 0.018·(−2.326)) = 0.04147, i.e. 4.147% → 0.04147 × $500,000 = $20,734.
- +1Compare and read it: the 1% VaR ($20,734) exceeds the 5% VaR ($14,605) because the 1% quantile sits further into the left tail. VaR is reported as a positive loss, and the deeper tail always gives the larger number.
Key terms
- Random variable vs realisation
- A random variable (capital letters such as Rt or Pt) is the uncertain quantity before the outcome is known; a realisation (lowercase rt, pt) is a specific observed value. Risk analysis models the distribution of the random variable, then uses observed realisations to estimate it.
- Log return
- The continuously compounded return rt = ln(Pt/Pt−1). Log returns are additive across time (a k-period log return is the sum of the one-period log returns), which is why the unit uses them for multi-period risk; simple returns are not additive.
- Value-at-Risk (VaR)
- The loss you expect to exceed only with probability p over a horizon, reported as a positive magnitude: VaR(p) = −qp, where qp is the p-quantile of the return distribution. For a small p the quantile is a negative return, so VaR comes out positive.
- Expected Shortfall (ES)
- The average loss given that the loss is in the worst-p tail: ES(p) = −E[R | R ≤ qp]. ES is the mean beyond the VaR threshold, so ES(p) ≥ VaR(p) always, and it is the measure behind the Basel market-risk capital charge (2.5% ES).
- Quantile
- The value qp a return falls below with probability p: F(qp) = p, i.e. qp = F−1(p). A smaller p means a deeper tail, so q0.01 < q0.05 and the 1% VaR is larger than the 5% VaR.
- Historical simulation
- A non-parametric estimate that uses the empirical distribution of past returns: sort the observed returns and read the VaR off the ⌈pT⌉-th worst; ES is the average of that tail. It makes no distributional assumption but assumes the past window represents the future.
- Monte Carlo simulation
- Draw many returns from an assumed (or estimated) distribution, convert each to a portfolio value, and average the quantity of interest — e.g. expected utility or a tail loss. Used when no closed-form expression exists; simulate returns first, then map to wealth.
- EWMA (RiskMetrics)
- Exponentially Weighted Moving Average volatility: σt² = (1−λ)(Rt−1−μ)² + λσt−1², with the RiskMetrics daily default λ = 0.94. Weights decay geometrically; it is a GARCH with ω = 0 and no long-run anchor.
- GARCH(1,1)
- A volatility model σt² = ω + α(Rt−1−μ)² + βσt−1² that captures volatility clustering. If α+β < 1 it has a finite long-run variance σ̄² = ω/(1−α−β); α+β is the persistence.
- Leverage effect / GJR-GARCH
- The tendency of negative shocks to raise volatility more than equal positive shocks. GJR-GARCH adds an asymmetry term γ(Rt−1−μ)²·1{Rt−1 < μ}; γ > 0 confirms the leverage effect.
- Square-root-of-time rule
- Under constant (flat) volatility, h-period volatility scales as σh = √h·σ — variance scales with h, volatility with √h. It is only exact for i.i.d. or EWMA volatility, not for mean-reverting GARCH.
- Certainty equivalent & risk premium
- The certainty equivalent xCE solves U(xCE) = E[U(X)] — the guaranteed wealth as good as the gamble. The risk premium π = E[X] − xCE; a risk-averse (concave-utility) investor has xCE < E[X] and π > 0.
- Arrow–Pratt risk aversion
- The coefficient of absolute risk aversion A(w) = −U″(w)/U′(w). The minus sign is essential: for a risk-averse investor U″ < 0 and U′ > 0, so A(w) > 0. Concave utility is the defining feature of risk aversion.
- VaR backtesting (coverage test)
- An out-of-sample check that a VaR model has the right violation rate. A violation is rt < −VaRt(p); the unconditional-coverage (Kupiec) test compares the observed rate to p. Too many violations (π̂ > p) means the model underestimates risk.
ETF5952 FAQ
Can AI help me study ETF5952?
Yes — used well, AI is a strong study partner for a technical unit like ETF5952. Sia can walk you through a VaR or Expected Shortfall calculation step by step, explain why a GARCH model mean-reverts while EWMA does not, check your reasoning on a backtesting question, or re-derive a worked example with different numbers so you can practise. It explains the method and the intuition rather than handing you final answers, so you build the skill the closed-book exam actually tests. Always follow Monash University’s assessment and academic-integrity rules on Moodle — use AI to learn, not to complete assessed work for you.
Where can I find past exam papers or practice for ETF5952?
Official past papers, when released, live in the Monash University Library exam database and on the ETF5952 Moodle page; your best in-unit preview is Assignment 2, which is written “in the style of the final examination.” This free guide adds a full mock exam of re-authored, worked problems that mirror the exam’s compute-and-interpret style — VaR and ES, EWMA/GARCH volatility, square-root-of-time scaling, backtesting and option pricing — without copying any real paper. You can also ask Sia to generate fresh practice questions on any topic and explain each step.
What can Sia do that a textbook can't?
A textbook explains one method one way; Sia adapts to your exact question. Paste a VaR sum you got wrong and it will find the slip — a flipped sign, the wrong quantile, or variance scaled by h instead of volatility by √h — and explain the fix. It can re-explain the same idea at a different level, generate new numerical examples, connect utility theory to the risk premium, or turn a formula into a plain-English risk statement. It works through problems with you step by step; it will not sit your exam or guarantee a grade.
Is ETF5952 hard?
It is demanding but predictable. ETF5952 Quantitative Methods for Risk Analysis is a postgraduate quantitative unit at Monash University that layers probability, statistics and financial econometrics, and it is taught in R — but no prior programming is assumed. Most of the difficulty is precision: getting the sign, the quantile and the time-scaling right under exam pressure. Because the exam is compute-and-interpret across a defined syllabus, steady weekly practice on the worked methods (VaR/ES, EWMA/GARCH, backtesting, options) makes it very manageable.
Is the ETF5952 exam open or closed book?
The final examination is closed book. It is worth 40%, individual, invigilated and centrally scheduled in the Monash Semester-1 exam period, so you need the VaR/ES definitions, the EWMA and GARCH recursions, the square-root-of-time rule and the option formulae in your head. The exam duration is not stated in the unit materials, so plan your time in proportion to the marks and confirm the exact date, time and length on Moodle / the Monash exam timetable.
Is there a hurdle in ETF5952?
The unit information states the final examination has no hurdle, and no component-level hurdle is stated for the quizzes or assignments. Standard Monash University practice is that you need an aggregate pass overall, so treat any minimum-mark rule as “confirm on Moodle” — the authoritative source is your current ETF5952 unit guide.
What's examined in ETF5952?
The final covers the whole unit (Learning Outcomes 1–4): describing risk with random variables and moments, utility theory and risk aversion, simple vs log returns, estimating return distributions by simulation and parametric/non-parametric methods, Value-at-Risk and Expected Shortfall, conditional and time-varying volatility (EWMA, GARCH, GJR-GARCH), multi-period risk and the square-root-of-time rule, model risk and VaR backtesting, and option pricing and option risk. Assignment 2 previews the style; confirm the current scope on Moodle.
How to study for the exam
Treat ETF5952 as a compute-and-interpret unit: for every topic, learn the formula with its correct sign and quantile, work one clean number, then say what it means for the risk. The highest-yield core is the VaR/ES chain (parametric, historical-simulation and conditional) and the volatility models (EWMA, GARCH(1,1) and its long-run variance, GJR asymmetry), because they recur through backtesting and multi-period scaling. Drill the square-root-of-time rule (volatility × √h, variance × h) and the coverage-test direction (too many violations ⇒ risk underestimated) until they are automatic. Use the weekly Moodle quizzes to stay current, and treat Assignment 2 as your realistic exam rehearsal since it is written in the style of the final. In SWOTVAC, sit the free mock exam to time — budgeting minutes in proportion to marks, because the exam length is not published — then redo only what you missed. The exam is closed book, so rehearse the formulae from memory, and ask Sia to explain any step you cannot yet do by hand. Because ETF5952 Quantitative Methods for Risk Analysis is examined by Monash University with a single closed-book final that ranges across the whole syllabus, the surest revision is breadth with accuracy — one clean worked number per topic beats deep notes on any one.
Your AI Finance tutor for ETF5952
Stuck on a hard ETF5952 question? Sia is AskSia’s AI Finance tutor — ask any ETF5952 Quantitative Methods for Risk Analysis question and get a clear, step-by-step explanation grounded in how the course is actually taught and assessed. Read this whole study guide free, then take your hardest questions to Sia.