complexType "SecLendCollateralProvisions"
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):
collateralProvisions
Known Usage Locations
Annotation
Parameters relating to acceptable collateral for the specified security lending transaction.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="SecLendCollateralProvisions">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element name="marginRatio" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="haircut" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
<xsd:element minOccurs="0" name="triParty" type="TriParty"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="collateralArrangement" type="CollateralArrangement"/>
<xsd:element minOccurs="0" name="exclusiveArrangements" type="xsd:boolean"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
collateralArrangement
Type:
CollateralArrangement, simple content
(SFTR related field) Method used to provide collateral - Indication whether the collateral is subject to a title transfer collateral arrangement, a securities financial collateral arrangement, or a securities financial with the right of use.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="collateralArrangement" type="CollateralArrangement"/>

exclusiveArrangements
Type:
xsd:boolean, predefined, simple content
(SFTR related field) In the case of securities borrowing and lending, indication whether the borrower has exclusive access to borrow from the lender's securities portfolio. (True/False).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exclusiveArrangements" type="xsd:boolean"/>

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 name="haircut" 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 name="marginRatio" type="xsd:decimal"/>

triParty
Type:
TriParty, complex content
Tri-party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="triParty" type="TriParty"/>

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.