VIX Term Structure
Last verified
Auto-generated. This article is rebuilt from
app/signals/config/signal_definitions.jsonbyscripts/build_signals_kb.py. Edit the registry entry and re-run the script β do not edit this file directly.
VIX Term Structure
What it is
VIX Term Structure β registry key vix_regime.
No description in registry.
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
VIX term-structure classifier, not a VIX-level classifier β compares front-month VIX to VIX3M and labels the slope: Backwardation (Panic) when front trades above deferred (the stress structure), Contango (Normal) otherwise. Computed in app/sources/market.py:_analyze_volatility (Term_Structure field). Note: the producer only ever emits those two outcomes β the flat band configured below has no producer path today and is currently unreachable; kept for forward compatibility, not removed.
Where it surfaces
- API field:
volatility.regimeonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
intraday_signalsrow (per-cycle snapshot) - Surface: change markers in the rendered report
Health-score / alignment role
- Health score component:
vix_regime(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Alignment category:
volatility, default weight 1.0 (see/kb/alignmentfor the 11-category framework). - Contributes to:
health_score.Vol Term,implication.volatility
Release cadence
- Publishes:
intraday
Computed from VIX term structure; refreshes with βhotβ profile cycles.
See also
- /kb/health-score β Health score β 0-100 composite.
- /kb/regimes β Regime classification β market state buckets.
- /kb/api/get-signals-latest β API endpoint that serves this field.