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

src.cdm.product.asset.NonCashDividendTreatmentEnum.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__ = ['NonCashDividendTreatmentEnum']

class NonCashDividendTreatmentEnum(Enum):
    """
    The enumerated values to specify the treatment of Non-Cash Dividends.
    """
    CASH_EQUIVALENT = "CashEquivalent"
    """
    Any non-cash dividend shall be treated as a Declared Cash Equivalent Dividend.
    """
    POTENTIAL_ADJUSTMENT_EVENT = "PotentialAdjustmentEvent"
    """
    The treatment of any non-cash dividend shall be determined in accordance with the Potential Adjustment Event provisions.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy