KB / signal
0DTE Notional ($B)
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.
0DTE Notional ($B)
What it is
0DTE Notional ($B) — registry key zero_dte_notional_b.
Notional captures dealer-hedging amplification capacity, not market direction. Used for transitions + situational awareness; not in health score.
Source
Source module: vol_structure
Data source: live_only
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
0DTE notional dollar volume in $B: (call_vol + put_vol) × 100 × SPY_spot / 1e9. Contract multiplier 100; spot from Schwab underlying.last. See app/sources/vol_structure.py:195.
Where it surfaces
- API field:
zero_dte.notional_bonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
intraday_signalsrow (per-cycle snapshot) - Surface:
/signals/historytime series - Surface:
/signals/sparklines(UI sparklines) - Surface: change markers in the rendered report
- Sparkline aliases:
zero_dte_notional
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Extreme | adverse | BEARISH | — |
| — | Heavy | cautionary | NEUTRAL | — |
| — | Elevated | leaning | NEUTRAL | — |
| — | Active | favorable | NEUTRAL | — |
| — | Light | favorable | 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.