isolated_collateral
) to it. Only this collateral is used to support the position. A liquidation in an isolated position will not affect your other positions (either cross or other isolated positions), and likewise, events in other positions will not affect it. This is useful for managing risk on speculative or high-leverage trades without endangering your entire account.Initial Margin = (Position Size * Price) / Leverage
check_order_margin
) to ensure your account has sufficient available equity to meet the new Initial Margin requirement.Equity < Total Maintenance Margin
position.isolated_collateral + position.unrealized_pnl
account.collateral + sum(unrealized_pnl of all cross-margin positions)
unrealized_pnl
for any position is calculated against the current Mark Price. The specific Maintenance Margin rates are determined by a tiered system based on the notional value of your position. Please refer to the Margin Tierspage for detailed rates.