<xsd:complexType name="InstrumentTradeDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">The economics of a trade of a multiply traded instrument.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:group ref="BuyerSeller.model" />
<xsd:element ref="underlyingAsset">
<xsd:annotation>
<xsd:documentation xml:lang="en">The FpML asset description for the asset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quantity" type="InstrumentTradeQuantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of how much of the instrument was traded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pricing" type="InstrumentTradePricing" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The price paid for the instrument.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principal" type="InstrumentTradePrincipal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value, in instrument currency, of the amount of the instrument that was traded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|