Enum CreditSupportAgreementTypeEnum

java.lang.Object
java.lang.Enum<CreditSupportAgreementTypeEnum>
cdm.product.collateral.CreditSupportAgreementTypeEnum
All Implemented Interfaces:
Serializable, Comparable<CreditSupportAgreementTypeEnum>

@RosettaEnum("CreditSupportAgreementTypeEnum") public enum CreditSupportAgreementTypeEnum extends Enum<CreditSupportAgreementTypeEnum>
The enumerated values to specify the type of Credit Support Agreement governing the transaction.
Version:
5.30.0
  • Enum Constant Details

    • CREDIT_SUPPORT_DEED

      @RosettaEnumValue("CreditSupportDeed") public static final CreditSupportAgreementTypeEnum CREDIT_SUPPORT_DEED
      A Credit Support Deed legal agreement.
    • CREDIT_SUPPORT_ANNEX

      @RosettaSynonym(value="CSA", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("CreditSupportAnnex") public static final CreditSupportAgreementTypeEnum CREDIT_SUPPORT_ANNEX
      A Credit Support Annex legal agreement.
    • COLLATERAL_TRANSFER_AGREEMENT

      @RosettaEnumValue("CollateralTransferAgreement") public static final CreditSupportAgreementTypeEnum COLLATERAL_TRANSFER_AGREEMENT
      A Collateral Transfer Agreement
  • Method Details

    • values

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

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

      public String toDisplayString()