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

src.cdm.observable.asset.CreditRatingCreditWatchEnum.py Maven / Gradle / Ivy

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

__all__ = ['CreditRatingCreditWatchEnum']

class CreditRatingCreditWatchEnum(Enum):
    """
    Represents the enumerated values to specify the credit watch rating.
    """
    DEVELOPING = "Developing"
    """
    Denotes a rating may be raised, lowered, or affirmed.
    """
    NEGATIVE = "Negative"
    """
    Denotes a rating may be lowered.
    """
    POSITIVE = "Positive"
    """
    Denotes a rating may be raised.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy