Definition Type: ComplexType
Name: PartyTradeInformation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-2.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-5-2_xsd Drilldown into trader in schema fpml-doc-5-2_xsd Drilldown into category in schema fpml-doc-5-2_xsd Drilldown into isAccountingHedge in schema fpml-doc-5-2_xsd Drilldown into unit in schema fpml-doc-5-2_xsd Drilldown into description in schema fpml-doc-5-2_xsd Drilldown into reportingRole in schema fpml-doc-5-2_xsd Drilldown into relatedParty in schema fpml-doc-5-2_xsd Drilldown into accountReference in schema fpml-shared-5-2_xsd Drilldown into partyReference in schema fpml-shared-5-2_xsd Drilldown into PartyAndAccountReferences.model in schema fpml-shared-5-2_xsdXSD Diagram of PartyTradeInformation in schema fpml-doc-5-2_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:group ref="PartyAndAccountReferences.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies that party that has ownership of this information.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="relatedParty" type="RelatedParty" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies a related party performing a role within the transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reportingRole" type="ReportingRole" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the role of this party in reporting this trade (e.g. originator, counterparty).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="description" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A human readable brief description of or comment about the trade</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="unit" type="Unit" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the unit/division/desk etc. that executed or supports this trade</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="isAccountingHedge" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies whether the trade used to hedge a risk for accounting purposes for the specified party. (TODO: do we need to distinguish between asset and liability hedges?)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="category" type="TradeCategory" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Used to categorize trades into user-defined categories, such as house trades vs. customer trades.</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 a central execution facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsA:partyReference 0 (1)
accountReference nsA:accountReference 0 (1)
relatedParty nsA:relatedParty 0 unbounded
reportingRole nsA:reportingRole 0 (1)
description nsA:description 0 (1)
unit nsA:unit 0 unbounded
isAccountingHedge nsA:isAccountingHedge 0 (1)
category nsA:category 0 unbounded
trader nsA:trader 0 unbounded
executionDateTime nsA:executionDateTime 0 (1)
<xs:group> nsA:PartyAndAccountReferences.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:partyTradeInformation, nsA:partyTradeInformation