Definition Type: ComplexType
Name: CustodianTerms
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The stipulation of the terms under which a custody agent will be deemed acceptable by the parties. This construct has been initially developed for the purpose of the Standard CSA.
Collapse XSD Schema Diagram:
Drilldown into initialDesignation in schema fpml-legal-5-10_xsd Drilldown into minimumRating in schema fpml-legal-5-10_xsd Drilldown into minimumAssets in schema fpml-legal-5-10_xsdXSD Diagram of CustodianTerms in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CustodianTerms">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The stipulation of the terms under which a custody agent will be deemed acceptable by the parties. This construct has been initially developed for the purpose of the Standard CSA.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="minimumAssets" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Terms related to the minimal level of assets that the agent should have under custody.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="minimumRating" type="CreditNotations" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Terms related to the minimal rating that the agent should have.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="initialDesignation" type="Token" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The respective parties have the possibility to designate the initial custodian.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
minimumAssets nsB:minimumAssets 0 (1)
minimumRating nsB:minimumRating 0 (1)
initialDesignation nsB:initialDesignation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:custodianTerms