<xsd:group name="ClearingResults.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Events/Results that are applicable to clearing processes.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="TradingEvents.model" />
<xsd:sequence>
<xsd:element name="terminatingEvent" type="TerminatingEvent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This may be used to describe why a trade was terminated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="termination" type="TradeNotionalChange" />
</xsd:sequence>
<xsd:element name="deClear" type="DeClear">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that it has been done.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="clearing" type="Clearing" />
</xsd:choice>
</xsd:group>
|