ETF5952 · Quantitative Methods for Risk Analysis
Multi-Period Risk and the Square-Root-of-Time Rule
This topic from ETF5952 Quantitative Methods for Risk Analysis at Monash University answers the practical question every risk figure eventually faces: a volatility, Value-at-Risk or Expected Shortfall estimated over one day has to be reported over a longer horizon h — a 10-day capital figure, a monthly forecast. You learn to aggregate log returns over h periods, to show the h-period mean scales with h while the h-period variance is the sum of the one-step variances, to collapse those into the square-root-of-time rule (σ over h periods = √h × the one-period σ) under flat volatility, and then to replace that shortcut with the GARCH(1,1) multi-step forecast that mean-reverts to the long-run variance when volatility clusters. It is the horizon-scaling layer that turns single-period risk measures into the multi-period numbers used for capital and reporting.
What this chapter covers
- 011. Return aggregation - because log returns add across time, the h-period return is the sum of the one-period log returns, R(t+h,h) = Σ R(t+j)
- 022. h-period mean - under a constant conditional mean the expectation of the sum is μ(h) = hμ, so the mean scales linearly with the horizon
- 033. h-period variance - for conditionally uncorrelated returns the variance of the sum is the sum of the one-step variances (covariance terms vanish)
- 044. Square-root-of-time rule - if every one-step variance equals a constant σ², the h-period variance is hσ² and the volatility is √h × σ
- 055. Variance scales with h, volatility with √h - the single most common slip is scaling volatility (or VaR) linearly in h
- 066. Scaling a VaR - scale μ by h and σ by √h, then recompute VaR; scaling VaR directly by √h is exact only when the drift is zero
- 077. When the rule breaks - √h assumes a flat volatility term structure; under volatility clustering it over- or under-states multi-period risk
- 088. GARCH(1,1) long-run variance - if α+β < 1 the process is stationary with long-run variance σ-bar² = ω/(1-α-β)
- 099. GARCH multi-step forecast - the h-step variance is a weighted average of σ-bar² and the next-period variance, reverting at rate α+β
- 1010. EWMA as a special case - EWMA is a GARCH(1,1) with α+β = 1, so it has no mean reversion and a flat forecast term structure
A 10-day Value-at-Risk by square-root-of-time scaling
- +110-day mean - scales with h. The mean of the sum of 10 daily returns is μ(10) = hμ = 10 × 0.0003 = 0.0030, i.e. a 10-day expected return of 0.30%.
- +110-day volatility - scales with √h. Variance adds, so the 10-day variance is 10σ² and the volatility is σ(10) = √10 × σ = 3.1623 × 0.0125 = 0.039528, i.e. 3.953%. Note it is √10, not 10.
- +1Set up the VaR. For normal 10-day returns VaR(p) = -(μ(10) + σ(10) × z(p)), reported as a positive loss, with the standard-normal quantiles z(0.05) = -1.645 and z(0.01) = -2.326.
- +15% VaR. VaR(0.05) = -(0.0030 + 0.039528 × (-1.645)) = -(0.0030 - 0.065024) = 0.06202, i.e. 6.20%. In dollars: $2,000,000 × 0.06202 = $124,049.
- +11% VaR. VaR(0.01) = -(0.0030 + 0.039528 × (-2.326)) = 0.08894, i.e. 8.89%. In dollars: $2,000,000 × 0.08894 = $177,886. The 1% VaR exceeds the 5% VaR because it sits further into the tail.
- +1Interpret and sanity-check. A VaR is a positive loss magnitude, so the negative z makes σ(10)×z negative and the leading minus flips it positive; the small positive drift μ(10) reduces the loss slightly. The 1% figure must be the larger of the two.
Key terms
- Return aggregation (h-period return)
- The return over a horizon of h periods. Because log returns add across time, the h-period log return is the sum of the one-period log returns, R(t+h,h) = Σ R(t+j) for j = 1 to h. This is exact for log returns and only approximate for simple returns, which compound (multiply the gross returns) rather than add.
- h-period mean
- The conditional expectation of the aggregated return. Under a constant conditional mean μ, the expectation of the sum of h returns is μ(h) = hμ, so the mean scales linearly with the horizon.
- h-period variance
- The conditional variance of the aggregated return. When returns are conditionally uncorrelated the covariance terms vanish and the variance of the sum is the sum of the one-step variances, σ²(h) = Σ Var_t(R(t+j)). If every one-step variance equals a constant σ² this reduces to hσ².
- Square-root-of-time rule
- Under a flat volatility term structure (i.i.d. returns, or an EWMA whose future one-step forecasts are all equal), the h-period variance is hσ² and the h-period volatility is √h × σ. Variance scales with h; volatility scales with the square root of h. Annualising uses σ(ann) = √N × σ with N periods per year (e.g. 252 trading days).
- Flat volatility term structure
- The assumption that the one-step-ahead conditional variance is the same at every future step. Only under this assumption is the square-root-of-time rule exact. Real returns show volatility clustering, so the term structure usually slopes and √h becomes a first-order approximation - overstating risk when current volatility is below its long-run level and understating it when above.
- GARCH(1,1) long-run variance
- For σ_t² = ω + α(R(t-1)-μ)² + βσ(t-1)² with α+β < 1, the process is stationary and reverts to the long-run (unconditional) variance σ-bar² = ω/(1-α-β). The quantity α+β is the total persistence; the closer it is to 1, the slower the reversion. EWMA is the special case α+β = 1, which has no finite long-run variance.
- GARCH multi-step variance forecast
- The h-step-ahead conditional variance is Var_t(R(t+h)) = (1 - (α+β)^(h-1)) σ-bar² + (α+β)^(h-1) σ²(t+1|t), a weighted average of the long-run variance and the known next-period variance. At h = 1 it equals σ²(t+1|t); as h grows it reverts to σ-bar² at rate α+β. This is distinct from the h-period total variance, which is the sum of the per-step forecasts.
- Value-at-Risk (VaR) at a horizon
- VaR at coverage p is the negated left-tail quantile of the return distribution, reported as a positive loss: VaR(p) = -(μ + σ z(p)) for a location-scale model, with z(0.05) = -1.645 and z(0.01) = -2.326 for the normal. To move it to a horizon h you scale μ by h and σ by √h (flat volatility), then recompute; the 1% VaR always exceeds the 5% VaR.
Multi-Period Risk and the Square-Root-of-Time Rule FAQ
Why does volatility scale with the square root of time but the mean scales with the horizon itself?
Both come from writing the h-period return as a sum of the one-period returns. The expectation of a sum is the sum of expectations, so with a constant mean μ the h-period mean is hμ - it scales linearly with h. For the variance, when the returns are uncorrelated the variance of the sum is the sum of the variances, so with a constant one-step variance σ² the h-period variance is hσ². Volatility is the square root of variance, so the h-period volatility is √(hσ²) = √h × σ. That is the square-root-of-time rule: variance adds linearly, volatility grows with the square root. Scaling volatility linearly in h is the classic error and badly overstates multi-period risk.
When does the square-root-of-time rule fail, and what do I use instead?
It is exact only under a flat volatility term structure - constant one-step variance, as under i.i.d. returns or EWMA. Real returns show volatility clustering, so today's variance usually sits above or below its long-run level and the term structure slopes. In that case √h is only a first-order approximation: it overstates multi-period risk when current volatility is below normal and understates it when above. The correct tool is the GARCH(1,1) multi-step forecast, Var_t(R(t+h)) = (1 - (α+β)^(h-1)) σ-bar² + (α+β)^(h-1) σ²(t+1|t), which lets the variance revert to the long-run level σ-bar² = ω/(1-α-β). For an h-period total you sum the per-step forecasts rather than using √h.
Can AI help me with multi-period risk and the square-root-of-time rule in ETF5952?
Yes, as a study aid for the method. You can ask Sia to explain the steps - how the h-period variance is built from the one-step variances, why volatility scales with √h while the mean scales with h, how to scale a VaR to a 10-day horizon, or how a GARCH multi-step forecast reverts to the long-run variance - and to walk through a practice problem so you can reproduce the working yourself. Sia explains and coaches the technique; it does not sit your quizzes, assignments or the closed-book final exam for you, and you should always check formulas and assumptions against your own Moodle materials.
Exam move
Treat this chapter as two clean scaling laws plus one exception, because it almost always appears as the middle step of a larger VaR, ES or volatility question. First, be able to write the aggregation identity R(t+h,h) = Σ R(t+j) and derive from it that the mean scales with h and the variance is the sum of the one-step variances. Drill the square-root-of-time move until it is automatic: variance scales with h, volatility with √h, and to scale a VaR you scale μ by h and σ by √h then recompute - never scale volatility or VaR linearly in h. Practise the direction and sign checks out loud: VaR is a positive loss, the 1% VaR is larger than the 5% VaR, and a GARCH forecast that starts above its long-run level must decrease toward it. Then rehearse the exception: the √h rule needs flat volatility, so under GARCH use the multi-step forecast Var_t(R(t+h)) that mean-reverts to σ-bar² = ω/(1-α-β), and remember EWMA is the α+β = 1 special case with no reversion. Because Assignment 2 is written in the style of the final exam, its problems and the workshop exercises are the best rehearsal. The final exam is closed book and worth 40% of the unit; the exam duration is not published in the unit materials, so plan your time in proportion to the marks on each question and confirm the exact date and length on Moodle or the Monash exam timetable.
Working through Multi-Period Risk and the Square-Root-of-Time Rule in ETF5952? Sia is AskSia’s AI Finance tutor — ask any ETF5952 Multi-Period Risk and the Square-Root-of-Time Rule question and get a clear, step-by-step explanation grounded in how ETF5952 is taught and assessed. Read this chapter free, then take your hardest questions to Sia.