Skip to main content

Static used margin

Overview

Static Used Margin is an optional fixed margin amount that can be applied to a trading position in addition to the standard margin.

This value is stored per order and per position and is included in the account’s total used margin calculation.

If not specified, static used margin defaults to 0.


Business Purpose

Static used margin exists to support cases where standard leverage-based margin alone is insufficient.

PurposeDescription
Regulatory requirementsSome jurisdictions require an additional fixed margin per position regardless of leverage.
External risk rulesLiquidity providers or internal risk engines may require an additional fixed margin component.
Product-specific margin modelsCertain trading products may require a minimum margin per position.
Operational risk controlAllows manual or automated systems to increase margin requirements for specific trades.

Impact on Client Accounts

When static used margin is applied:

  • Used margin increases

  • Free margin decreases

  • Margin level decreases

  • Margin call / liquidation may trigger earlier

This provides additional risk protection for the platform.


Margin Calculation

Position Used Margin Formula

Used Margin = Leverage Margin + Static Used Margin

Where:

Leverage Margin

Leverage Margin = Position Value ÷ Leverage

Example:

ParameterValue
Position Value€10,000
Leverage1:10
Leverage Margin€1,000
Static Used Margin€200

Result:

Used Margin = 1000 + 200 = €1,200

Defaults

FieldDefault
static_used_margin0

If not set:

Used Margin = Leverage Margin

Example Scenario

A broker introduces minimum margin per trade = €500.

Trade parameters:

ParameterValue
Position Value€4,000
Leverage1:20

Leverage Margin:

4000 / 20 = €200

Minimum margin required = €500

Static margin applied:

static_used_margin = 300

Final used margin:

200 + 300 = €500

Summary

AttributeDescription
TypeFixed additional margin
LevelPer position
Default0
PurposeRegulatory / risk / product margin rules
EffectIncreases used margin and reduces free margin