Skip to content

KB/signal

VIX

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.

VIX

What it is

VIX β€” registry key vix.

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

Data-pyramid tier

T1 β€” Signal. This metric sits at the signal layer of the platform’s six-tier data pyramid (T0 raw inputs β†’ T5 actionable read). The tier reflects how far the value is from a raw measurement β€” not how strongly it is validated. Abstraction and validation are separate axes: a higher tier is not a claim of stronger evidence.

Horizon & validation

No validated skill horizon is on file for this metric β€” read it as context / a data carrier, not a validated edge. Stamps are added only when a gated research verdict lands.

Source

Source module: market
Data source: back_fillable

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

How it’s computed

Raw VIX close from market-data fallback ^VIX, fetched by market.py’s macro board (_analyze_volatility). The CBOE VIX is a 30-day forward-looking implied volatility of SPX options, annualised and expressed in percentage points (e.g. 18 = 18% expected annualised SPY move). VIX is the equity-vol benchmark; volatility.vix on /api/v1/signals/latest is the canonical surfaced field. The brokerage data session fallback path uses volume-weighting for VIX option flow because brokerage data session reports no OI on index options (CLAUDE.md Law 4 / app/sources/market.py:154-157); the headline vix value remains the index close. See app/sources/market.py:243 (_analyze_volatility). The classifier bands (Low vol / Normal vol / Elevated / High vol / Fear / Extreme fear) are applied downstream via signal_defs.band_for('vix', value).

Where it surfaces

Bands / thresholds

Classifier direction: lower_is_better.

Range Label Dot Implication Points
β€” Low vol favorable BULLISH β€”
β€” Normal vol leaning BULLISH β€”
β€” Elevated neutral NEUTRAL β€”
β€” High vol cautionary BEARISH β€”
β€” Fear adverse BEARISH β€”
β€” Extreme fear adverse BEARISH β€”

Health-score / alignment role

Release cadence

See also