Enum IssuerTypeEnum

java.lang.Object
java.lang.Enum<IssuerTypeEnum>
cdm.base.staticdata.asset.common.IssuerTypeEnum
All Implemented Interfaces:
Serializable, Comparable<IssuerTypeEnum>

@RosettaEnum("IssuerTypeEnum") public enum IssuerTypeEnum extends Enum<IssuerTypeEnum>
Represents an enumeration list to identify the type of entity issuing the asset.
Version:
5.30.0
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Specifies 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 Type
    Method
    Description
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • SUPRA_NATIONAL

      @RosettaEnumValue("SupraNational") public static final IssuerTypeEnum 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

      @RosettaEnumValue("SovereignCentralBank") public static final IssuerTypeEnum SOVEREIGN_CENTRAL_BANK
      Specifies Sovereign, Government Debt Securities including Central Banks.
    • QUASI_GOVERNMENT

      @RosettaEnumValue("QuasiGovernment") public static final IssuerTypeEnum 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

      @RosettaEnumValue("RegionalGovernment") public static final IssuerTypeEnum REGIONAL_GOVERNMENT
      Specifies Regional Government Issued Debt including states within countries, local authorities and municipalities.
    • CORPORATE

      @RosettaEnumValue("Corporate") public static final IssuerTypeEnum CORPORATE
      Specifies debt issued Securities by corporate bodies including Banks.
    • FUND

      @RosettaEnumValue("Fund") public static final IssuerTypeEnum 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_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 IssuerTypeEnum[] 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 IssuerTypeEnum 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 IssuerTypeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()