Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Does "Betting Against Market Turbulence" Actually Pay Off?

The short answer

Selling insurance against stock market turbulence is one of the oldest trades in finance: it earns small, steady profits almost every day, until a crisis hits, when it can lose a large chunk of its value in hours. This project checked whether that trade is real (it is, and by a wide margin), built a simple rule that pulls back exposure when danger signs appear, and then tested that rule against the two worst real market crashes of the last 15 years. The result: the rule cut real crash losses by roughly 70-76%, without giving up any of the everyday profit.

What happened to $1 during the two real crashes


The five steps i took to get the result

Step What was checked What was found
1. Get the right data Pulled 15 years of market data Caught a subtle bug that would have silently corrupted every result: two data sources used different time zones, shifting dates by a day
2. Build honest risk tools Ordinary "average return" stats hide this trade's real danger Built tools that specifically measure worst case loss and how bad the worst days really get
3. Prove the opportunity is real Does the market really overpay for turbulence insurance? Yes, confirmed on 84-86% of trading days, checked three different ways
4. Build the strategy Does pulling back on danger signs actually help, compared to just holding on always? Yes, better crash protection, with no loss in everyday profit
5. Stress test on real crashes What would this have actually done on the two worst real days? See conclusion below

CONCLUSION

The opportunity is real. The market pays a persistent premium for insuring against turbulence, confirmed on 84-86% of trading days, using three different measurement windows.

A simple safety rule makes it measurably and meaningfully safer, for 'free'. A rule that watches the options market for early danger signs and pulls back exposure automatically improved every measure of downside risk, while matching the full exposure approach's everyday profit almost exactly.

Tested against the two real crashes that actually happened to this kind of trade: Feb 2018: : On Feb 5 2018, VIX spiked over 100% in a single day. This was mostly because of short volatility products. Funds which were holding them had to rush to buy back futures to cover their positions as losses got accumulated, and that buy pushed VIX futures prices up even further, creating a cycle, which forced a real casualty: XIV, which got terminated.

Covid is a classic that doesnt require much explanation.

Feb 2018 (Vol crash) Mar 2020 (COVID crash)
Loss if always fully invested −18% −21%
Loss with the safety rule −4% −6%
Loss reduced by ~76% ~70%

Did the early-warning system see the crash coming?

BUT: the warning system is not a perfect future predictor. The 2018 crash happened in a single violent day, there was no time to see it coming, and the safety rule only reacted on the day itself. The 2020 crash unfolded over several weeks, giving the rule real advance warning. Even with zero warning in 2018, pulling back on the crash day itself still cut the damage by about 76%, the system helps even when it can't predict the future, simply by reacting fast once it sees a problem.

How confident are we in these numbers?

These results are statistically solid, with one exception. Repeating the analysis thousands of times on reshuffled historical data confirms the "average bad day" numbers are reliably better with the safety rule. The "worst-ever crash" number is directionally consistent but less statistically precise, because there have only been two real crashes of this kind in 15 years. A single number built from two events carries, ofcourse, more uncertainty than if it were built from thousands of days.

Bottom line: It's a real, persistent, and now well-understood trade. It's not risk free, and a fast enough single day shock will still cause damage on the day it happens. But an investor willing to size the position down aggressively and accept that specific risk, would be entering with their eyes open, backed by evidence rather than hope

Full technical detail, formulas, and deep-dive analysis: V1_Version_Spec.md and report/v4_tail_risk_audit.ipynb.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages