Package cdm.product.common.settlement
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 Summary
Enum ConstantsEnum ConstantDescriptionThis trade is a candidate for settlement netting.These trades have been paired and are a candidate for settlement netting.This trade will settle using standard predetermined funds settlement instructions.This trade will settle using standard predetermined funds settlement instructions and is a candidate for settlement netting. -
Method Summary
Modifier and TypeMethodDescriptionstatic StandardSettlementStyleEnumfromDisplayName(String name) toString()static StandardSettlementStyleEnumReturns the enum constant of this type with the specified name.static StandardSettlementStyleEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STANDARD
This trade will settle using standard predetermined funds settlement instructions. -
NET
This trade is a candidate for settlement netting. -
STANDARD_AND_NET
@RosettaEnumValue("StandardAndNet") public static final StandardSettlementStyleEnum STANDARD_AND_NETThis trade will settle using standard predetermined funds settlement instructions and is a candidate for settlement netting. -
PAIR_AND_NET
These trades have been paired and are a candidate for settlement netting.
-
-
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<StandardSettlementStyleEnum>
-
toDisplayString
-