<xsd:complexType name="EligibilityToHoldCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">The conditions under which a party and its custodians are entitled to hold collateral.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="holdingPostedCollateral" type="HoldingPostedCollateral" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The baseline condition required by a party from the other party to hold its posted collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="custodianTerms" type="CustodianTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies conditions related to the cusdody agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eligibleCountry" type="CountryCode" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the country(ies) where collateral can be held.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|