ApiStepMarginDTO¶
stonepy.models.ApiStepMarginDTO.ApiStepMarginDTO
¶
Bases: ResponseModel
A market's step margin information as expressed by the trading API.
eligible_for_step_margin
class-attribute
instance-attribute
¶
Flag indicating whether this market is eligible for step margin
step_margin_configured
class-attribute
instance-attribute
¶
Flag indicating whether this market has step margin configured
inherited_from_parent_account_operator
class-attribute
instance-attribute
¶
inherited_from_parent_account_operator: bool | None = Field(
default=None, alias="InheritedFromParentAccountOperator"
)
Flag indicating whether this market's step margin configuration is inherited from a parent account operator
bands
class-attribute
instance-attribute
¶
bands: list[ApiStepMarginBandDTO] | None = Field(
default=None, alias="Bands"
)
The step margining bands used for this market / account operator