Package cdm.base.staticdata.asset.common
Enum SecurityTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<SecurityTypeEnum>
Represetns an enumeration list to indentify the type of security.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifies a security as one that that offers a derivative-based economic return which is not structured as a bond, an equity or a warrant.Identifies a security as a fixed income instrument of debt issued and securitized as a tradable asset.Identifies a security as an Equity value of holding of shares in listed company.Identifies a security as an Instrument representing holding in an investment fund.Identifies a security as a letter of credit or documentary credit/ bankers commercial credit.Identifies a security as a listed derivative on an exchange.Identifies a security as a Warrant that give the right, but not the obligation, to buy or sell a security — most commonly an equity — at a certain price before expiration, or to receive the cash equivalent. -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTypeEnumfromDisplayName(String name) toString()static SecurityTypeEnumReturns the enum constant of this type with the specified name.static SecurityTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEBT
Identifies a security as a fixed income instrument of debt issued and securitized as a tradable asset. -
EQUITY
Identifies a security as an Equity value of holding of shares in listed company. -
FUND
Identifies a security as an Instrument representing holding in an investment fund. -
WARRANT
Identifies a security as a Warrant that give the right, but not the obligation, to buy or sell a security — most commonly an equity — at a certain price before expiration, or to receive the cash equivalent. -
CERTIFICATE
Identifies a security as one that that offers a derivative-based economic return which is not structured as a bond, an equity or a warrant. Note that this security type is not a Certificate of Deposit (aka CD). -
LETTER_OF_CREDIT
Identifies a security as a letter of credit or documentary credit/ bankers commercial credit. A payment mechanism used in international trade to provide economic guarantee of payment by a creditworthy issuer for payment of exported goods. -
LISTED_DERIVATIVE
Identifies a security as a listed derivative on an exchange.
-
-
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<SecurityTypeEnum>
-
toDisplayString
-