Conditional Autoregressive Expected Shortfall (CAESar)
- CAESar is a distribution‐free framework for jointly modeling Value-at-Risk (VaR) and Expected Shortfall (ES) via autoregressive recursions and consistent scoring rules.
- It employs a robust three-stage estimation process—quantile regression, residual ES modeling, and joint optimization—to enhance forecasting accuracy and model stability.
- The model effectively captures heteroskedasticity, autocorrelation, and tail asymmetry in financial returns, demonstrating superior empirical performance and regulatory backtesting results.
Conditional Autoregressive Expected Shortfall (CAESar) is a distribution-free, dynamic framework for jointly modeling and forecasting Value at Risk (VaR) and Expected Shortfall (ES), two cornerstone risk metrics in quantitative finance. CAESar achieves this via time series recursions inspired by the CAViaR approach, direct joint estimation using strictly consistent scoring functions, and robust regularization methodologies that account for realistic financial data characteristics including heteroskedasticity, autocorrelation, and tail asymmetry. CAESar resolves the issue of the non-elicitability of ES by harnessing its joint elicitability with VaR, enabling the minimization of joint loss functions for consistent estimation and backtesting (Gatta et al., 9 Jul 2024, Wang et al., 2019, Wang et al., 2018, Patton et al., 2017).
1. Model Structure and Mathematical Formulation
The canonical CAESar model expresses the dynamics of VaR and ES using conditional autoregressive recursions with no parametric assumption on the underlying return distribution. Let denote the portfolio return at time , and the risk level.
(a) VaR Process (CAViaR-style Asymmetric Slope, 1,1):
where , . The parameter vector governs intercept, return slopes, and autoregressive weight.
(b) ES Process (Autoregressive Asymmetric Slope, 1,1):
with . This recursion introduces both return-dependent and lagged VaR/ES heteroskedasticity.
(c) Joint Loss and Constraints:
VaR and ES are jointly estimated by minimizing the Patton–Pflug–Nolde consistent scoring rule: Monotonicity and negativity constraints () are enforced via soft penalty terms: where and are penalty weights (Gatta et al., 9 Jul 2024).
2. Estimation Procedure
CAESar estimation follows a robust three-stage process:
- Stage 1 (VaR): Estimate by minimizing the quantile loss (pinball loss):
using standard quantile regression algorithms.
- Stage 2 (Preliminary ES Residual): Define the residual series and fit an analogous AR(1,1) model to . Minimize the Barrera–Cosso–Genton–Nolde squared-penalty loss:
is mapped to the joint model parameters.
- Stage 3 (Joint VaR–ES): Initialize at the solutions from Stages 1/2. Minimize the full penalized joint loss using a constrained nonlinear optimizer (e.g., SLSQP with random restarts) (Gatta et al., 9 Jul 2024).
Convergence sensitivity to initial values is mitigated by this multi-step coarse-to-fine fitting approach.
3. Properties, Assumptions, and Theoretical Foundations
- No Conditional Distributional Assumption: The model is fully distribution-free, applying solely to time series of returns and their lags.
- Joint Elicitability: ES is not separately elicitable, but joint scoring rules (e.g., Fissler–Ziegel, Patton–Pflug–Nolde) cover both VaR and ES, allowing proper joint estimation (Patton et al., 2017).
- Heteroskedastic Effects: Recursion on lagged VaR and ES, as well as asymmetric past returns, flexibly captures volatility clustering.
- Monotonicity and Negativity: Imposed via soft penalties to rule out nonphysical forecasts (e.g., ES exceeding VaR, or positive VaR forecasts under loss scenarios).
- Parameter Complexity: With the (1,1) specification, the model balances parsimony and flexibility.
4. Backtesting and Validation Techniques
CAESar incorporates an array of industry-standard and advanced statistical backtests:
- VaR:
- Unconditional Coverage (Kupiec): Verifies that empirical violation rate matches nominal level .
- Dynamic Quantile (Christoffersen–Engle): Tests for independence in violation sequences.
- ES:
- Direct Approximation:
- McNeil–Frey bootstrap: Test .
- Acerbi–Székely statistics: Evaluate and .
- Model-Comparison (Scoring function based):
- Diebold–Mariano: Statistical loss-difference testing under stationarity.
- Corrected Resampled Student’s (Nadeau–Bengio).
- Loss-Difference Bootstrap and Encompassing Forecasts (Gatta et al., 9 Jul 2024).
A comprehensive portfolio of backtests ensures the model's adequacy both in likelihood-fit and out-of-sample predictive performance.
5. Empirical Performance and Comparative Evaluation
Simulation experiments (GARCH-Gaussian and GARCH- data-generating processes) demonstrate that CAESar and the K-CAViaR ensemble approach yield the lowest mean absolute error (MAE), root mean squared error (RMSE), and joint loss () among a wide array of competing models including neural network approaches (BCGNS, QRNN) and GAS-based models, which are often less stable or outperformed.
Empirical studies on daily financial data (10 international indices, 24 rolling 7-year windows) indicate:
- CAESar ranks among the top models in both joint and ES losses for multiple risk levels ().
- ES direct-approximation tests yield the lowest rejection rates for CAESar, especially at deep tails ().
- Diebold–Mariano and related model-comparison tests overwhelmingly favor CAESar forecasts.
- Joint estimation slightly improves VaR performance over separate quantile regression.
- Further application to US banking stocks corroborates these findings (Gatta et al., 9 Jul 2024).
6. Implementation Guidelines and Practical Advice
- Software: Reference Python code is available at [github.com/fgt996/CAESar].
- Specification: Use AS–(1,1) (Asymmetric Slope with one lag) for to balance estimation efficiency and model fidelity.
- Penalty Weights: Choose , optimally tuned via cross-validation.
- Optimization: Employ SLSQP with 3–5 random starts to mitigate local minima; parallelize initializations for computational efficiency.
- Computational Tips: Most computations are CPU-bound except for neural network variants where GPU acceleration is beneficial.
- Convergence and Stability: The three-stage fit is crucial for convergence, particularly in the presence of nonconvexity.
- Limitations: Extremely low levels (e.g., 0.01) present challenges under data scarcity; models involving higher lag orders risk overfitting and increased estimation error (Gatta et al., 9 Jul 2024).
7. Variations and Related Models
CAESar belongs to a class of joint VaR–ES models that include:
- GAS-type CAESar Models: Directly specify dynamic updating via Generalized Autoregressive Score methods, drawing on the Fissler–Ziegel scoring rule for consistent joint estimation (Patton et al., 2017).
- Measurement-Equation/Expectile Extensions: Incorporate contemporaneous volatility measurements (e.g., realized variance/range) and link expectiles to ES, often using Bayesian MCMC for parameter inference (Wang et al., 2019, Wang et al., 2018).
- Empirical Optimization and Realized Measures: Sub-sampled realized variance/range are found to enhance ES forecast sharpness and robustness (Wang et al., 2019, Wang et al., 2018).
A comparative implication is that CAESar’s distribution-free, multistage estimation approach consistently delivers state-of-the-art tail risk prediction and passes rigorous probabilistic and backtesting diagnostics across broad benchmarks. Competing approaches relying on parametric innovations or less robust loss functions may be systematically outperformed, especially in stressed-market or heavy-tailed conditions.
Summary Table: Typical CAESar Specification
| Component | Functional Form | Penalty/Constraint |
|---|---|---|
| VaR () | (soft penalty) | |
| ES () | (soft penalty) | |
| Joint Loss | Patton–Pflug–Nolde scoring function | Soft penalty additions |
| Optimization | Three stage (quantile, residual ES, joint) | SLSQP with random restarts |
CAESar defines a modern, empirically validated, and theoretically rigorous standard for dynamic tail risk modeling without restrictive distributional assumptions, supporting both regulatory and tactical financial risk management (Gatta et al., 9 Jul 2024, Patton et al., 2017, Wang et al., 2019, Wang et al., 2018).
Sponsored by Paperpile, the PDF & BibTeX manager trusted by top AI labs.
Get 30 days free