Expose stock account accessors

This commit is contained in:
boris
2026-04-23 20:22:19 -07:00
parent 8bbca8c3a0
commit 8e53c995cd
4 changed files with 36 additions and 4 deletions

View File

@@ -83,7 +83,9 @@ current alignment pass.
- [x] explicit deposit / withdraw API
- [x] financing liability / repay API
- [x] management-fee rate and callback parity
- [ ] multi-account stock/future segregation
- [x] stock account map/accessor surface (`accounts`, `stock_account`,
`account_by_type("STOCK")`)
- [ ] full futures account, margin, and short-position execution model
## Execution Order
@@ -101,5 +103,5 @@ current alignment pass.
Active implementation target: continue account parity after exposing the stock
account runtime view, core Portfolio fields, deposit/withdraw, financing
liability APIs, and management-fee callbacks; next gap is multi-account
stock/future segregation.
liability APIs, management-fee callbacks, and stock account accessors; next gap
is the full futures account, margin, and short-position execution model.