Enum EntityTypeEnum

java.lang.Object
java.lang.Enum<EntityTypeEnum>
cdm.base.staticdata.party.EntityTypeEnum
All Implemented Interfaces:
Serializable, Comparable<EntityTypeEnum>

@RosettaEnum("EntityTypeEnum") public enum EntityTypeEnum extends Enum<EntityTypeEnum>
The enumerated values to specify the reference entity types corresponding to a list of types defined in the ISDA First to Default documentation.
Version:
5.30.0
  • Enum Constant Details

    • ASIAN

      @RosettaEnumValue("Asian") public static final EntityTypeEnum ASIAN
      Entity Type of Asian.
    • AUSTRALIAN_AND_NEW_ZEALAND

      @RosettaEnumValue("AustralianAndNewZealand") public static final EntityTypeEnum AUSTRALIAN_AND_NEW_ZEALAND
      Entity Type of Australian and New Zealand.
    • EUROPEAN_EMERGING_MARKETS

      @RosettaEnumValue("EuropeanEmergingMarkets") public static final EntityTypeEnum EUROPEAN_EMERGING_MARKETS
      Entity Type of European Emerging Markets.
    • JAPANESE

      @RosettaEnumValue("Japanese") public static final EntityTypeEnum JAPANESE
      Entity Type of Japanese.
    • NORTH_AMERICAN_HIGH_YIELD

      @RosettaEnumValue("NorthAmericanHighYield") public static final EntityTypeEnum NORTH_AMERICAN_HIGH_YIELD
      Entity Type of North American High Yield.
    • NORTH_AMERICAN_INSURANCE

      @RosettaEnumValue("NorthAmericanInsurance") public static final EntityTypeEnum NORTH_AMERICAN_INSURANCE
      Entity Type of North American Insurance.
    • NORTH_AMERICAN_INVESTMENT_GRADE

      @RosettaEnumValue("NorthAmericanInvestmentGrade") public static final EntityTypeEnum NORTH_AMERICAN_INVESTMENT_GRADE
      Entity Type of North American Investment Grade.
    • SINGAPOREAN

      @RosettaEnumValue("Singaporean") public static final EntityTypeEnum SINGAPOREAN
      Entity Type of Singaporean.
    • WESTERN_EUROPEAN

      @RosettaEnumValue("WesternEuropean") public static final EntityTypeEnum WESTERN_EUROPEAN
      Entity Type of Western European.
    • WESTERN_EUROPEAN_INSURANCE

      @RosettaEnumValue("WesternEuropeanInsurance") public static final EntityTypeEnum WESTERN_EUROPEAN_INSURANCE
      Entity Type of Western European Insurance.
  • Method Details

    • values

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

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

      public String toDisplayString()