Safety, position context, and risk boundaries
Safety modes (normal / exit-only / hard-blocked) and position context are hard guards before new risk: meant to stop trading when data or the market is unreliable.
Core definitions
Route-state
The current aggregated decision context where routes are evaluated on viability, timing, and risk suitability.
Timing-aware ranking
Route prioritization based on time sensitivity, data freshness, and execution viability, not on isolated signals.
Explainability
Public cause/effect explanation of why routes win or are rejected (why-no-trade, route wins, reject reasons).
Interpretation for operators and visitors
- `symbol_safety_state` and related views belong on the decision pool canonically; public tiles show aggregates, not per-account overrides.
- See `06_RISK_SAFETY` for the capital allocator, quiet windows, and circuit-breaker semantics in prose.
← Knowledge · Dashboard · SPEC · Docs · FAQ