KB / signal
HY OAS
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.
HY OAS
What it is
HY OAS — registry key hy_oas.
Classifier metric. See the bands table below for the band-by-band reading.
Source
Source module: credit
Data source: back_fillable
Fetched directly from app/sources/credit.py; see source code for the upstream API call and any provider-specific handling.
How it’s computed
Raw ICE BofA US High Yield Index Option-Adjusted Spread from FRED series BAMLH0A0HYM2, reported in percentage points (e.g. 3.45 = 345 bps over the matched-duration Treasury curve). OAS adjusts the spread for embedded call/put options in the constituent bonds — the standard credit-stress proxy. Daily FRED publication. See app/sources/credit.py:40 (_calculate_credit). The classifier bands (Benign / Normal / Watchful / Elevated / Stressed / Crisis) are applied downstream via signal_defs.band_for('hy_oas', value).
Where it surfaces
- API field:
signals.hy_oasonGET /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
Bands / thresholds
Classifier direction: lower_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Benign | favorable | BULLISH | 8 |
| — | Normal | leaning | BULLISH | 8 |
| — | Watchful | neutral | NEUTRAL | 6 |
| — | Elevated | cautionary | BEARISH | 3 |
| — | Stressed | adverse | BEARISH | 1 |
| — | Crisis | adverse | BEARISH | 0 |
Health-score / alignment role
- Health score component:
hy_oas(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Alignment category:
credit, default weight 1.5 (see/kb/alignmentfor the 11-category framework). - Contributes to:
health_score.HY OAS,implication.credit,alignment.credit,cascade.4
Release cadence
- Publishes:
intraday
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.