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 and enumeration list to identify the characteritics of the rating if there are several agency issue ratings but not equivalent, reference will be made to label characteritics of the rating such as the lowest/highest available.
Version:
5.30.0
  • 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 notaiton if several notatons are listed
  • Method Details