Skip to content

ApiStepMarginBandDTO

stonepy.models.ApiStepMarginBandDTO.ApiStepMarginBandDTO

Bases: ResponseModel

Represents a single step margin band as expressed by the trading API.

lower_bound class-attribute instance-attribute

lower_bound: Decimal | None = Field(
    default=None, alias="LowerBound"
)

Minimum threshold for this band, expressed in terms of the client's trade quantity

margin_factor class-attribute instance-attribute

margin_factor: Decimal | None = Field(
    default=None, alias="MarginFactor"
)

The margin factor that is used for this band. It can be expressed as a percentage or in points based on the market's margin factor type