<xsd:complexType name="MasterAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">An entity for defining the agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="masterAgreementType" type="MasterAgreementType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="masterAgreementDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the master agreement was signed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|