Portfolio margin calculator input
| Name | Type | Description | Notes |
|---|---|---|---|
| spot_balances | list[MockSpotBalance] | Spot | [optional] |
| spot_orders | list[MockSpotOrder] | Spot orders | [optional] |
| futures_positions | list[MockFuturesPosition] | Futures positions | [optional] |
| futures_orders | list[MockFuturesOrder] | Futures order | [optional] |
| options_positions | list[MockOptionsPosition] | Options positions | [optional] |
| options_orders | list[MockOptionsOrder] | Option orders | [optional] |
| spot_hedge | bool | Whether to enable spot hedging | [optional] |