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

org_isda_cdm.CreditRatingCreditWatchEnum.CreditRatingCreditWatchEnum.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.72
 */
  package CreditRatingCreditWatchEnum
  import . "org_isda_cdm"
  /**
   * Represents the enumerated values to specify the credit watch rating.
   */
  
  const (
  /**
   * Denotes a rating may be raised, lowered, or affirmed.
   */
  DEVELOPING CreditRatingCreditWatchEnum = iota + 1
  /**
   * Denotes a rating may be lowered.
   */
  NEGATIVE CreditRatingCreditWatchEnum = iota + 1
  /**
   * Denotes a rating may be raised.
   */
  POSITIVE CreditRatingCreditWatchEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy