Package cdm.product.common.settlement
Enum DeliveryMethodEnum
- All Implemented Interfaces:
Serializable,Comparable<DeliveryMethodEnum>
Specifies delivery methods for securities transactions. This coding-scheme defines the possible delivery methods for securities.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates that a securities delivery must be made against payment in simultaneous transmissions and stipulate each other.Indicates that a securities delivery can be made without a simultaneous cash payment in exchange and not depending on if payment obligations are fulfilled or not and vice versa.Indicates that a securities delivery must be made in full before the payment for the securities; fulfillment of payment obligations depends on securities delivery obligations fulfillment.Indicates that a payment in full amount must be made before the securities delivery; fulfillment of securities delivery obligations depends on payment obligations fulfillment. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryMethodEnumfromDisplayName(String name) toString()static DeliveryMethodEnumReturns the enum constant of this type with the specified name.static DeliveryMethodEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DELIVERY_VERSUS_PAYMENT
@RosettaEnumValue("DeliveryVersusPayment") public static final DeliveryMethodEnum DELIVERY_VERSUS_PAYMENTIndicates that a securities delivery must be made against payment in simultaneous transmissions and stipulate each other. -
FREE_OF_PAYMENT
Indicates that a securities delivery can be made without a simultaneous cash payment in exchange and not depending on if payment obligations are fulfilled or not and vice versa. -
PRE_DELIVERY
Indicates that a securities delivery must be made in full before the payment for the securities; fulfillment of payment obligations depends on securities delivery obligations fulfillment. -
PRE_PAYMENT
Indicates that a payment in full amount must be made before the securities delivery; fulfillment of securities delivery obligations depends on payment obligations fulfillment.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<DeliveryMethodEnum>
-
toDisplayString
-