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

src.cdm.event.common.HaircutIndicatorEnum.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
from enum import Enum

all = ['HaircutIndicatorEnum']
  
class HaircutIndicatorEnum(Enum):
  """
  Represents the enumeration indicators to specify if an asset or group of assets valuation is based on any valuation treatment haircut.
  """
  POST_HAIRCUT = "PostHaircut"
  """
  Indicates Post haircut value
  """
  PRE_HAIRCUT = "PreHaircut"
  """
  Indicates Pre haircut value
  """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy