Definition Type: ComplexType
Name: TradeHeader
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining trade related information which is not product specific.
Collapse XSD Schema Diagram:
Drilldown into tradeDate in schema fpml-doc-4-4_xsd Drilldown into partyTradeInformation in schema fpml-doc-4-4_xsd Drilldown into partyTradeIdentifier in schema fpml-doc-4-4_xsdXSD Diagram of TradeHeader in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeHeader">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining trade related information which is not product specific.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The trade reference identifier(s) allocated to the trade by the parties involved.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="partyTradeInformation" type="PartyTradeInformation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Additional trade information that may be provided by each involved party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tradeDate" type="IdentifiedDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The trade date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyTradeIdentifier fpml:partyTradeIdentifier (1) unbounded
partyTradeInformation fpml:partyTradeInformation 0 unbounded
tradeDate fpml:tradeDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:tradeHeader