complexType "TradeProcessingTimestamps"
Namespace:
Content:
complex, 5 elements
Defined:
globally in fpml-doc-5-3.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
orderEntered?, orderSubmitted?, publiclyReported?, publicReportUpdated?, timestamp*
</...>
Content Model Elements (5):
orderEntered, orderSubmitted, publiclyReported, publicReportUpdated, timestamp
All Direct / Indirect Based Elements (1):
timestamps
Known Usage Locations
Annotation
Allows timing information about when a trade was processed and reported to be recorded.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="TradeProcessingTimestamps">
<xsd:sequence>
<!-- additional DTCC gaps -->
<xsd:element minOccurs="0" name="orderEntered" type="xsd:dateTime"/>
<xsd:element minOccurs="0" name="orderSubmitted" type="xsd:dateTime"/>
<!-- end additional DTCC gaps -->
<xsd:element minOccurs="0" name="publiclyReported" type="xsd:dateTime"/>
<xsd:element minOccurs="0" name="publicReportUpdated" type="xsd:dateTime"/>
<!-- TODO: We are currently not including this in SDR reporting views, in order to encourange standardization of timestamp fields -->
<xsd:element maxOccurs="unbounded" minOccurs="0" name="timestamp" type="TradeTimestamp"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
orderEntered
Type:
xsd:dateTime, predefined, simple content
When an order is entered by a person or generated by a trading algorithm.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="orderEntered" type="xsd:dateTime"/>

orderSubmitted
Type:
xsd:dateTime, predefined, simple content
When an order is submitted by a market participant to an execution facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="orderSubmitted" type="xsd:dateTime"/>

publiclyReported
Type:
xsd:dateTime, predefined, simple content
When the public report of this was created or received by this party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="publiclyReported" type="xsd:dateTime"/>

publicReportUpdated
Type:
xsd:dateTime, predefined, simple content
When the public report of this was most recently corrected or corrections were received by this party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="publicReportUpdated" type="xsd:dateTime"/>

timestamp
Type:
TradeTimestamp, complex content
Other timestamps for this trade. This is provisional in Recordkeeping and Transparency view and may be reviewed in a subsequent draft.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="timestamp" type="TradeTimestamp"/>

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.