complexType "PartyTradeIdentifier"
Namespace:
Content:
complex, 1 attribute, 11 elements
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
at 20 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (11):
accountReference (defined in PartyAndAccountReferences.model group),
allocationTradeId (defined in PartyTradeIdentifier complexType),
blockTradeId,
issuer (defined in IssuerTradeId.model group),
linkId,
originatingTradeId (defined in PartyTradeIdentifier complexType),
partyReference (defined in PartyAndAccountReferences.model group),
productComponentIdentifier,
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in TradeIdentifier complexType),
versionedTradeId
Known Direct Subtypes (1):
NetTradeIdentifier
All Direct / Indirect Based Elements (20):
feeTradeIdentifier,
netTradeIdentifier,
newTradeIdentifier,
oldTradeIdentifier (defined in TradeChangeContent complexType),
oldTradeIdentifier (in novation),
partyTradeIdentifier (defined in Portfolio complexType),
partyTradeIdentifier (defined in Withdrawal complexType),
partyTradeIdentifier (in clearingEligibility),
partyTradeIdentifier (in tradeHeader),
partyTradeIdentifier (in tradeReference),
partyTradeIdentifier (in tradeReferenceInformation),
partyTradeIdentifier (in verificationStatusNotification),
resultingTradeIdentifier,
tradeIdentifier (defined in DeClear complexType),
tradeIdentifier (defined in OptionExercise complexType),
tradeIdentifier (defined in TradeChangeBase complexType),
tradeIdentifier (in optionExpiry defined in OptionsEvents.model group),
tradeIdentifier (in optionExpiry in maturityNotification),
tradeIdentifier (in tradeChangeAdviceRetracted),
tradeIdentifier (in tradeMaturity)
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
TradeIdentifier (extension)
  PartyTradeIdentifier
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="PartyTradeIdentifier">
<xsd:complexContent>
<xsd:extension base="TradeIdentifier">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="linkId" type="LinkId"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="allocationTradeId" type="TradeIdentifier"/>
<xsd:element minOccurs="0" name="blockTradeId" type="TradeIdentifier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="originatingTradeId" type="TradeIdentifier"/>
<xsd:element fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Added in error. Leftover from earlier proposal" maxOccurs="unbounded" minOccurs="0" name="productComponentIdentifier" type="ProductComponentIdentifier"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/11)
allocationTradeId
Type:
TradeIdentifier, complex content
The trade id of the allocated trade. This is used by the block trade to reference the allocated trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="allocationTradeId" type="TradeIdentifier"/>

blockTradeId
Type:
TradeIdentifier, complex content
The trade id of the block trade. This is used by each one of the allocated trades to reference the block trade. This element can also represent the trade id of the parent trade for N-level allocations. In the case, this element is only used to model N-level allocations in which the trade acts as block and allocated trade at the same time. This basically means the ability to allocate a block trade to multiple allocation trades, and then allocate these in turn to other allocation trades (and so on if desired).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="blockTradeId" type="TradeIdentifier"/>

linkId
Type:
LinkId, simple content
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.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="linkId" type="LinkId"/>

originatingTradeId
Type:
TradeIdentifier, complex content
The trade id of the trade(s) upon which this was based, for example the ID of the trade that was submitted for clearing if this is a cleared trade, or of the original trade if this was novated or cancelled and rebooked, or the list of trades that were netted or compressed together in the case of a compression event. The originatingEvent will explain why the trade was created; the existence and number of originatingTradeId elements should correspond to the originatingEvent, and they should be interpreted using that field. If the trade is inside a business event structure (such as a novation or a compression event) this element shuld not be populated; instead the event shoudl be used to represent the other trades.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="originatingTradeId" type="TradeIdentifier"/>

productComponentIdentifier
Type:
Deprecated: The USIs of the components of this trade, when this trade contains a strategy.
XML Source (w/o annotations (1); see within schema source)
<xsd:element fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Added in error. Leftover from earlier proposal" maxOccurs="unbounded" minOccurs="0" name="productComponentIdentifier" type="ProductComponentIdentifier"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.