Package cdm.observable.asset
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionA.Canadian Bond Rating ServiceDominion Bond Rating ServiceFitchJapan Credit Rating Agency, Ltd.Moody'sRating And Investment Information, Inc.Standard And Poor's -
Method Summary
Modifier and TypeMethodDescriptionstatic CreditRatingAgencyEnumfromDisplayName(String name) toString()static CreditRatingAgencyEnumReturns the enum constant of this type with the specified name.static CreditRatingAgencyEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AM_BEST
A. M. Best -
CBRS
Canadian Bond Rating Service -
DBRS
@RosettaSynonym(value="DBRS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("DBRS") public static final CreditRatingAgencyEnum DBRSDominion Bond Rating Service -
FITCH
@RosettaSynonym(value="FITCH", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("Fitch") public static final CreditRatingAgencyEnum FITCHFitch -
JAPANAGENCY
Japan Credit Rating Agency, Ltd. -
MOODYS
@RosettaSynonym(value="MOODYS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("Moodys") public static final CreditRatingAgencyEnum MOODYSMoody's -
RATING_AND_INVESTMENT_INFORMATION
@RosettaEnumValue("RatingAndInvestmentInformation") public static final CreditRatingAgencyEnum RATING_AND_INVESTMENT_INFORMATIONRating And Investment Information, Inc. -
STANDARD_AND_POORS
@RosettaSynonym(value="STANDARD_POORS", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("StandardAndPoors") public static final CreditRatingAgencyEnum STANDARD_AND_POORSStandard And Poor's
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<CreditRatingAgencyEnum>
-
toDisplayString
-