Enum SecuredTypeEnum

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

@RosettaEnum("SecuredTypeEnum") public enum SecuredTypeEnum extends Enum<SecuredTypeEnum>
Specifies the type of secured debt.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • ASSET_BACKED

      @RosettaEnumValue("AssetBacked") public static final SecuredTypeEnum ASSET_BACKED
      Debt instrument with periodic income payments and value derived from or backed by a specified pool of underlying assets.
    • COLLATERALIZED_OBLIGATION

      @RosettaEnumValue("CollateralizedObligation") public static final SecuredTypeEnum COLLATERALIZED_OBLIGATION
      Complex product that is backed by a pool of loans and other assets and sold to institutional investors.
    • COVERED_BONDS

      @RosettaEnumValue("CoveredBonds") public static final SecuredTypeEnum COVERED_BONDS
      Specifies a debt obligations issued by credit institutions which offer a so-called double-recourse protection to bondholders.
  • Method Details

    • values

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

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

      public String toDisplayString()