LiveAccount
Summary view of a brokerage account linked to the authenticated user.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
BrokerAccountId | str | Yes | No | Provider-specific broker account identifier (as displayed by the broker). | |
BrokerType | BrokerType | Yes | No | Broker/provider backing this account. | |
AccountType | str | Yes | No | Broker-provided account type (e.g. Individual, Joint, FA). | |
Currency | str | Yes | No | Account currency (e.g. USD). | |
IsPaperAccount | bool | Yes | No | Whether this is a MesoLive paper trading account. | |
NetLiquidationValue | Decimal | No | Yes | Latest known net liquidation value (when available). | |
MaintenanceMarginReq | Decimal | No | Yes | Latest known maintenance margin requirement (when available). | |
Cash | Decimal | No | Yes | Latest known cash balance (when available). | |
LastUpdated | datetime | No | Yes | UTC timestamp when the account summary fields were last updated (when available). | |
CreatedAt | datetime | No | No | UTC timestamp when the account was created/linked in MesoLive. | |
ActivePositions | int | No | No | Number of currently active (open) positions for this account. |