MOVE Index
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.
MOVE Index
What it is
MOVE Index β registry key move.
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: 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 ICE BofA MOVE Index close from market-data fallback ticker ^MOVE. MOVE is the Treasury-market analogue of VIX β a weighted average of the 1-month implied volatilities on 2Y / 5Y / 10Y / 30Y Treasury options, in basis points. Higher = more uncertainty about the path of rates. Used alongside VIX in the vix_move_ratio cross-asset stress read. Daily close from market-data fallback. See app/sources/vol_structure.py:70 (_fetch_move). The classifier bands (Calm / Moderate / Volatile / Extreme) are applied downstream via signal_defs.band_for('move', value).
Where it surfaces
- API field:
volatility.moveonGET /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 |
|---|---|---|---|---|
| β | Calm | favorable | BULLISH | β |
| β | Moderate | neutral | NEUTRAL | β |
| β | Volatile | cautionary | BEARISH | β |
| β | Extreme | adverse | BEARISH | β |
Health-score / alignment role
- Alignment category:
carry_risk, default weight 1.0 (see/kb/alignmentfor the 11-category framework). - Contributes to:
implication.carry_risk,alignment.carry_risk,card.volatility
Release cadence
- Publishes:
intraday
See also
- /kb/alignment β Alignment framework β 11-category implication vs. price.
- /kb/api/get-signals-latest β API endpoint that serves this field.