Definition Type: ComplexType
Name: TradeSummary
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Summary information about the trade.
Collapse XSD Schema Diagram:
Drilldown into reportingLevel in schema fpml-doc-5-10_xsd4 Drilldown into isPrimeBrokerTrade in schema fpml-doc-5-10_xsd4 Drilldown into isPackageTrade in schema fpml-doc-5-10_xsd4XSD Diagram of TradeSummary in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Summary information about the trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="isPackageTrade" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="isPrimeBrokerTrade" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="reportingLevel" type="ReportingLevel" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
isPackageTrade nsE:isPackageTrade 0 (1)
isPrimeBrokerTrade nsE:isPrimeBrokerTrade 0 (1)
reportingLevel nsE:reportingLevel 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:tradeSummary