Quant Memo
Advanced

Expectiles as Risk Measures

A risk measure like Value-at-Risk or Expected Shortfall, but defined by asymmetrically weighting squared deviations rather than counting or averaging tail outcomes.

Value-at-Risk asks "what loss is exceeded only α%\alpha\% of the time," and Expected Shortfall asks "what's the average loss given that you're already in that bad tail." Expectiles ask a related but different question: instead of counting how often a threshold is exceeded, they weight how far outcomes are above versus below a candidate value, using squared distances rather than a count.

Formally, the τ\tau-expectile μτ\mu_\tau of a loss distribution LL is the value solving:

τE[(Lμτ)+]=(1τ)E[(Lμτ)],\tau \, \mathbb{E}\big[(L - \mu_\tau)^+\big] = (1-\tau) \, \mathbb{E}\big[(L - \mu_\tau)^-\big],

where (Lμτ)+(L-\mu_\tau)^+ is the shortfall above μτ\mu_\tau and (Lμτ)(L-\mu_\tau)^- is the excess below it. In plain English: pick μτ\mu_\tau so that the "outsized loss" side and the "smaller than expected" side balance, but weighted τ\tau against 1τ1-\tau rather than counted equally — for τ\tau close to 1, big losses above μτ\mu_\tau are weighted heavily, pulling μτ\mu_\tau up toward the tail, similar in spirit to a high-confidence VaR.

The reason expectiles matter beyond being a curiosity is that, unlike VaR, an expectile-based risk measure at any τ\tau is coherent (it correctly rewards diversification, i.e. it's subadditive), and unlike Expected Shortfall, it's also elicitable — meaning there's a well-defined scoring rule for backtesting it against realized data, which Expected Shortfall famously lacks.

Worked example. For a simple symmetric loss distribution, the τ=0.5\tau=0.5 expectile equals the ordinary mean. Moving τ\tau to 0.95 shifts μτ\mu_\tau into the upper tail of the distribution, functioning much like a 95% VaR or ES level, but computed by balancing squared deviations rather than by a quantile count.

Expectiles generalize the mean the way quantiles generalize the median — they're coherent (like Expected Shortfall) and directly backtestable (unlike Expected Shortfall), making them an increasingly used middle ground between VaR and ES for regulatory and internal risk models.

Related concepts

Practice in interviews

Further reading

  • Newey and Powell (1987), Asymmetric Least Squares Estimation and Testing
ShareTwitterLinkedIn