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 Details

    • LOWEST

      @RosettaEnumValue("Lowest") public static final IndependentAmountCompareEnum LOWEST
      Denotes the lowest credit notation if several notations are listed.
    • HIGHEST

      @RosettaEnumValue("Highest") public static final IndependentAmountCompareEnum HIGHEST
      Denotes the highest credit notation if several notations are listed.
    • REFERENCE_AGENCY

      @RosettaEnumValue("ReferenceAgency") public static final IndependentAmountCompareEnum REFERENCE_AGENCY
      Denotes that a credit notation issued from a defined reference agency is used if several notations are listed.
    • AVERAGE

      @RosettaEnumValue("Average") public static final IndependentAmountCompareEnum AVERAGE
      Denotes the average credit notation if several notations are listed.
    • SECOND_BEST

      @RosettaEnumValue("SecondBest") public static final IndependentAmountCompareEnum SECOND_BEST
      Denotes the second best credit notation if several notations are listed.
    • OTHER

      @RosettaEnumValue("Other") public static final IndependentAmountCompareEnum OTHER
      Utilised where bespoke language represents the label characteristics of the rating.
    • COMPARE

      @RosettaEnumValue("Compare") public static final IndependentAmountCompareEnum COMPARE
      Represents that the credit ratings across multiple credit rating agencies will be compared against one another.
  • Method Details

    • values

      public static IndependentAmountCompareEnum[] 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 IndependentAmountCompareEnum 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 IndependentAmountCompareEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()