XML Schema Documentation

Complex Type: TradeHeader

[Table of contents]

Super-types: None
Sub-types: None
Name TradeHeader
Used by (from the same schema document) Complex Type Trade
Abstract no
Documentation A type defining trade related information which is not product specific.
XML Instance Representation
<...>
<partyTradeIdentifier> PartyTradeIdentifier </partyTradeIdentifier> [1..*]

'The trade reference identifier(s) allocated to the trade by the parties involved.'

<partyTradeInformation> PartyTradeInformation </partyTradeInformation> [0..*]

'Additional trade information that may be provided by each involved party.'

<tradeDate> IdentifiedDate </tradeDate> [1]

'The trade date. This is the date the trade was originally executed. In the case of a novation, the novated part of the trade should be reported (by both the remaining party and the transferee) using a trade date corresponding to the date the novation was agreed. The remaining part of a trade should be reported (by both the transferor and the remaining party) using a trade date corresponding to the original execution date.'

<clearedDate> IdentifiedDate </clearedDate> [0..1]

'If the trade was cleared (novated) through a central counterparty clearing service, this represents the date the trade was cleared (transferred to the central counterparty).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="TradeHeader">
<xsd:sequence>
<xsd:element name="partyTradeIdentifier" type=" PartyTradeIdentifier " maxOccurs="unbounded"/>
<xsd:element name="partyTradeInformation" type=" PartyTradeInformation " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="tradeDate" type=" IdentifiedDate "/>
<-- RPTWG 2009-11-12 begin-->
<xsd:element name="clearedDate" type=" IdentifiedDate " minOccurs="0"/>
<-- RPTWG 2009-11-12 end -->
</xsd:sequence>
</xsd:complexType>