<xsd:complexType name="TradeAmendmentContent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a negotiated amendment.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractEvent">
<xsd:sequence>
<xsd:element name="trade" type="Trade" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A full description of the amended trade (i.e. the trade after the amendment).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="AgreementAndEffectiveDates.model" />
<xsd:group ref="ReportingNotionalChange.model" minOccurs="0" />
<xsd:group ref="TradeAlterationPayment.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|