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

org_isda_cdm.GoverningLawEnum.GoverningLawEnum.go Maven / Gradle / Ivy

/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 5.9.1
 */
  package GoverningLawEnum
  import . "org_isda_cdm"
  /**
   * The enumerated values to specify the law governing the contract or legal document.
   */
  
  const (
  /**
   * The Governing Law is determined by reference to the relevant master agreement.
   */
  AS_SPECIFIED_IN_MASTER_AGREEMENT GoverningLawEnum = iota + 1
  /**
   * Belgian law
   */
  BE GoverningLawEnum = iota + 1
  /**
   * Alberta law
   */
  CAAB GoverningLawEnum = iota + 1
  /**
   * British Columbia Law
   */
  CABC GoverningLawEnum = iota + 1
  /**
   * Manitoba law
   */
  CAMN GoverningLawEnum = iota + 1
  /**
   * Ontario law
   */
  CAON GoverningLawEnum = iota + 1
  /**
   * Quebec law
   */
  CAQC GoverningLawEnum = iota + 1
  /**
   * German law
   */
  DE GoverningLawEnum = iota + 1
  /**
   * French law
   */
  FR GoverningLawEnum = iota + 1
  /**
   * English law
   */
  GBEN GoverningLawEnum = iota + 1
  /**
   * The law of the island of Guernsey
   */
  GBGY GoverningLawEnum = iota + 1
  /**
   * The law of the Isle of Man
   */
  GBIM GoverningLawEnum = iota + 1
  /**
   * The law of the island of Jersey
   */
  GBJY GoverningLawEnum = iota + 1
  /**
   * Scottish law
   */
  GBSC GoverningLawEnum = iota + 1
  /**
   * Irish law
   */
  IE GoverningLawEnum = iota + 1
  /**
   * Japanese law
   */
  JP GoverningLawEnum = iota + 1
  /**
   * Luxembourg law
   */
  LU GoverningLawEnum = iota + 1
  /**
   * As agreed in the ISDA Master Agreement
   */
  RELATED_MASTER_AGREEMENT GoverningLawEnum = iota + 1
  /**
   * Californian law
   */
  USCA GoverningLawEnum = iota + 1
  /**
   * Delaware law
   */
  USDE GoverningLawEnum = iota + 1
  /**
   * Illinois law
   */
  USIL GoverningLawEnum = iota + 1
  /**
   * New York law
   */
  USNY GoverningLawEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy