Add management fee callbacks

This commit is contained in:
boris
2026-04-23 20:18:31 -07:00
parent 85feee6dac
commit c843de078f
9 changed files with 241 additions and 10 deletions

View File

@@ -80,7 +80,8 @@ current alignment pass.
and `position_pnl` exposed to strategy runtime and DSL
- [x] explicit deposit / withdraw API
- [x] financing liability / repay API
- [ ] management-fee callback parity
- [x] management-fee rate and callback parity
- [ ] multi-account stock/future segregation
## Execution Order
@@ -97,5 +98,6 @@ current alignment pass.
## Current Step
Active implementation target: continue account parity after exposing the stock
account runtime view, core Portfolio fields, deposit/withdraw, and financing
liability APIs; next gap is management-fee callback parity.
account runtime view, core Portfolio fields, deposit/withdraw, financing
liability APIs, and management-fee callbacks; next gap is multi-account
stock/future segregation.