Stagflation Risk
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.
Stagflation Risk
What it is
Stagflation Risk β registry key stagflation.
Classifier metric. See the bands table below for the band-by-band reading.
Data-pyramid tier
T3 β Lens. This metric sits at the lens 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: inflation
Data source: computed
Derived metric β produced inside the platform (app/sources/inflation.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
Composite 0-100 stagflation risk: weighted sum of (breakeven_5y, 40%; breakeven_10y, 20%; breakeven_5y5y, 20%; breakeven_inversion = be_5y β be_10y, 20%) β each component min-max-scaled to its policy-relevant band. See app/signals/stagflation.py:compute_stagflation_breakdown.
Where it surfaces
- API field:
inflation.stagflation_scoreonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/sparklines(UI sparklines) - Surface: change markers in the rendered report
Bands / thresholds
Classifier direction: lower_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| β | Low risk | favorable | BULLISH | 8 |
| β | Moderate | neutral | NEUTRAL | 5 |
| β | Elevated | cautionary | BEARISH | 2 |
| β | Severe | adverse | BEARISH | 0 |
Health-score / alignment role
- Health score component:
stagflation(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Alignment category:
inflation, default weight 1.0 (see/kb/alignmentfor the 11-category framework). - Contributes to:
health_score.Stagflation,implication.inflation,alignment.inflation,cascade.8
Release cadence
- Publishes:
intraday
Computed from breakevens + macro fundamentals; refreshes with βfullβ profile cycles.
See also
- /kb/alignment β Alignment framework β 11-category implication vs. price.
- /kb/health-score β Health score β 0-100 composite.
- /kb/api/get-signals-latest β API endpoint that serves this field.