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

src.cdm.observable.event.MarketDisruptionEnum.py Maven / Gradle / Ivy

from enum import Enum

all = ['MarketDisruptionEnum']
  
class MarketDisruptionEnum(Enum):
  """
  The enumerated values to specify the handling of an averaging date market disruption for an equity derivative transaction.
  """
  MODIFIED_POSTPONEMENT = "ModifiedPostponement"
  """
  As defined in section 6.7 paragraph (c) sub-paragraph (iii) of the ISDA 2002 Equity Derivative definitions.
  """
  OMISSION = "Omission"
  """
  As defined in section 6.7 paragraph (c) sub-paragraph (i) of the ISDA 2002 Equity Derivative definitions.
  """
  POSTPONEMENT = "Postponement"
  """
  As defined in section 6.7 paragraph (c) sub-paragraph (ii) of the ISDA 2002 Equity Derivative definitions.
  """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy