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

src.cdm.base.staticdata.asset.common.AssetClassEnum.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__ = ['AssetClassEnum']

class AssetClassEnum(Enum):
    """
    The enumerated values to specify the FpML asset class categorization.
    """
    COMMODITY = "Commodity"
    """
    Commodity.
    """
    CREDIT = "Credit"
    """
    Credit.
    """
    EQUITY = "Equity"
    """
    Equity.
    """
    FOREIGN_EXCHANGE = "ForeignExchange"
    """
    ForeignExchange.
    """
    INTEREST_RATE = "InterestRate"
    """
    InterestRate.
    """
    MONEY_MARKET = "MoneyMarket"
    """
    Money Market Assets like CP and CD.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy