<xsd:complexType name="ImpliedTrade">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a type of trade that is implied by a post-trade event such as a novation. For example, if a novation moves $5mm in notional of an existing trade to a new party, there is an implied trade of $5mm at off-market terms. The fee represents the amoun by which the trade is off market. This even is used, for example in novations, where the implied trade and the corresponding fee must be segregated from the original or new trades for data access reasons (e.g. where the remaining party is not permitted to know the amount of a novation fee).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0">
</xsd:element>
<xsd:element name="trade" type="Trade" minOccurs="0">
</xsd:element>
<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:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|