Class AllocationSettlementDateOption

java.lang.Object
com.caplin.motif.fx.trading.allocation.AllocationSettlementDateOption

public final class AllocationSettlementDateOption extends Object
Represents a settlement date option for a post-trade allocation.
  • Field Details

    • ORIGINAL

      public static final String ORIGINAL
      Allows allocating to the original settlement date
      See Also:
    • EARLIER

      public static final String EARLIER
      Allows allocating to a date before the original settlement date
      See Also:
    • LATER

      public static final String LATER
      Allows allocating to a date after the original settlement date
      See Also:
    • ANY_DATE

      public static final String ANY_DATE
      Allows allocating to any valid date
    • ANY_OTHER_DATE

      public static final String ANY_OTHER_DATE
      Allows allocating to any valid date other than the original settlement date
  • Constructor Details

    • AllocationSettlementDateOption

      public AllocationSettlementDateOption()