Enum CollateralEntityTypeEnum

java.lang.Object
java.lang.Enum<CollateralEntityTypeEnum>
cdm.base.staticdata.asset.common.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 Details

    • SUPRA_NATIONAL

      @RosettaEnumValue("SupraNational") public static final CollateralEntityTypeEnum 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_BANK
      Specifies Sovereign, Government Debt Securities including Central Banks.
    • QUASI_GOVERNMENT

      @RosettaEnumValue("QuasiGovernment") public static final CollateralEntityTypeEnum 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_GOVERNMENT
      Specifies Regional Governments including states within countries, local authorities and municipalities.
    • CORPORATE

      @RosettaEnumValue("Corporate") public static final CollateralEntityTypeEnum CORPORATE
      Specifies corporate bodies including Banks.
    • FUND

      @RosettaEnumValue("Fund") public static final CollateralEntityTypeEnum 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_VEHICLE
      Specifies 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

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

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

      public String toDisplayString()