check_allocation_band
Checks whether actual allocation weights for BTC, ETH, and CASH deviate from target percentages beyond a defined drift band, returning a rebalance recommendation.
Instructions
Check whether BTC/ETH/CASH band weights are outside a drift band vs target_pct and return hint (within_band, consider_rebalance, etc.). All three inputs are required. For bundle drift, pass target_pct on get_context_bundle to attach allocation_analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allocation_pct | Yes | ||
| target_pct | Yes | ||
| band | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||