Enum CreditNotationMismatchResolutionEnum

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

@RosettaEnum("CreditNotationMismatchResolutionEnum") public enum CreditNotationMismatchResolutionEnum extends Enum<CreditNotationMismatchResolutionEnum>
Represents an enumeration list to identify the characteristics of the rating if there are several agency issue ratings but not equivalent, reference will be made to label characteristics of the rating such as the lowest/highest available.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • LOWEST

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

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

      @RosettaEnumValue("ReferenceAgency") public static final CreditNotationMismatchResolutionEnum 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 CreditNotationMismatchResolutionEnum AVERAGE
      Denotes the average credit notation if several notations are listed.
    • SECOND_BEST

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

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