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

org_isda_cdm.CreditSupportProviderTermsEnum.CreditSupportProviderTermsEnum.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 CreditSupportProviderTermsEnum
  import . "org_isda_cdm"
  /**
   * The enumerated values to specify the Credit Support Provider Terms
   */
  
  const (
  /**
   * Any party or parties who now or in the future may provide a Credit Support Document or other form of credit support.
   */
  ANY CreditSupportProviderTermsEnum = iota + 1
  /**
   * No Credit Support Provider is specified.
   */
  NONE CreditSupportProviderTermsEnum = iota + 1
  /**
   * A specified Credit Support Provider is provided
   */
  SPECIFIED CreditSupportProviderTermsEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy