{
"accountId": "string",
"strategyId": "string",
"type": "sweep" | "rebalance" | "yield",
"status": "active" | "paused",
"conditions": {
"trigger": "balance_threshold" | "time_based" | "apy_change",
"value": "string"
},
"actions": {
"type": "transfer" | "deposit" | "withdraw",
"params": {}
}
}