XML Schema Documentation

Complex Type: PartyTradeIdentifier

[Table of contents]

Super-types: TradeIdentifier < PartyTradeIdentifier (by extension)
Sub-types:
Name PartyTradeIdentifier
Used by (from the same schema document) Complex Type Allocation , Complex Type AllocationTradeIdentifier , Complex Type BlockTradeIdentifier , Complex Type BlockTradeIdentifier , Complex Type PartyTradeIdentifiers , Complex Type TradeHeader
Abstract no
Documentation A type defining one or more trade identifiers allocated to the trade by a party. A link identifier allows the trade to be associated with other related trades, e.g. trades forming part of a larger structured transaction. It is expected that for external communication of trade there will be only one tradeId sent in the document per party.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<partyReference> PartyReference </partyReference> [1]

'A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.'

Start Choice [1..*]
<tradeId> TradeId </tradeId> [1]
<versionedTradeId> VersionedTradeId </versionedTradeId> [1]
End Choice
<linkId> LinkId </linkId> [0..*]

'A link identifier allowing the trade to be associated with other related trades, e.g. the linkId may contain a tradeId for an associated trade or several related trades may be given the same linkId. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyTradeIdentifier">
<xsd:complexContent>
<xsd:extension base=" TradeIdentifier ">
<xsd:sequence>
<xsd:element name="linkId" type=" LinkId " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>