Skip to main content

การเงินและธุรกิจขั้นสูง

Conditional VaR (CVaR/ES)

🌐

Detailed Guide Coming Soon

We're working on a comprehensive educational guide for the Conditional VaR (CVaR/ES) in your language. The content below is shown in English.

คืออะไร Conditional VaR (CVaR/ES)?

Conditional Value at Risk (CVaR), also known as Expected Shortfall (ES) or Expected Tail Loss (ETL), is a risk measure that quantifies the average loss in the worst-case scenarios that exceed the Value at Risk (VaR) threshold. While VaR answers 'what is the maximum loss I expect not to exceed at a given confidence level,' CVaR answers 'given that I have exceeded the VaR threshold, what is the average loss I should expect?' This makes CVaR a superior risk measure for capturing tail risk — the catastrophic losses that happen infrequently but with devastating impact. For example, if the 95% 1-day VaR of a portfolio is $1 million, it means there is a 5% chance of losing more than $1 million in a day. The 95% CVaR would then be the average of all losses in that worst 5% of scenarios — perhaps $1.8 million. The CVaR is always greater than or equal to VaR at the same confidence level, and provides critical information about the severity (not just the probability) of extreme losses. CVaR has become the preferred risk measure in modern risk management and regulatory frameworks for several reasons. First, it is coherent: unlike VaR, CVaR satisfies the mathematical property of subadditivity (the CVaR of a combined portfolio is no greater than the sum of individual CVaRs), meaning diversification is always rewarded. VaR lacks this property. Second, CVaR gives more information about the tail of the loss distribution. Third, CVaR is convex and can be optimized using linear programming, making it practical for portfolio optimization. The Basel Committee on Banking Supervision (BCBS) formally shifted the market risk framework from VaR to Expected Shortfall in the Fundamental Review of the Trading Book (FRTB), which took full effect in 2023. Under FRTB, banks must calculate ES at a 97.5% confidence level (equivalent in tail coverage to 99% VaR under normal distributions), capturing more tail risk. This regulatory shift acknowledges that VaR systematically underestimates risk during market crises, as demonstrated by the 2008 Global Financial Crisis and subsequent stress periods. CVaR can be calculated analytically (for normally distributed returns), from historical simulation (averaging observed losses in the tail), or using Monte Carlo simulation (averaging simulated tail losses). Each method has strengths and weaknesses, and sophisticated risk systems typically use all three as cross-checks.

PrimeCalcPro provides professional-grade tools trusted by businesses and academics.

สูตร

f(x)Parametric CVaR (normal): CVaR_α = −μ + σ × φ(Φ⁻¹(α)) / (1−α) Historical CVaR: Average of all observed losses exceeding VaR_α Parallel: CVaR = E[Loss | Loss > VaR_α]

คำอธิบายตัวแปร

สัญลักษณ์ชื่อหน่วยคำอธิบาย
αConfidence Level%Probability threshold: 95% or 99% for VaR; 97.5% for Basel III ES. CVaR measures average loss beyond this level.
VaR_αValue at RiskUSDThe loss threshold at confidence level α; CVaR is the average of losses that exceed VaR.
CVaR_αConditional VaR / Expected ShortfallUSDAverage loss conditional on being in the (1−α) worst tail; CVaR ≥ VaR always.
σPortfolio Volatility%/day or %/yearStandard deviation of portfolio returns; primary input for parametric CVaR calculation.
ES_ratioES/VaR RatioratioCVaR divided by VaR at the same confidence level; for normal distributions, 99% ES/VaR ≈ 1.14; higher for fat-tailed distributions.

วิธี Conditional VaR (CVaR/ES)

  1. 1Specify confidence level (α): typically 95% or 99% for internal risk management; 97.5% for Basel III FRTB regulatory capital.
  2. 2Collect portfolio return data: historical returns (historical simulation) or model parameters μ and σ (parametric).
  3. 3Calculate VaR at level α: the loss exceeded with probability (1−α). For normal: VaR = −μ + σ × Φ⁻¹(α).
  4. 4For historical CVaR: sort all historical losses from worst to best; average the losses in the worst (1−α)% of observations.
  5. 5For parametric CVaR (normal): CVaR = −μ + σ × [φ(Φ⁻¹(α)) / (1−α)], where φ is the standard normal PDF and Φ⁻¹ is the inverse CDF.
  6. 6For Monte Carlo CVaR: simulate thousands of portfolio return scenarios; sort by loss; average the worst (1−α)% of simulated outcomes.
  7. 7Report CVaR alongside VaR and the ES/VaR ratio. Compare to capital reserves and risk limits. Under Basel FRTB, ES replaces VaR as the primary regulatory capital measure.

ตัวอย่างที่มีคำตอบ

ตัวอย่าง 1Equity Portfolio — Parametric CVaR
กำหนดให้:Portfolio=$10M, Daily μ=0%, Daily σ=1.5%, Confidence=99%
ผลลัพธ์:99% VaR=$348,000 | 99% CVaR=$400,000

CVaR is 15% larger than VaR — captures severity of extreme losses

For a normal distribution: VaR₉₉% = σ × Φ⁻¹(0.99) = 1.5% × 2.326 = 3.489% → $348,900. CVaR₉₉% = σ × φ(2.326) / 0.01 = 1.5% × (0.02665 / 0.01) = 1.5% × 2.665 = 3.998% → $399,800. CVaR of $400K represents the average daily loss in the worst 1% of days. This means on the very worst days, the portfolio expects to lose $400,000 on average — not just the $348,900 VaR threshold. Risk managers use CVaR to size capital buffers for tail events.

ตัวอย่าง 2Historical CVaR — Investment Fund
กำหนดให้:10 years of daily returns (2,520 observations), portfolio=$50M, 95% confidence
ผลลัพธ์:95% VaR=$750,000 | Historical 95% CVaR=$1,100,000

Historical tail is fatter than normal — CVaR/VaR ratio=1.47x

With 2,520 observations at 95% confidence: worst 5% = 126 observations. Sort all returns from worst to best; the 126th worst is the VaR cutoff (loss = 1.5% × $50M = $750K). Average all 126 worst losses: if the average worst-5% loss is 2.2%, CVaR = 2.2% × $50M = $1,100,000. The CVaR/VaR ratio of 1.47 reflects fat tails in actual equity returns — real distributions have more extreme events than normal distribution predicts. This is why historical simulation often produces higher CVaR than parametric methods.

ตัวอย่าง 3Bank Trading Book — Basel FRTB ES Calculation
กำหนดให้:Trading desk, stressed historical window (2008 crisis data), 97.5% confidence, 10-day horizon
ผลลัพธ์:10-day ES₉₇.₅% scaled to stressed conditions; regulatory capital multiplier applied

FRTB uses ES at 97.5% over stressed historical scenarios — replacing old 99% VaR

Under Basel III FRTB (effective 2023), market risk capital for trading books uses Expected Shortfall at 97.5% confidence over a 10-day liquidity horizon, calibrated to a stressed historical period. A 97.5% ES under normality is approximately equal to a 99% VaR in tail area, but ES captures the magnitude of losses beyond the threshold. Banks must identify the worst one-year stress period in their history and calculate ES using that data. Capital = ES_stressed × liquidity adjustment factors for different asset classes.

ตัวอย่าง 4Portfolio CVaR vs. Individual Asset CVaR
กำหนดให้:Asset A: CVaR=$500K; Asset B: CVaR=$400K; Portfolio AB combined CVaR=$650K
ผลลัพธ์:Diversification benefit=$250K | CVaR subadditivity confirmed ($650K < $900K)

CVaR is subadditive — VaR is not (VaR fails this property)

The combined portfolio CVaR of $650K is less than the sum of individual CVaRs ($500K + $400K = $900K), demonstrating CVaR's subadditivity property. The $250K difference is the diversification benefit — assets A and B don't perfectly co-crash, so tail losses are partially offset. VaR does not always exhibit this property (VaR of combined can exceed the sum in some cases), which is why VaR is not a coherent risk measure while CVaR is. This mathematical coherence makes CVaR preferable for portfolio optimization and regulatory capital.

การประยุกต์ใช้จริง

🏗️

Bank trading book regulatory capital (Basel III FRTB), enabling practitioners to make well-informed quantitative decisions based on validated computational methods and industry-standard approaches, which requires precise quantitative analysis to support evidence-based decisions, strategic resource allocation, and performance optimization across diverse organizational contexts and professional disciplines

🔬

Hedge fund risk monitoring and investor reporting, helping analysts produce accurate results that support strategic planning, resource allocation, and performance benchmarking across organizations, where accurate numerical computation is essential for producing reliable outputs that inform planning, evaluation, and continuous improvement processes in both corporate and individual settings

📊

Insurance company reserve adequacy under Solvency II, allowing professionals to quantify outcomes systematically and compare scenarios using reliable mathematical frameworks and established formulas, demanding systematic calculation approaches that translate raw input data into actionable insights for stakeholders who depend on quantitative rigor in their daily professional activities

🏥

Portfolio optimization with tail risk constraints, supporting data-driven evaluation processes where numerical precision is essential for compliance, reporting, and optimization objectives, necessitating robust computational methods that deliver consistent and verifiable results suitable for reporting, auditing, and long-term trend analysis in professional environments

⚙️

Pension fund asset-liability risk management, which requires precise quantitative analysis to support evidence-based decisions, strategic resource allocation, and performance optimization across diverse organizational contexts and professional disciplines

กรณีพิเศษ

Under a Student's t-distribution with 4 df, ES/VaR ratios are 50–100% higher than normal, meaning parametric normal CVaR significantly underestimates actual tail risk. Always supplement parametric CVaR with historical simulation."}. Professionals working with conditional var should be especially attentive to this scenario because it can lead to misleading results if not handled properly. Always verify boundary conditions and cross-check with independent methods when this case arises in practice.

Professionals working with conditional var should be especially attentive to this scenario because it can lead to misleading results if not handled properly. Always verify boundary conditions and cross-check with independent methods when this case arises in practice.

Professionals working with conditional var should be especially attentive to this scenario because it can lead to misleading results if not handled properly. Always verify boundary conditions and cross-check with independent methods when this case arises in practice.

ES/VaR Ratios at Various Confidence Levels (Normal Distribution)

Confidence LevelVaR Multiplier (z)ES MultiplierES/VaR RatioBasel Application
90%1.2821.7551.370Internal risk limit (common)
95%1.6452.0631.254Standard risk reporting
97.5%1.9602.3381.193Basel III FRTB primary metric
99%2.3262.6651.145Legacy Basel II/2.5 standard
99.5%2.5762.8921.123Insurance / Solvency II
99.9%3.0903.3681.090Economic capital / extreme risk

คำถามที่พบบ่อย

Q

Why is CVaR considered superior to VaR?

A

CVaR is superior to VaR for several interconnected reasons. First, CVaR is coherent: it satisfies subadditivity (diversification always helps), while VaR does not. Second, CVaR provides information about loss severity beyond the threshold, not just the probability of exceeding it. VaR says 'you'll lose no more than X with probability α' — but gives no information about how bad losses are when they do exceed X. Third, CVaR is convex and can be incorporated into portfolio optimization frameworks using linear programming. Fourth, CVaR is more sensitive to the shape of the tail — fat-tailed distributions produce materially higher CVaR, giving an honest picture of tail risk that VaR can obscure.

Q

What is the Basel III FRTB requirement for Expected Shortfall?

A

The Fundamental Review of the Trading Book (FRTB), Basel III's market risk framework, replaced 99% VaR with 97.5% Expected Shortfall as the primary capital metric. Key requirements include: ES must be calculated using a 10-business-day liquidity horizon (not the old 10-day scaled from 1-day); different asset classes have different liquidity horizons (from 10 days for large-cap equities to 120 days for some credit products); ES must be calibrated to a stressed historical period; and banks must also calculate a non-stressed ES for comparison. The framework took effect for large internationally active banks in 2023, with Basel III full implementation completed through 2025–2028 in various jurisdictions.

Q

What is the relationship between VaR and CVaR at different confidence levels?

A

For normally distributed returns, the ES/VaR ratio is a fixed function of confidence level. At 95%, ES is approximately 25% higher than VaR. At 99%, ES is approximately 14% higher than VaR. At 99.9%, ES is about 8% higher. However, for fat-tailed (leptokurtic) distributions — which better describe actual financial returns — the ratio is substantially higher. A Student's t-distribution with 4 degrees of freedom produces ES/VaR ratios 50–100% higher than the normal case. This is why historical or Monte Carlo simulation methods typically produce higher CVaR than parametric normal models.

Q

How does CVaR change during market stress periods?

A

CVaR increases dramatically during stress periods because: (1) portfolio volatility rises, shifting the entire loss distribution rightward; (2) correlations between assets increase toward 1.0 during crises, reducing diversification benefits; (3) return distributions become more negatively skewed and fat-tailed, amplifying tail losses beyond what volatility alone would predict. During the 2008 crisis, typical daily VaR estimates were breached 10–20 times more frequently than the implied 1% probability — demonstrating that historical CVaR estimates calibrated to tranquil periods severely understate tail risk in crises. This is why FRTB requires stressed-period calibration.

Q

Can CVaR be used for portfolio optimization?

A

Yes, and this is one of CVaR's major practical advantages over VaR. Rockafellar and Uryasev (2000) showed that CVaR minimization can be formulated as a linear program, making it computationally tractable even for large portfolios. The mean-CVaR portfolio optimization framework minimizes CVaR for a given expected return (analogous to mean-variance Markowitz optimization), but incorporates tail risk into the objective function. This produces portfolios that are more robust to extreme events compared to mean-variance optimal portfolios, at a modest cost in expected return. Many institutional risk managers now use mean-CVaR optimization as their primary portfolio construction framework.

Q

What is backtesting for CVaR and why is it difficult?

A

Backtesting VaR is straightforward: count how many days actual losses exceeded the VaR estimate and compare to the expected frequency (e.g., 1% for 99% VaR). CVaR backtesting is more challenging because CVaR is an average conditional on tail events — and tail events are rare, making statistical inference difficult with limited data. Tests include: (1) conditional coverage tests — do losses beyond VaR average to the predicted CVaR? (2) Acerbi-Szekely spectral tests — comparing the entire tail distribution. Because tail events are rare, CVaR backtests have low statistical power and require many years of data to detect even moderate underestimation. This is an active area of research in quantitative risk management.

Q

How is CVaR different from stress testing?

A

CVaR is a statistical estimate of the average tail loss given the current distributional model. Stress testing examines specific worst-case scenarios — often historical crises (2008 GFC, COVID-19 crash, 1987 Black Monday) or hypothetical events (geopolitical shock, central bank policy reversal, sector collapse). CVaR is model-dependent and captures average tail behavior under the modeled distribution; stress tests capture specific scenario losses regardless of their statistical probability. Best practice combines both: CVaR for ongoing daily risk monitoring and capital allocation, stress testing for scenario-specific preparedness and board-level risk communication.

ข้อผิดพลาดที่ควรหลีกเลี่ยง

  • !Confusing CVaR with VaR — VaR is a threshold, CVaR is an average beyond that threshold.
  • !Using normal distribution parametric CVaR as the only method without validating against historical simulation, which typically reveals fatter tails.
  • !Not calibrating to a stressed historical period as required by FRTB for regulatory capital purposes.
  • !Treating CVaR as additive across business lines without accounting for correlation structure.
  • !Ignoring the liquidity horizon: 1-day CVaR is not appropriate for illiquid positions that cannot be sold in one day.
💡

เคล็ดลับโปร

Always report VaR and CVaR together, along with the CVaR/VaR ratio. A ratio much above 1.3–1.5 at 99% confidence signals fat tails in the return distribution and warns that the VaR underestimates the severity of tail events significantly.

คุณรู้ไหม?

CVaR as a formal risk measure was introduced by Rockafellar and Uryasev in their 2000 paper 'Optimization of Conditional Value-at-Risk' in the Journal of Risk. The same paper showed how CVaR could be computed via a simple linear programming problem, making portfolio CVaR minimization practically feasible for the first time — a major advance in quantitative risk management.

Regional Guides

🇺🇸 US
Uses US customary units and standards where applicable
🇬🇧 UK
May require conversion to metric units or British standards
🇪🇺 EU
Follows EU conventions and SI units where applicable
📖ระดับความยาก:ขั้นสูง
Ask a Question

Have a question about this calculator? Get a detailed answer.

เพื่อวัตถุประสงค์ในการให้ข้อมูลเท่านั้น เครื่องมือนี้ไม่ถือเป็นคำแนะนำทางการเงิน ปรึกษาที่ปรึกษาทางการเงินที่มีคุณสมบัติก่อนตัดสินใจลงทุนหรือการเงิน
Deep Dive

Read the full guide on how to use this calculator effectively

อ่านต่อ
Mathematically verified
Reviewed June 2026
Our methodology

รับเคล็ดลับคณิตศาสตร์รายสัปดาห์

เข้าร่วมกับสมาชิก 12,000+ รายที่ได้รับเคล็ดลับเครื่องคิดเลขทุกสัปดาห์

🔒
ฟรี 100%
ไม่ต้องสมัครสมาชิก
แม่นยำ
สูตรที่ยืนยันแล้ว
ทันที
ผลลัพธ์ขณะพิมพ์
📱
รองรับมือถือ
ทุกอุปกรณ์

การตั้งค่า