complexType "InitialMargin"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
initialMargin
Known Usage Locations
Annotation
Defines initial margin applied to a repo transaction. Initial margin is an agreed premium to the Purchase Price of a repo to determine the required Market Value of the collateral to be delivered on the Purchase Date. It reflects quality of the collateral. Its aim is to calculate the risk-adjusted or liquidation value of collateral.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InitialMargin">
<xsd:sequence>
<xsd:element minOccurs="0" name="marginType" type="MarginTypeEnum"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="margin" type="InitialMarginCalculation"/>
<xsd:element minOccurs="0" name="marginThreshold" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="minimumTransferAmount" type="NonNegativeMoney"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
margin
Type:
InitialMarginCalculation, complex content
Initial margin calculation for a collateral asset. Initial margin requirements may be specified for multiple pieces of collateral.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="margin" type="InitialMarginCalculation"/>

marginThreshold
Type:
NonNegativeMoney, complex content
An element defining a margin threshold which is the Net Exposure of a trade below which parties agree they will not call a margin from each other.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="marginThreshold" type="NonNegativeMoney"/>

marginType
Type:
MarginTypeEnum, simple content
An element defining the type of assets (cash or securities) specified to apply as margin to the repo transaction. See GMRA 2011 paragraph 2(h) for "Cash Margin" and GMRA 2011 paragraph 2(cc) for "Margin Securities".
Simple Content
enumeration of xsd:token
Enumeration:
"Cash"
 - 
When the margin type is Cash, the margin factor is applied to the cash value of the transaction.
"Instrument"
 - 
When the margin type is Instrument, the margin factor is applied to the instrument value for the transaction. In the “instrument” case, the haircut would be applied to the securities.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="marginType" type="MarginTypeEnum"/>

minimumTransferAmount
Type:
NonNegativeMoney, complex content
An element defining a minimum transfer amount which is the minimum margin call parties will make once the margin threshold (or margin ratio threshold / haircut threshold) has been exceeded.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="minimumTransferAmount" type="NonNegativeMoney"/>

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.