Definition Type: ComplexType
Name: PartyTradeInformation
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-doc-4-0.xsd
Abstract
Documentation:
A type defining additional information that may be recorded against a trade.
Collapse XSD Schema Diagram:
Drilldown into trader in schema fpml-doc-4-0_xsd Drilldown into partyReference in schema fpml-doc-4-0_xsdXSD Diagram of PartyTradeInformation in schema fpml-doc-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyTradeInformation">
    <xsd:annotation>
        <xsd:documentation>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>Identifies that party that has ownership of this information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trader" type="xsd:normalizedString" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Identifies the person or persons who assumed the role of trader for this trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsA:partyReference (1) (1)
trader nsA:trader 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:partyTradeInformation