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

org_isda_cdm.SettlementCentreEnum.SettlementCentreEnum.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: 6.0.0-dev.82
 */
  package SettlementCentreEnum
  import . "org_isda_cdm"
  /**
   * Defines the settlement centre for a securities transaction.
   */
  
  const (
  /**
   * ClearStream Banking Luxembourg
   */
  CLEARSTREAM_BANKING_LUXEMBOURG SettlementCentreEnum = iota + 1
  /**
   * Euroclear Bank
   */
  EUROCLEAR_BANK SettlementCentreEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy