src.cdm.event.workflow.EventTimestampQualificationEnum.py Maven / Gradle / Ivy
# pylint: disable=missing-module-docstring, invalid-name, line-too-long
from enum import Enum
__all__ = ['EventTimestampQualificationEnum']
class EventTimestampQualificationEnum(Enum):
"""
The enumeration values to qualify the timestamps that can be associated with a lifecycle event. The reason for such approach is that the experience of integrating the DTCC and CME data representations suggests that a wide set of timestamps are currently utilized among service providers, while there is not at present an objective set of criteria that could help suggest a defined set of timestamps as part of the CDM. Implementers are expected to evaluate the current enumeration values to determine whether those meet their requirements. If not, they are expected to engage with the CDM team to evaluate the addition of further value(s) to this enumeration, which will then participate to the development of a compendium for further evaluation at a later point in order to determine whether this modeling is appropriate.
"""
CLEARING_CONFIRMATION_DATE_TIME = "clearingConfirmationDateTime"
"""
The date and time on which trade was confirmed as cleared.
"""
CLEARING_DATE_TIME = "clearingDateTime"
"""
The date and time on the trade was cleared.
"""
CLEARING_RECEIPT_DATE_TIME = "clearingReceiptDateTime"
"""
The date and time on which trade was received by Clearing Body.
"""
CLEARING_SUBMISSION_DATE_TIME = "clearingSubmissionDateTime"
"""
The date and time on which the event was submitted for clearing.
"""
CONFIRMATION_DATE_TIME = "confirmationDateTime"
"""
The date and time on which the event was confirmed.
"""
EVENT_CREATION_DATE_TIME = "eventCreationDateTime"
"""
The date and time on which the event was created.
"""
EVENT_EXPIRATION_DATE_TIME = "eventExpirationDateTime"
"""
The date and time on which the event will be considered expired.
"""
EVENT_PROCESSING_DATE_TIME = "eventProcessingDateTime"
"""
The date and time on which the event was processed.
"""
EVENT_SENT_DATE_TIME = "eventSentDateTime"
"""
The date and time on which the event was sent.
"""
EVENT_SUBMITTED_DATE_TIME = "eventSubmittedDateTime"
"""
The date and time on which the event was submitted.
"""
EXECUTION_DATE_TIME = "executionDateTime"
"""
The date and time on which the trade execution was performed.
"""
TRANSACTION_CREATION_DATE_TIME = "transactionCreationDateTime"
"""
The date and time on which the transaction has been created. This timestamp is specified as such by the CME ClearPort Matched IRS Trade submission API specification: 'The transaction date time of the trade. Represents the date & time on which the trade was initially generated either by CME Clearing or firm. The transaction date time may be assigned by CME Clearing at the point the trade is reported as cleared. Transaction date time can also be provided by an external submitter of the trade at the point the trade is submitted.'
"""
© 2015 - 2025 Weber Informatics LLC | Privacy Policy