Enum CreditRatingAgencyEnum

java.lang.Object
java.lang.Enum<CreditRatingAgencyEnum>
cdm.observable.asset.CreditRatingAgencyEnum
All Implemented Interfaces:
Serializable, Comparable<CreditRatingAgencyEnum>

@RosettaEnum("CreditRatingAgencyEnum") public enum CreditRatingAgencyEnum extends Enum<CreditRatingAgencyEnum>
Represents the enumerated values to specify the rating agencies.
Version:
5.30.0
  • Enum Constant Details

    • AM_BEST

      @RosettaEnumValue("AMBest") public static final CreditRatingAgencyEnum AM_BEST
      A. M. Best
    • CBRS

      @RosettaEnumValue("CBRS") public static final CreditRatingAgencyEnum CBRS
      Canadian Bond Rating Service
    • DBRS

      @RosettaSynonym(value="DBRS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("DBRS") public static final CreditRatingAgencyEnum DBRS
      Dominion Bond Rating Service
    • FITCH

      @RosettaSynonym(value="FITCH", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("Fitch") public static final CreditRatingAgencyEnum FITCH
      Fitch
    • JAPANAGENCY

      @RosettaEnumValue("Japanagency") public static final CreditRatingAgencyEnum JAPANAGENCY
      Japan Credit Rating Agency, Ltd.
    • MOODYS

      @RosettaSynonym(value="MOODYS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("Moodys") public static final CreditRatingAgencyEnum MOODYS
      Moody's
    • RATING_AND_INVESTMENT_INFORMATION

      @RosettaEnumValue("RatingAndInvestmentInformation") public static final CreditRatingAgencyEnum RATING_AND_INVESTMENT_INFORMATION
      Rating And Investment Information, Inc.
    • STANDARD_AND_POORS

      @RosettaSynonym(value="STANDARD_POORS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("StandardAndPoors") public static final CreditRatingAgencyEnum STANDARD_AND_POORS
      Standard And Poor's
  • Method Details

    • values

      public static CreditRatingAgencyEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CreditRatingAgencyEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static CreditRatingAgencyEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CreditRatingAgencyEnum>
    • toDisplayString

      public String toDisplayString()