Definition Type: ComplexType
Name: PartyTradeInformation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining additional information that may be recorded against a trade.
Collapse XSD Schema Diagram:
Drilldown into executionDateTime in schema fpml-doc-4-4_xsd Drilldown into trader in schema fpml-doc-4-4_xsd Drilldown into partyReference in schema fpml-doc-4-4_xsdXSD Diagram of PartyTradeInformation in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyTradeInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining additional information that may be recorded against a trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies that party that has ownership of this information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trader" type="Trader" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the person or persons who assumed the role of trader for this trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="executionDateTime" type="ExecutionDateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Trade execution date time provided by the owner of the party trade information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference fpml:partyReference (1) (1)
trader fpml:trader 0 unbounded
executionDateTime fpml:executionDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:partyTradeInformation