<xsd:complexType name="TradingEventSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that records a short form event history of a trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="eventType" type="EventType" />
<xsd:group ref="AgreementAndEffectiveDates.model" />
<xsd:group ref="ReportingNotionalChange.model" minOccurs="0" />
<xsd:element name="payment" type="NonNegativePayment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A fee which compensates one of the parties for taking on a position that is off market.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|