Enum DepositaryReceiptTypeEnum

java.lang.Object
java.lang.Enum<DepositaryReceiptTypeEnum>
cdm.base.staticdata.asset.common.DepositaryReceiptTypeEnum
All Implemented Interfaces:
Serializable, Comparable<DepositaryReceiptTypeEnum>

@RosettaEnum("DepositaryReceiptTypeEnum") public enum DepositaryReceiptTypeEnum extends Enum<DepositaryReceiptTypeEnum>
Version:
7.0.0-dev.105
  • Enum Constant Details

    • ADR

      @RosettaEnumValue("ADR") public static final DepositaryReceiptTypeEnum ADR
      American Depositary Receipts. Identifies a depositary receipt that are issued only by U.S. banks for foreign stocks that are traded on a U.S. exchange.
    • GDR

      @RosettaEnumValue("GDR") public static final DepositaryReceiptTypeEnum GDR
      Global Depositary Receipts. Identifies a depositary receipt that is listed on European and other international exchanges.
    • IDR

      @RosettaEnumValue("IDR") public static final DepositaryReceiptTypeEnum IDR
      Indian Depositary Receipts. Identifies a depositary receipt that are issued only by domestic depositories for foreign stocks that are traded on an Indian exchange.
    • EDR

      @RosettaEnumValue("EDR") public static final DepositaryReceiptTypeEnum EDR
      European Depositary Receipts. Identifies a depositary receipt that are issued only by European banks for foreign stocks that are traded on a European exchange.
  • Method Details

    • values

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

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

      public String toDisplayString()