Skip to content

KB / signal

MOVE Index

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.

MOVE Index

What it is

MOVE Index — registry key move.

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 ICE BofA MOVE Index close from yfinance 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 yfinance. 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

Bands / thresholds

Classifier direction: lower_is_better.

RangeLabelDotImplicationPoints
CalmfavorableBULLISH
ModerateneutralNEUTRAL
VolatilecautionaryBEARISH
ExtremeadverseBEARISH

Health-score / alignment role

Release cadence

See also