Enum RedemptionTypeEnum

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

@RosettaEnum("RedemptionTypeEnum") public enum RedemptionTypeEnum extends Enum<RedemptionTypeEnum>
Specifies the contractual redemption or conversion features associated with a debt security.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • CONVERTIBLE

      @RosettaEnumValue("Convertible") public static final RedemptionTypeEnum CONVERTIBLE
      Specifies a debt instrument that can be converted into common shares.
    • EXCHANGEABLE

      @RosettaEnumValue("Exchangeable") public static final RedemptionTypeEnum EXCHANGEABLE
      Specifies a debt security that can be converted to equity in a company other than the issuing company.
    • CONTINGENT_CONVERTIBLE

      @RosettaEnumValue("ContingentConvertible") public static final RedemptionTypeEnum CONTINGENT_CONVERTIBLE
      Specifies a debt security that can be converted into equity if a pre-defined trigger event occurs.
    • SINKABLE

      @RosettaEnumValue("Sinkable") public static final RedemptionTypeEnum SINKABLE
      Specifies a debt security that requires the issuer to periodically set aside money to buy back portions of the debt.
    • EXTRAORDINARY

      @RosettaEnumValue("Extraordinary") public static final RedemptionTypeEnum EXTRAORDINARY
      Specifies a debt security that can be redeemed early if certain extraordinary events occur.
  • Method Details

    • values

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

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

      public String toDisplayString()