Package cdm.base.staticdata.asset.common
Enum IssuerTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<IssuerTypeEnum>
Represents an enumeration list to identify the type of entity issuing the asset.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies debt issued Securities by corporate bodies including Banks.Specifies a vehicle (with or without separate legal personality) designed for the purposes of collective investment towards a defined investment goal.Specifies debt issues by institutions or bodies, typically constituted by statute, with a function mandated by the government and subject to government supervision inclusive of profit- and non-profit making bodies.Specifies Regional Government Issued Debt including states within countries, local authorities and municipalities.Specifies Sovereign, Government Debt Securities including Central Banks.Specifies a vehicle setup for the purpose of acquisition and financing of specific assets on a limited recourse basis.Specifies debt issued by international organisations and multilateral banks, entities constituted by treaties or with multiple sovereign members includes Multilateral development Banks. -
Method Summary
Modifier and TypeMethodDescriptionstatic IssuerTypeEnumfromDisplayName(String name) toString()static IssuerTypeEnumReturns the enum constant of this type with the specified name.static IssuerTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SUPRA_NATIONAL
Specifies debt issued by international organisations and multilateral banks, entities constituted by treaties or with multiple sovereign members includes Multilateral development Banks. -
SOVEREIGN_CENTRAL_BANK
Specifies Sovereign, Government Debt Securities including Central Banks. -
QUASI_GOVERNMENT
Specifies debt issues by institutions or bodies, typically constituted by statute, with a function mandated by the government and subject to government supervision inclusive of profit- and non-profit making bodies. Includes the US Agencies and GSEs and the EU concept of public sector entities. Excluding any entities which are also Regional Government. -
REGIONAL_GOVERNMENT
Specifies Regional Government Issued Debt including states within countries, local authorities and municipalities. -
CORPORATE
Specifies debt issued Securities by corporate bodies including Banks. -
FUND
Specifies a vehicle (with or without separate legal personality) designed for the purposes of collective investment towards a defined investment goal. -
SPECIAL_PURPOSE_VEHICLE
@RosettaEnumValue("SpecialPurposeVehicle") public static final IssuerTypeEnum SPECIAL_PURPOSE_VEHICLESpecifies a vehicle setup for the purpose of acquisition and financing of specific assets on a limited recourse basis. E.g. asset backed securities, including securitisations.
-
-
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<IssuerTypeEnum>
-
toDisplayString
-