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

src.cdm.legaldocumentation.common.ExecutionLocationEnum.py Maven / Gradle / Ivy

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

all = ['ExecutionLocationEnum']
  
class ExecutionLocationEnum(Enum):
  """
  The enumerated values to specify the Execution Location of a Security Agreement
  """
  EXECUTED_IN_BELGIUM = "ExecutedInBelgium"
  """
  The Agreement was executed outside of Belgium
  """
  EXECUTED_OUTSIDE_BELGIUM = "ExecutedOutsideBelgium"
  """
  The Agreement was executed outside of Belgium
  """
  OTHER_LOCATION = "OtherLocation"
  """
  An alternative approach is described in the document as follows.
  """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy