ClientAccountMarginDTO¶
stonepy.models.ClientAccountMarginDTO.ClientAccountMarginDTO
¶
Bases: ResponseModel
The current margin and other account balance data for a specific client account used in the ClientAccountMargin stream.
cash
class-attribute
instance-attribute
¶
Cash balance expressed in the clients base currency.
margin
class-attribute
instance-attribute
¶
The client account's total margin requirement expressed in base currency.
margin_indicator
class-attribute
instance-attribute
¶
Margin indicator expressed as a percentage.
net_equity
class-attribute
instance-attribute
¶
Net equity expressed in the clients base currency.
open_trade_equity
class-attribute
instance-attribute
¶
Open trade equity (open / unrealised PNL) expressed in the client's base currency.
tradeable_funds
class-attribute
instance-attribute
¶
Tradable funds expressed in the client's base currency.
pending_funds
class-attribute
instance-attribute
¶
N/A
trading_resource
class-attribute
instance-attribute
¶
Trading resource expressed in the client's base currency.
total_margin_requirement
class-attribute
instance-attribute
¶
Total margin requirement expressed in the client's base currency.
currency_id
class-attribute
instance-attribute
¶
The clients base currency ID.
currency_iso
class-attribute
instance-attribute
¶
The clients base currency ISO code.