Package cdm.base.staticdata.asset.common
Enum RedemptionTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<RedemptionTypeEnum>
Specifies the contractual redemption or conversion features associated with a debt security.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies a debt security that can be converted into equity if a pre-defined trigger event occurs.Specifies a debt instrument that can be converted into common shares.Specifies a debt security that can be converted to equity in a company other than the issuing company.Specifies a debt security that can be redeemed early if certain extraordinary events occur.Specifies a debt security that requires the issuer to periodically set aside money to buy back portions of the debt. -
Method Summary
Modifier and TypeMethodDescriptionstatic RedemptionTypeEnumfromDisplayName(String name) toString()static RedemptionTypeEnumReturns the enum constant of this type with the specified name.static RedemptionTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONVERTIBLE
Specifies a debt instrument that can be converted into common shares. -
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_CONVERTIBLESpecifies a debt security that can be converted into equity if a pre-defined trigger event occurs. -
SINKABLE
Specifies a debt security that requires the issuer to periodically set aside money to buy back portions of the debt. -
EXTRAORDINARY
Specifies a debt security that can be redeemed early if certain extraordinary events occur.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<RedemptionTypeEnum>
-
toDisplayString
-