XML Schema Documentation

Complex Type: PartyTradeInformation

[Table of contents]

Super-types: None
Sub-types: None
Name PartyTradeInformation
Used by (from the same schema document) Complex Type TradeHeader
Abstract no
Documentation A type defining additional information that may be recorded against a trade.
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'Identifies that party that has ownership of this information.'

<trader> Trader </trader> [0..*]

'Identifies the person or persons who assumed the role of trader for this trade.'

<executionDateTime> ExecutionDateTime </executionDateTime> [0..1]

'Trade execution date time provided by the owner of the party trade information.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyTradeInformation">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
<xsd:element name="trader" type=" Trader " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="executionDateTime" type=" ExecutionDateTime " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>