Enum CashCTSTimeEnum

java.lang.Object
java.lang.Enum<CashCTSTimeEnum>
cdm.legaldocumentation.csa.CashCTSTimeEnum
All Implemented Interfaces:
Serializable, Comparable<CashCTSTimeEnum>

@RosettaEnum("CashCTSTimeEnum") public enum CashCTSTimeEnum extends Enum<CashCTSTimeEnum>
Details the day on which cash collateral is required to be transferred relative to the Notification Time.
Version:
6.19.0
  • Enum Constant Details

    • SAME

      @RosettaEnumValue("Same") public static final CashCTSTimeEnum SAME
      The cash collateral should be transferred on the same day.
    • NEXT

      @RosettaEnumValue("Next") public static final CashCTSTimeEnum NEXT
      The cash collateral should be transferred on the next day.
    • FIRST_LBD

      @RosettaEnumValue(value="FirstLBD", displayName="First Local Business Day") public static final CashCTSTimeEnum FIRST_LBD
      The cash collateral should be transferred on the first local business day.
    • SECOND_LBD

      @RosettaEnumValue(value="SecondLBD", displayName="Second Local Business Day") public static final CashCTSTimeEnum SECOND_LBD
      The cash collateral should be transferred on the second local business day.
    • OTHER

      @RosettaEnumValue("Other") public static final CashCTSTimeEnum OTHER
      Exception value.
  • Method Details

    • values

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

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

      public String toDisplayString()