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:
- 7.0.0-dev.105 Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "AgencyEnum" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA.Canadian Bond Rating ServiceDominion Bond Rating Service Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "DBRS" ProvisionFitch Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "FITCH" ProvisionJapan Credit Rating Agency, Ltd.Moody's Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "MOODYS" ProvisionRating And Investment Information, Inc.Standard And Poor's Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "STANDARD_POORS" Provision -
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
Dominion Bond Rating Service Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "DBRS" Provision -
FITCH
Fitch Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "FITCH" Provision -
JAPANAGENCY
Japan Credit Rating Agency, Ltd. -
MOODYS
Moody's Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "MOODYS" Provision -
RATING_AND_INVESTMENT_INFORMATION
@RosettaEnumValue("RatingAndInvestmentInformation") public static final CreditRatingAgencyEnum RATING_AND_INVESTMENT_INFORMATIONRating And Investment Information, Inc. -
STANDARD_AND_POORS
Standard And Poor's Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "STANDARD_POORS" Provision
-
-
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
-