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

org_isda_cdm.ExecutionLocationEnum.ExecutionLocationEnum.go Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 5.0.1
 */
  package ExecutionLocationEnum
  import . "org_isda_cdm"
  /**
   * The enumerated values to specify the Execution Location of a Security Agreement
   */
  
  const (
  /**
   * The Agreement was executed outside of Belgium
   */
  EXECUTED_IN_BELGIUM ExecutionLocationEnum = iota + 1
  /**
   * The Agreement was executed outside of Belgium
   */
  EXECUTED_OUTSIDE_BELGIUM ExecutionLocationEnum = iota + 1
  /**
   * An alternative approach is described in the document as follows.
   */
  OTHER_LOCATION ExecutionLocationEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy