Class AllocationSettlementDateOption
- java.lang.Object
-
- com.caplin.motif.fx.trading.allocation.AllocationSettlementDateOption
-
public final class AllocationSettlementDateOption extends java.lang.Object
Represents a settlement date option for a post-trade allocation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANY_DATE
Allows allocating to any valid datestatic java.lang.String
ANY_OTHER_DATE
Allows allocating to any valid date other than the original settlement datestatic java.lang.String
EARLIER
Allows allocating to a date before the original settlement datestatic java.lang.String
LATER
Allows allocating to a date after the original settlement datestatic java.lang.String
ORIGINAL
Allows allocating to the original settlement date
-
Constructor Summary
Constructors Constructor Description AllocationSettlementDateOption()
-
-
-
Field Detail
-
ORIGINAL
public static final java.lang.String ORIGINAL
Allows allocating to the original settlement date- See Also:
- Constant Field Values
-
EARLIER
public static final java.lang.String EARLIER
Allows allocating to a date before the original settlement date- See Also:
- Constant Field Values
-
LATER
public static final java.lang.String LATER
Allows allocating to a date after the original settlement date- See Also:
- Constant Field Values
-
ANY_DATE
public static final java.lang.String ANY_DATE
Allows allocating to any valid date
-
ANY_OTHER_DATE
public static final java.lang.String ANY_OTHER_DATE
Allows allocating to any valid date other than the original settlement date
-
-