complexType "PartyTradeIdentifier"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
globally in fpml-doc-5-5.xsd; see XML source
Includes:
definitions of 2 elements
Used:
at 16 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
((issuer, tradeId) | (partyReference, (tradeId | versionedTradeId)*))?, originatingTradeId*, productComponentIdentifier*
</...>
Content Model Elements (7):
issuer (defined in TradeIdentifier complexType),
originatingTradeId (defined in PartyTradeIdentifier complexType),
partyReference (defined in PartyAndAccountReferences.model group),
productComponentIdentifier,
tradeId (defined in TradeIdentifier complexType),
tradeId (defined in TradeIdentifier complexType),
versionedTradeId
All Direct / Indirect Based Elements (16):
feeTradeIdentifier, resultingTradeIdentifier,
tradeIdentifier (defined in DeClear complexType),
tradeIdentifier (defined in OptionExercise complexType),
tradeIdentifier (defined in OptionExpiry complexType),
tradeIdentifier (defined in TradeChangeBase complexType),
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 (3); see within schema source)
<xsd:complexType name="PartyTradeIdentifier">
<xsd:complexContent>
<xsd:extension base="TradeIdentifier">
<xsd:sequence>
<!--View Generation: SKIPPED linkId - PartySpecific-->
<!--View Generation: SKIPPED allocationTradeId - PartySpecific-->
<!--View Generation: SKIPPED blockTradeId - PartySpecific-->
<xsd:element maxOccurs="unbounded" minOccurs="0" name="originatingTradeId" type="TradeIdentifier"/>
<xsd:element 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; 2/7)
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:
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 maxOccurs="unbounded" minOccurs="0" name="productComponentIdentifier" type="ProductComponentIdentifier"/>

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