Class 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 date
      static java.lang.String ANY_OTHER_DATE
      Allows allocating to any valid date other than the original settlement date
      static java.lang.String EARLIER
      Allows allocating to a date before the original settlement date
      static java.lang.String LATER
      Allows allocating to a date after the original settlement date
      static java.lang.String ORIGINAL
      Allows allocating to the original settlement date
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • AllocationSettlementDateOption

        public AllocationSettlementDateOption()