Enum StandardSettlementStyleEnum

java.lang.Object
java.lang.Enum<StandardSettlementStyleEnum>
cdm.product.common.settlement.StandardSettlementStyleEnum
All Implemented Interfaces:
Serializable, Comparable<StandardSettlementStyleEnum>

@RosettaEnum("StandardSettlementStyleEnum") public enum StandardSettlementStyleEnum extends Enum<StandardSettlementStyleEnum>
The enumerated values to specify whether a trade is settling using standard settlement instructions as well as whether it is a candidate for settlement netting.
Version:
5.30.0
  • Enum Constant Details

    • STANDARD

      @RosettaEnumValue("Standard") public static final StandardSettlementStyleEnum STANDARD
      This trade will settle using standard predetermined funds settlement instructions.
    • NET

      @RosettaEnumValue("Net") public static final StandardSettlementStyleEnum NET
      This trade is a candidate for settlement netting.
    • STANDARD_AND_NET

      @RosettaEnumValue("StandardAndNet") public static final StandardSettlementStyleEnum STANDARD_AND_NET
      This trade will settle using standard predetermined funds settlement instructions and is a candidate for settlement netting.
    • PAIR_AND_NET

      @RosettaEnumValue("PairAndNet") public static final StandardSettlementStyleEnum PAIR_AND_NET
      These trades have been paired and are a candidate for settlement netting.
  • Method Details

    • values

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

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

      public String toDisplayString()