Package cdm.base.staticdata.asset.common
Enum CollateralEntityTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CollateralEntityTypeEnum>
@RosettaEnum("CollateralEntityTypeEnum")
public enum CollateralEntityTypeEnum
extends Enum<CollateralEntityTypeEnum>
Represents an enumeration list to identify the type of entity issuing or guaranteeing the collateral asset.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies 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 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 Governments 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 international organisations and multilateral banks, entities constituted by treaties or with multiple sovereign members includes Multilateral development Banks. -
Method Summary
Modifier and TypeMethodDescriptionstatic CollateralEntityTypeEnumfromDisplayName(String name) toString()static CollateralEntityTypeEnumReturns the enum constant of this type with the specified name.static CollateralEntityTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SUPRA_NATIONAL
Specifies international organisations and multilateral banks, entities constituted by treaties or with multiple sovereign members includes Multilateral development Banks. -
SOVEREIGN_CENTRAL_BANK
@RosettaEnumValue("SovereignCentralBank") public static final CollateralEntityTypeEnum SOVEREIGN_CENTRAL_BANKSpecifies Sovereign, Government Debt Securities including Central Banks. -
QUASI_GOVERNMENT
Specifies 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
@RosettaEnumValue("RegionalGovernment") public static final CollateralEntityTypeEnum REGIONAL_GOVERNMENTSpecifies Regional Governments including states within countries, local authorities and municipalities. -
CORPORATE
Specifies 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 CollateralEntityTypeEnum 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<CollateralEntityTypeEnum>
-
toDisplayString
-