<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>
|