Package cdm.legaldocumentation.csa
Enum IndependentAmountCompareEnum
java.lang.Object
java.lang.Enum<IndependentAmountCompareEnum>
cdm.legaldocumentation.csa.IndependentAmountCompareEnum
- All Implemented Interfaces:
Serializable,Comparable<IndependentAmountCompareEnum>
@RosettaEnum("IndependentAmountCompareEnum")
public enum IndependentAmountCompareEnum
extends Enum<IndependentAmountCompareEnum>
Specifies how multiple credit ratings are compared when determining the applicable Independent Amount, and whether that measure is highest, lowest, or a comparison of the ratings.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes the average credit notation if several notations are listed.Represents that the credit ratings across multiple credit rating agencies will be compared against one another.Denotes the highest credit notation if several notations are listed.Denotes the lowest credit notation if several notations are listed.Utilised where bespoke language represents the label characteristics of the rating.Denotes that a credit notation issued from a defined reference agency is used if several notations are listed.Denotes the second best credit notation if several notations are listed. -
Method Summary
Modifier and TypeMethodDescriptionstatic IndependentAmountCompareEnumfromDisplayName(String name) toString()static IndependentAmountCompareEnumReturns the enum constant of this type with the specified name.static IndependentAmountCompareEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LOWEST
Denotes the lowest credit notation if several notations are listed. -
HIGHEST
Denotes the highest credit notation if several notations are listed. -
REFERENCE_AGENCY
@RosettaEnumValue("ReferenceAgency") public static final IndependentAmountCompareEnum REFERENCE_AGENCYDenotes that a credit notation issued from a defined reference agency is used if several notations are listed. -
AVERAGE
Denotes the average credit notation if several notations are listed. -
SECOND_BEST
Denotes the second best credit notation if several notations are listed. -
OTHER
Utilised where bespoke language represents the label characteristics of the rating. -
COMPARE
Represents that the credit ratings across multiple credit rating agencies will be compared against one another.
-
-
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<IndependentAmountCompareEnum>
-
toDisplayString
-