Enum TransferSettlementEnum

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

@RosettaEnum("TransferSettlementEnum") public enum TransferSettlementEnum extends Enum<TransferSettlementEnum>
The enumeration values to specify how the transfer will settle, e.g. DvP.
Version:
5.30.0
  • Enum Constant Details

    • DELIVERY_VERSUS_DELIVERY

      @RosettaEnumValue("DeliveryVersusDelivery") public static final TransferSettlementEnum DELIVERY_VERSUS_DELIVERY
      Simultaneous transfer of two assets, typically securities, as a way to avoid settlement risk.
    • DELIVERY_VERSUS_PAYMENT

      @RosettaEnumValue("DeliveryVersusPayment") public static final TransferSettlementEnum DELIVERY_VERSUS_PAYMENT
      Settlement in which the transfer of the asset and the cash settlement are simultaneous.
    • PAYMENT_VERSUS_PAYMENT

      @RosettaEnumValue("PaymentVersusPayment") public static final TransferSettlementEnum PAYMENT_VERSUS_PAYMENT
      Simultaneous transfer of cashflows.
    • NOT_CENTRAL_SETTLEMENT

      @RosettaEnumValue("NotCentralSettlement") public static final TransferSettlementEnum NOT_CENTRAL_SETTLEMENT
      No central settlement.
  • Method Details

    • values

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

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

      public String toDisplayString()