ManagedClientDTO¶
stonepy.models.ManagedClientDTO.ManagedClientDTO
¶
Bases: ResponseModel
A client managed by a Trading Advisor.
client_account_id
class-attribute
instance-attribute
¶
The identifier of the client trading account.
client_code
class-attribute
instance-attribute
¶
The code of the client trading account.
start_date_utc
class-attribute
instance-attribute
¶
The (inclusive) start date from which the client is managed by the Trading Advisor.
end_date_utc
class-attribute
instance-attribute
¶
The (inclusive) end date after which the client is no longer managed by the Trading Advisor.
trading_accounts
class-attribute
instance-attribute
¶
trading_accounts: list[ManagedTradingAccountDTO] | None = (
Field(default=None, alias="TradingAccounts")
)
List of the trading accounts held by the client that are eligible for inclusion in Trading Advisor allocation profiles.