Spot Collateral
Rules for valuing spot holdings as cross-margin collateral.
Parameters
Parameter
Description
Collateral curve
base_rate = ltv_ratio * P
bonus_rate = P * (1 - ltv_ratio) * (1 - 1 / spread_divisor) (when spread_divisor > 1, else 0)
hedged_rate = base_rate + bonus_rate
capped_units = collateral_value_limit_usd / P
hedged_units = min(H, B, capped_units)
base_units = min(B, capped_units) - hedged_units
spot_collateral_value = hedged_rate * hedged_units + base_rate * base_unitsHedging bonus example
Spot sell orders
Excluding an asset from unified margin
Last updated