Skip to content

AllocationProfileEntryDTO

stonepy.models.AllocationProfileEntryDTO.AllocationProfileEntryDTO

Bases: ResponseModel

An entry in a Trading Advisor allocation profile representing a participating trading account.

id class-attribute instance-attribute

id: int | None = Field(default=None, alias='Id')

The identifier of the entry.

trading_account_id class-attribute instance-attribute

trading_account_id: int | None = Field(
    default=None, alias="TradingAccountId"
)

The identifier of the participating trading account.

trading_account_code class-attribute instance-attribute

trading_account_code: str | None = Field(
    default=None, alias="TradingAccountCode"
)

The code of the participating trading account.

trading_account_name class-attribute instance-attribute

trading_account_name: str | None = Field(
    default=None, alias="TradingAccountName"
)

The name of the participating trading account.

risk_multiplier class-attribute instance-attribute

risk_multiplier: int | None = Field(
    default=None, alias="RiskMultiplier"
)

The risk multiplier to be applied.

allocation_ratio class-attribute instance-attribute

allocation_ratio: int | None = Field(
    default=None, alias="AllocationRatio"
)

The allocation ratio to be applied.