Skip to content

KB / signal

SKEW

Last verified

Auto-generated. This article is rebuilt from app/signals/config/signal_definitions.json by scripts/build_signals_kb.py. Edit the registry entry and re-run the script — do not edit this file directly.

SKEW

What it is

SKEW — registry key skew.

Classifier metric. See the bands table below for the band-by-band reading.

Source

Source module: vol_structure
Data source: back_fillable

Fetched directly from app/sources/vol_structure.py; see source code for the upstream API call and any provider-specific handling.

How it’s computed

Raw CBOE SKEW Index close from yfinance ticker ^SKEW. SKEW is a CBOE measure of the implied volatility of OTM S&P 500 puts relative to ATM options — a market-implied probability of a 2σ+ tail move over the next 30 days. Typical range 100–170; 100 means tail risk is priced in line with a lognormal distribution, higher means a fatter left tail. Fetched in vol_structure (_fetch_skew), moved there from macro_indicators (refactor C3) so it refreshes on the hot profile. The classifier bands (Benign / Normal / Firm / High / Extreme tail risk) are applied downstream via signal_defs.band_for('skew', value).

Where it surfaces

Bands / thresholds

Classifier direction: lower_is_better.

RangeLabelDotImplicationPoints
BenignfavorableBULLISH3
NormalleaningNEUTRAL2
FirmneutralNEUTRAL2
HighcautionaryBEARISH1
Extreme tail riskadverseBEARISH0

Health-score / alignment role

Release cadence

See also