Package cdm.legaldocumentation.csa
Enum SecuritiesCTSTimeEnum
- All Implemented Interfaces:
Serializable,Comparable<SecuritiesCTSTimeEnum>
@RosettaEnum("SecuritiesCTSTimeEnum")
public enum SecuritiesCTSTimeEnum
extends Enum<SecuritiesCTSTimeEnum>
Details the day on which securities collateral is required to be transferred relative to the Notification Time.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe securities collateral should be transferred on the first local business day.The securities collateral should be transferred on the next day.Exception value.The securities collateral should be transferred on the same day.The securities collateral should be transferred on the second local business day.The securities collateral should be transferred on the third local business day. -
Method Summary
Modifier and TypeMethodDescriptionstatic SecuritiesCTSTimeEnumfromDisplayName(String name) toString()static SecuritiesCTSTimeEnumReturns the enum constant of this type with the specified name.static SecuritiesCTSTimeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SAME
The securities collateral should be transferred on the same day. -
NEXT
The securities collateral should be transferred on the next day. -
FIRST_DAY
@RosettaEnumValue(value="FirstDay", displayName="First Local Business Day") public static final SecuritiesCTSTimeEnum FIRST_DAYThe securities collateral should be transferred on the first local business day. -
SECOND_DAY
@RosettaEnumValue(value="SecondDay", displayName="Second Local Business Day") public static final SecuritiesCTSTimeEnum SECOND_DAYThe securities collateral should be transferred on the second local business day. -
THIRD_DAY
@RosettaEnumValue(value="ThirdDay", displayName="Third Local Business Day") public static final SecuritiesCTSTimeEnum THIRD_DAYThe securities collateral should be transferred on the third local business day. -
OTHER
Exception value.
-
-
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<SecuritiesCTSTimeEnum>
-
toDisplayString
-