complexType "InitialMarginCalculation"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
margin
Known Usage Locations
Annotation
Defines the initial margin calculation applicable to a single piece of collateral.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="InitialMarginCalculation">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element minOccurs="0" name="marginRatio" type="xsd:decimal"/>
<xsd:element maxOccurs="2" minOccurs="0" name="marginRatioThreshold" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="haircut" type="xsd:decimal"/>
<xsd:element maxOccurs="2" minOccurs="0" name="haircutThreshold" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
assetReference
Type:
AssetReference, empty content
A reference to the collateral asset to which the margin requirement applies. This element should be produced in the case where margin requirements are specified for multiple pieces of collateral, and may be omitted otherwise.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>

haircut
Type:
xsd:decimal, predefined, simple content
An element defining a haircut expressed as the percentage difference between the Market Value of the collateral and the Purchase Price of the repo and calculated as 100 multiplied by a ratio of the difference between the Market Value of the collateral and the Purchase Price of the repo to the Market Value of the collateral. Haircut is alternative way to adjust the value of collateral sold in a repurchase agreement to initial margin ratio. Because an initial margin is a percentage of the Purchase Price, while a haircut is a percentage of the Market Value of collateral, the arithmetic of initial margins and haircuts is slightly different. For example, an initial margin of 102% is not equivalent to a haircut of 2%, but to 1.961% (ie 100/102%). See GMRA 2011 paragraph 2(aa).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="haircut" type="xsd:decimal"/>

haircutThreshold
Type:
xsd:decimal, predefined, simple content
An element defining a haircut percentage threshold which is the value above (when it's lower than initial haircut) or below (when it's higher than initial haircut) which parties agree they will not call a margin from each other.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="2" minOccurs="0" name="haircutThreshold" type="xsd:decimal"/>

marginRatio
Type:
xsd:decimal, predefined, simple content
An element defining an initial margin expressed as a ratio of the Market Value of the collateral to the Purchase Price. A default value of initial margin ratio of 1.00 means there is no margin and thus no risk related with the collateral. See GMRA 2000 paragraph 2(z) and GMRA 2011 paragraph 2(bb).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="marginRatio" type="xsd:decimal"/>

marginRatioThreshold
Type:
xsd:decimal, predefined, simple content
An element defining a margin ratio threshold which is the value above (when it's lower than initial margin ratio) or below (when it's higher than initial margin ratio) which parties agree they will not call a margin from each other.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="2" minOccurs="0" name="marginRatioThreshold" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.