Package cdm.product.common.settlement
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionSimultaneous transfer of two assets, typically securities, as a way to avoid settlement risk.Settlement in which the transfer of the asset and the cash settlement are simultaneous.No central settlement.Simultaneous transfer of cashflows. -
Method Summary
Modifier and TypeMethodDescriptionstatic TransferSettlementEnumfromDisplayName(String name) toString()static TransferSettlementEnumReturns the enum constant of this type with the specified name.static TransferSettlementEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DELIVERY_VERSUS_DELIVERY
@RosettaEnumValue("DeliveryVersusDelivery") public static final TransferSettlementEnum DELIVERY_VERSUS_DELIVERYSimultaneous transfer of two assets, typically securities, as a way to avoid settlement risk. -
DELIVERY_VERSUS_PAYMENT
@RosettaEnumValue("DeliveryVersusPayment") public static final TransferSettlementEnum DELIVERY_VERSUS_PAYMENTSettlement in which the transfer of the asset and the cash settlement are simultaneous. -
PAYMENT_VERSUS_PAYMENT
@RosettaEnumValue("PaymentVersusPayment") public static final TransferSettlementEnum PAYMENT_VERSUS_PAYMENTSimultaneous transfer of cashflows. -
NOT_CENTRAL_SETTLEMENT
@RosettaEnumValue("NotCentralSettlement") public static final TransferSettlementEnum NOT_CENTRAL_SETTLEMENTNo central settlement.
-
-
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<TransferSettlementEnum>
-
toDisplayString
-