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

org_isda_cdm.CreditRatingAgencyEnum.CreditRatingAgencyEnum.go Maven / Gradle / Ivy

/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 6.0.0-dev.72
 */
  package CreditRatingAgencyEnum
  import . "org_isda_cdm"
  /**
   * Represents the enumerated values to specify the rating agencies.
   */
  
  const (
  /**
   * A. M. Best
   */
  AM_BEST CreditRatingAgencyEnum = iota + 1
  /**
   * Canadian Bond Rating Service
   */
  CBRS CreditRatingAgencyEnum = iota + 1
  /**
   * Dominion Bond Rating Service
   */
  DBRS CreditRatingAgencyEnum = iota + 1
  /**
   * Fitch
   */
  FITCH CreditRatingAgencyEnum = iota + 1
  /**
   * Japan Credit Rating Agency, Ltd.
   */
  JAPANAGENCY CreditRatingAgencyEnum = iota + 1
  /**
   * Moody's
   */
  MOODYS CreditRatingAgencyEnum = iota + 1
  /**
   * Rating And Investment Information, Inc.
   */
  RATING_AND_INVESTMENT_INFORMATION CreditRatingAgencyEnum = iota + 1
  /**
   * Standard And Poor's
   */
  STANDARD_AND_POORS CreditRatingAgencyEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy