get_risk_assessment
Combined regime + risk-guard calculation for a strategy on an asset (read-only).
Folds the detected market regime together with the safe-default risk guards
(position / exposure / single-loss / drawdown / daily-loss limits) into one
deterministic output: a rules-based direction, a conviction-weighted position
size already capped to the position guard (in both percent-of-equity and USD
notional against equity), a per-regime action note, and the full guard
set. strategy_type is one of the 16 Crank strategy types; asset is a token
mint; timeframe one of 1m/5m/15m/1h/4h/1d. A mechanical, non-personalised
calculation you choose whether to act on (DYOR) -- not financial advice, not
a recommendation, and not a managed account. No wallet, no fee.
Workflow: RISK step -- after backtest_strategy, before execution. The returned suggested_size_usd caps the order in the execute phase; do NOT exceed it. Check asset_classification first (equity -> per-execution confirm). See get_trading_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| equity | No | ||
| caller_id | No | ||
| timeframe | No | 1h | |
| strategy_type | Yes | ||
| lookback_candles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||