<xsd:complexType name="CreditSupportAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern collateral arrangement for all OTC derivatives transactions between those parties.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="CreditSupportAgreementType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of ISDA Credit Support Agreement</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="date" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date of the agreement executed between the parties and intended to govern collateral arrangements for all OTC derivatives transactions between those parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="identifier" type="CreditSupportAgreementIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An identifier used to uniquely identify the CSA</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|