<xsd:complexType name="TradeNovationContent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a novation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractEvent">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:group ref="NewTrade.model" />
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between identification and representation of the old contract.</xsd:documentation>
</xsd:annotation>
<xsd:group ref="OldTrade.model" />
<xsd:group ref="FeeTrade.model" minOccurs="0" />
<xsd:group ref="NewTrade.model" minOccurs="0" />
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="FeeTrade.model" />
<xsd:group ref="NewTrade.model" minOccurs="0" />
</xsd:sequence>
</xsd:choice>
<xsd:group ref="NovationRoles.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The roles of the participants in the novation</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="NovationDates.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The dates and times associated with the novation event.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="NovationAmounts.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amounts novated and remaining. These are optional in some reporting views because when reporting standalone fee trades this information would be duplicated.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="NovationTerms.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Documentation and other terms relating to the novation.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="payment" type="Payment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a payment made in settlement of the novation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|