All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cdm.product.asset.SettledEntityMatrixSourceEnum.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.92
Show newest version
# pylint: disable=missing-module-docstring, invalid-name, line-too-long
from enum import Enum

__all__ = ['SettledEntityMatrixSourceEnum']

class SettledEntityMatrixSourceEnum(Enum):
    """
    The enumerated values to specify the relevant settled entity matrix source.
    """
    CONFIRMATION_ANNEX = "ConfirmationAnnex"
    """
    The Relevant Settled Entity Matrix shall be the list agreed for this purpose by the parties. The list is not included as part of the electronic confirmation.
    """
    NOT_APPLICABLE = "NotApplicable"
    """
    The term is not applicable.
    """
    PUBLISHER = "Publisher"
    """
    The Settled Entity Matrix published by the Index Publisher.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy