<xsd:complexType name="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type definiting an FpML trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeHeader" type="TradeHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information on the trade which is not product specific, e.g. trade date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="product" />
<xsd:element name="otherPartyPayment" type="Payment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Other fees or additional payments associated with the trade, e.g. broker commissions, where one or more of the parties involved are not principal parties involved in the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="brokerPartyReference" type="PartyReference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Identifies that party (or parties) that brokered this trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculationAgent" type="CalculationAgent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ISDA Calculation Agent responsible for performing duties associated with an optional early termination.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculationAgentBusinessCenter" type="BusinessCenter" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The city in which the office through which ISDA Calculation Agent is acting for purposes of the transaction is located.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="documentation" type="Documentation" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the definitions that govern the document and should include the year and type of definitions referenced, along with any relevant documentation (such as master agreement) and the date it was signed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="governingLaw" type="GoverningLaw" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">TBA</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|