VIX/MOVE Ratio
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/MOVE Ratio
What it is
VIX/MOVE Ratio β registry key vix_move_ratio.
Relative equity vs rate volatility; contextual cross-asset indicator, not directly scored.
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: vol_structure
Data source: computed
Derived metric β produced inside the platform (app/sources/vol_structure.py or equivalent) rather than fetched as a raw upstream value. See the How it's computed section below for the formula.
How itβs computed
Equity-vs-rates vol ratio: vix / move. Calibrated to 0.10β0.20 normal range. See app/sources/vol_structure.py:55.
Where it surfaces
- API field:
signals.vix_move_ratioonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/historytime series - Surface:
/signals/sparklines(UI sparklines) - Surface: change markers in the rendered report
Bands / thresholds
Classifier direction: lower_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| β | Equity vol cheap | favorable | NEUTRAL | β |
| β | Normal | neutral | NEUTRAL | β |
| β | Equity vol elevated | cautionary | NEUTRAL | β |
| β | Equity vol rich | adverse | NEUTRAL | β |
Health-score / alignment role
Display-only β has bands for surface labeling but does not contribute to the health score (scoring is handled by a companion metric).
Release cadence
- Publishes:
intraday
See also
- /kb/api/get-signals-latest β API endpoint that serves this field.