保證金:
WOO X Global 提供現貨保證金和合約的交叉保證金機制。 所有符合條件的資產都將計入您的合約或保證金倉位成為抵押品。 您可以存入加密貨幣作為保證金,例如 USDT、BTC、ETH。 WOO X Global 定義了每個代幣的抵押率,代表了您持有的加密貨幣之 USDT 淨值。 請參閱保證金比率的完整訊息。
Desktop :
Mobile:
槓桿:
可用的最大槓桿取決於您倉位的淨值。 初始槓桿預設為 10 倍。 WOO X Global 在合約模式下的帳戶提供了高達 50 倍的槓桿。 請經常檢查您的槓桿、總倉位價值和保證金以進行風險控管。 初始保證金計算將由您選擇的槓桿決定。
Desktop:
Mobile:
合約保證金比率:
合約保證金率代表您的保證金數量相對於您未平倉合約的價值。較高的保證金比率意謂較低的風險水平。 未開倉的保證金比例設置為 1,000%。 您開設的倉位越多,您的保證金比率就越低。
註記:如果您在合約市場持有倉位,則無法更改為其他交易模式。 請平倉所有合約倉位以更改為不同的交易模式。
解釋:
- 總保證金:
- Total collateral = Sum( totalBal_i * discount_i * markPrice_i ) + unrealizedPnL
- discount_i := collateral_ratio_i if holding_i + interest_i + pendingShortQty_i >= 0 else 1
- Total collateral = Sum( totalBal_i * discount_i * markPrice_i ) + unrealizedPnL
- 可用保證金:
- Free collateral = Total_Collateral - max( unrealized_pnl, 0 ) - Total_IM
- 維持保證金 (MM) and account leverage:
- Account leverage = Abs( Order_Qty + Current_Qty ) * Mark_Price / Total_Collateral
- MM = Sum( holdingNotional_i * ( max( 0.6 / min(maxLeverage_i, max(accountLeverages)), 0.6 * imr_factor.i * (holding_notional.i)^(2/3)) + 0.03% ) )
- MM Ratio = Maintenance Margin / sum( holdingNotional_i )
- Based MM = Sum( holdingNotional_i * ( 0.6 / min(maxLeverage_i, max(accountLeverages)) + 0.03% ) )
- Auto Close MM = 0.5 * Sum( holdingNotional_i * ( 0.6 / min(maxLeverage_i, max(accountLeverages)) + 0.03% ) )
- 預估全平價格:
- If the order quantity >0
- If current_quantity + order_quantity > 0, est_liq_price = Mark_Price * ( 1 + MMR - 1 /Account_Leverage )
- If current_quantity + order_quantity <= 0, est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If order quantity < 0
- If current_quantity <= 0, est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If And(current_quantity > 0, order_quantity + current_quantity <= 0), est_liq_price = Mark_Price * ( 1 MMR + 1 / Account_Leverage )
- If And(current_quantity > 0, order_quantity + current_quantity > 0), est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If the order quantity >0
- 初始保證金:
- IMR.i = Max( 1 / min( maxLeverage_i, maxLeverage_account ), imr_factor.i * (open_notional.i)^(2/3)) + 0.06%)
- Total initial margin = Sum( open_notional.i * IMR.i )