check_allocation_band
Compare current allocation percentages to targets within a drift band. Returns whether the band is within tolerance or suggests rebalancing.
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 | |||