Enum CsaTypeEnum

java.lang.Object
java.lang.Enum<CsaTypeEnum>
cdm.observable.asset.CsaTypeEnum
All Implemented Interfaces:
Serializable, Comparable<CsaTypeEnum>

@RosettaEnum("CsaTypeEnum") public enum CsaTypeEnum extends Enum<CsaTypeEnum>
How is the Creadit Support Annex defined for this transaction as defined in the 2021 ISDA Definitions, section 18.2.1
Version:
5.30.0
  • Enum Constant Details

    • NO_CSA

      @RosettaEnumValue(value="NoCSA", displayName="NoCSA") public static final CsaTypeEnum NO_CSA
      There is no CSA applicable
    • EXISTING_CSA

      @RosettaEnumValue(value="ExistingCSA", displayName="ExistingCSA") public static final CsaTypeEnum EXISTING_CSA
      Thre is an existing Credit Support Annex
    • REFERENCE_VMCSA

      @RosettaEnumValue(value="ReferenceVMCSA", displayName="ReferenceVMCSA") public static final CsaTypeEnum REFERENCE_VMCSA
      There is a bilateral Credit Support Annex specific to the transaction
  • Method Details

    • values

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

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

      public String toDisplayString()