complexType "InstrumentTradeDetails"
Namespace:
Content:
complex, 1 attribute, 13 elements
Defined:
globally in fpml-doc-5-11.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (13):
pricing (defined in InstrumentTradeDetails complexType),
primaryAssetClass (defined in Product.model group),
principal (defined in InstrumentTradeDetails complexType),
productId (defined in Product.model group),
productType (defined in Product.model group),
quantity (defined in InstrumentTradeDetails complexType),
All Direct / Indirect Based Elements (2):
instrumentTradeDetails, instrumentTradeDetails
Known Usage Locations
Annotation
The economics of a trade of a multiply traded instrument.
Type Definition Detail
Type Derivation Tree
Product (extension)
  InstrumentTradeDetails
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InstrumentTradeDetails">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:group ref="BuyerSeller.model"/>
<xsd:element ref="underlyingAsset"/>
<xsd:element minOccurs="0" name="quantity" type="InstrumentTradeQuantity"/>
<xsd:element minOccurs="0" name="pricing" type="InstrumentTradePricing"/>
<xsd:element minOccurs="0" name="principal" type="InstrumentTradePrincipal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/13)
pricing
Type:
InstrumentTradePricing, complex content
The price paid for the instrument.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="pricing" type="InstrumentTradePricing"/>

principal
Type:
InstrumentTradePrincipal, complex content
The value, in instrument currency, of the amount of the instrument that was traded.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="principal" type="InstrumentTradePrincipal"/>

quantity
Type:
InstrumentTradeQuantity, complex content
A description of how much of the instrument was traded.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="quantity" type="InstrumentTradeQuantity"/>

underlyingAsset
Type:
Asset, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 14 elements
The FpML asset description for the asset.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="underlyingAsset"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.