KB / signal
HYG/LQD Ratio
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.
HYG/LQD Ratio
What it is
HYG/LQD Ratio — registry key hyg_lqd_ratio.
Simple HYG/LQD price ratio; credit fusion uses HY OAS + NFCI.
Source
Source module: computed
Data source: back_fillable
Fetched directly from app/sources/computed.py; see source code for the upstream API call and any provider-specific handling.
How it’s computed
HYG ÷ LQD price ratio. Junk-bond ETF over investment-grade ETF — proxy for credit risk appetite. See app/sources/market.py:235.
Where it surfaces
- API field:
signals.credit_risk_ratioonGET /api/v1/signals/latest
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Risk ON | favorable | BULLISH | — |
| — | Risk OFF | adverse | BEARISH | — |
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.