Definition Type: ComplexType
Name: HoldingAndUsingPostedCollateral
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The provisions related to the holding and usage of posted collateral.
Collapse XSD Schema Diagram:
Drilldown into useOfPostedCollateral in schema fpml-legal-5-10_xsd Drilldown into eligibilityToHoldCollateral in schema fpml-legal-5-10_xsd Drilldown into partyReference in schema fpml-legal-5-10_xsdXSD Diagram of HoldingAndUsingPostedCollateral in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="HoldingAndUsingPostedCollateral">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The provisions related to the holding and usage of posted collateral.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="eligibilityToHoldCollateral" type="EligibilityToHoldCollateral">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the conditions under which a party and its custodian(s) are entitled to hold collateral.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="useOfPostedCollateral" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies whether the respective parties to the agreement have the right to rehypothecate the collateral held.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference (1) (1)
eligibilityToHoldCollateral nsB:eligibilityToHoldCollateral (1) (1)
useOfPostedCollateral nsB:useOfPostedCollateral (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:holdingAndUsingPostedCollateral