<xsd:complexType name="EligibleCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">The collateral eligibility as a function of the types of asset, the maturity and rating terms.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="eligibleAsset" type="EligibleAsset">
<xsd:annotation>
<xsd:documentation xml:lang="en">Corresponds to the ISDA 2003 Collateral Assets definitions as part of the initial implementation. Future implementation will aim to integrate the Basle standardized haircut schedule and the corresponding nationally approved lists of collateral assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lowerMaturity" type="Period" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The (optional) lower maturity band of the eligible collateral assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="higherMaturity" type="Period" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The (optional) higher maturity band of the eligible collateral assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumRating" type="CreditNotations" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The (optional) minimal rating terms that the custodian agent should comply with.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valuationPercentage" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the haircut associated to the collateral asset, expressed as a percentage. A value of 90% means that 90% of the value of the applicable asset is considered as collateral. Absence of this element implies that the valuation percentage is 100%.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|