Additional Initial Margin
This document provides a walkthrough of the additional margin implementation in Atoti ISDA-SIMM.
The total SIMM formula per para 6 of the SIMM Version 2.2 SIMM=SIMMRatesFX+SIMMCredit+SIMMEquity+SIMMCommodity can be extended to include regulatory-specific or netting set-specific factors, which will increase the IM amount.
Additional Margin formula
The additional margin is calculated as follows:
AdditionalIM=AddOnFixed+AddOnNotional+AddOnSIMM
where:
- AddOnFixed=ParamAddOnFixedAmount
- AddOnNotional=∑p∈productsParam AddOnNotionalFactorp⋅Notionalp
- AddOnSIMM=∑pc∈product classesParam ProductClassMultiplierpc⋅SIMMpc
Additional Margin Parameters
A set of the Additional Margin parameters consists of:
- Param_AddOnFixedAmount (default 0)
- Param_AddOnNotionalFactor (default 0)
- ProductClassMultiplier_pc (default 1)
To allow for regulatory-specific and netting set-specific parameters, and to minimize the maintenance effort, the following waterfall logic is implemented:
- case 1. Only Regulator is specified (Post or Collect) - apply to all SIMM for that regulator in any of the agreements.
- case 2. Only Netting Set is specified - override parameters for that netting set, ignore the regulator.
- case 3. Netting Set and Regulator is specified - override parameters only for the netting set and the regulator.