Risk Limit Types

A collection of risk limits may be defined for each level. When any one of the limits is breached open orders will be cancelled, and any new orders received will be rejected. Members may configure both an MPID level limit as well as a more specific Strategy/RiskGroupID level limit for a subset of the order flow for that same MPID. Both limits will be in effect concurrently.

Table 1. Risk Limit Types
Limit NameTypeDescription
Absolute Gross Notional Valueabs_ntnl
  • A notional value (price * size) for each execution is calculated and summed towards the defined limit.
  • When (Buy notional) + (Sell Notional) >= Defined Limit, then risk limit is breached.
Absolute Net Notional Valueabs_nntnl
  • A notional value (price * size) is calculated for each execution. Buy trades count as positive values and sell trades count as negative values. All values are summed, and when the absolute value of the sum exceeds the defined limit, then the risk limit is breached.
  • When |(Buy Notional) - (Sell Notional)| >= Defined Limit, then risk limit is breached.
Aggregated Gross Credit agg_gcdt

Aggregated Gross Credit is calculated as the total notional value (price*size) of all open orders plus all executed orders. All values are summed, and when the value exceeds the defined limit, the risk limit is breached. Unexecuted market orders do not impact open order exposure as those orders do not have a price at time of order entry.

When (Open Buy Notional) + (Executed Buy Notional) + (Open Sell Notional) + (Executed Sell Notional) >= Defined Limit, the risk limit is breached.

Aggregated Net Credit agg_ncdt

Aggregated Net Credit is calculated as the total notional value (price*size) of all open orders plus all executed orders, with buys netted against sells. When the absolute value exceeds the defined limit, the risk limit is breached. Unexecuted market orders do not impact open order exposure as those orders do not have a price at time of order entry.

When |(Open Buy Notional + Executed Buy Notional) - (Open Sell Notional + Executed Sell Notional)| >= Defined Limit, the risk limit is breached.

Cboe Titanium U.S. Equities Risk Management Specification - Risk Limit Types | Cboe