Definition Type: ComplexType
Name: EligibilityToHoldCollateral
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The conditions under which a party and its custodians are entitled to hold collateral.
Collapse XSD Schema Diagram:
Drilldown into eligibleCountry in schema fpml-legal-5-10_xsd Drilldown into custodianTerms in schema fpml-legal-5-10_xsd Drilldown into holdingPostedCollateral in schema fpml-legal-5-10_xsdXSD Diagram of EligibilityToHoldCollateral in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
holdingPostedCollateral nsB:holdingPostedCollateral (1) unbounded
custodianTerms nsB:custodianTerms 0 (1)
eligibleCountry nsB:eligibleCountry 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:eligibilityToHoldCollateral