KB / signal
USD/JPY (5d)
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.
USD/JPY (5d)
What it is
USD/JPY (5d) — registry key usdjpy.
Classifier metric. See the bands table below for the band-by-band reading.
Source
Source module: macro_indicators
Data source: computed
Derived metric — produced inside the platform (app/sources/macro_indicators.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
5-day percent rate-of-change of USD/JPY close: (usdjpy[today] / usdjpy[5d_ago] - 1) × 100. The registry key usdjpy maps to usdjpy_5d_roc in the daily_signals schema. See app/sources/macro_indicators.py:158.
Where it surfaces
- API field:
signals.usdjpy_5d_roconGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/historytime series - Surface:
/signals/sparklines(UI sparklines)
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Strong carry support | favorable | BULLISH | 2 |
| — | Carry supportive | favorable | BULLISH | 2 |
| — | Stable | leaning | NEUTRAL | 2 |
| — | Neutral | neutral | NEUTRAL | 2 |
| — | Yen strengthening | cautionary | BEARISH | 1 |
| — | Carry unwind pressure | adverse | BEARISH | 0 |
| — | Carry unwind | adverse | BEARISH | 0 |
Health-score / alignment role
- Health score component:
usdjpy(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Alignment category:
carry_risk, default weight 1.0 (see/kb/alignmentfor the 11-category framework). - Contributes to:
health_score.USD/JPY,implication.carry_risk,alignment.carry_risk
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.