Enum Class DeliveryDatesEnum

java.lang.Object
java.lang.Enum<DeliveryDatesEnum>
net.finmath.smartcontract.product.xml.DeliveryDatesEnum
All Implemented Interfaces:
Serializable, Comparable<DeliveryDatesEnum>, Constable

public enum DeliveryDatesEnum extends Enum<DeliveryDatesEnum>

Java class for DeliveryDatesEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="DeliveryDatesEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="CalculationPeriod"/>
     <enumeration value="FirstNearby"/>
     <enumeration value="SecondNearby"/>
     <enumeration value="ThirdNearby"/>
     <enumeration value="FourthNearby"/>
     <enumeration value="FifthNearby"/>
     <enumeration value="SixthNearby"/>
     <enumeration value="SeventhNearby"/>
     <enumeration value="EighthNearby"/>
     <enumeration value="NinthNearby"/>
     <enumeration value="TenthNearby"/>
     <enumeration value="EleventhNearby"/>
     <enumeration value="TwelfthNearby"/>
     <enumeration value="ThirteenthNearby"/>
     <enumeration value="FourteenthNearby"/>
     <enumeration value="FifteenthNearby"/>
     <enumeration value="SixteenthNearby"/>
     <enumeration value="SeventeenthNearby"/>
     <enumeration value="EighteenthNearby"/>
     <enumeration value="NineteenthNearby"/>
     <enumeration value="TwentiethNearby"/>
     <enumeration value="TwentyFirstNearby"/>
     <enumeration value="TwentySecondNearby"/>
     <enumeration value="TwentyThirdNearby"/>
     <enumeration value="TwentyFourthNearby"/>
     <enumeration value="TwentyFifthNearby"/>
     <enumeration value="TwentySixthNearby"/>
     <enumeration value="TwentySeventhNearby"/>
     <enumeration value="TwentyEighthNearby"/>
     <enumeration value="TwentyNinthNearby"/>
     <enumeration value="ThirtiethNearby"/>
     <enumeration value="ThirtyFirstNearby"/>
     <enumeration value="ThirtySecondNearby"/>
     <enumeration value="ThirtyThirdNearby"/>
     <enumeration value="ThirtyFourthNearby"/>
     <enumeration value="ThirtyFifthNearby"/>
     <enumeration value="ThirtySixthNearby"/>
     <enumeration value="ThirtySeventhNearby"/>
     <enumeration value="ThirtyEighthNearby"/>
     <enumeration value="ThirtyNinthNearby"/>
     <enumeration value="FortiethNearby"/>
     <enumeration value="FortyFirstNearby"/>
     <enumeration value="FortySecondNearby"/>
     <enumeration value="FortyThirdNearby"/>
     <enumeration value="FortyFourthNearby"/>
     <enumeration value="FortyFifthNearby"/>
     <enumeration value="FortySixthNearby"/>
     <enumeration value="FortySeventhNearby"/>
     <enumeration value="FortyEighthNearby"/>
     <enumeration value="FortyNinthNearby"/>
     <enumeration value="FiftiethNearby"/>
     <enumeration value="FiftyFirstNearby"/>
     <enumeration value="FiftySecondNearby"/>
     <enumeration value="FiftyThirdNearby"/>
     <enumeration value="FiftyFourthNearby"/>
     <enumeration value="FiftyFifthNearby"/>
     <enumeration value="FiftySixthNearby"/>
     <enumeration value="FiftySeventhNearby"/>
     <enumeration value="FiftyEighthNearby"/>
     <enumeration value="FiftyNinthNearby"/>
     <enumeration value="Spot"/>
     <enumeration value="FirstNearbyWeek"/>
     <enumeration value="SecondNearbyWeek"/>
     <enumeration value="ThirdNearbyWeek"/>
     <enumeration value="FourthNearbyWeek"/>
     <enumeration value="FifthNearbyWeek"/>
     <enumeration value="SixthNearbyWeek"/>
     <enumeration value="SeventhNearbyWeek"/>
     <enumeration value="EighthNearbyWeek"/>
     <enumeration value="NinthNearbyWeek"/>
     <enumeration value="TenthNearbyWeek"/>
     <enumeration value="EleventhNearbyWeek"/>
     <enumeration value="TwelfthNearbyWeek"/>
     <enumeration value="ThirteenthNearbyWeek"/>
     <enumeration value="FourteenthNearbyWeek"/>
     <enumeration value="FifteenthNearbyWeek"/>
     <enumeration value="SixteenthNearbyWeek"/>
     <enumeration value="SeventeenthNearbyWeek"/>
     <enumeration value="EighteenthNearbyWeek"/>
     <enumeration value="NineteenthNearbyWeek"/>
     <enumeration value="TwentiethNearbyWeek"/>
     <enumeration value="TwentyFirstNearbyWeek"/>
     <enumeration value="TwentySecondNearbyWeek"/>
     <enumeration value="TwentyThirdNearbyWeek"/>
     <enumeration value="TwentyFourthearbyWeek"/>
     <enumeration value="TwentyFifthNearbyWeek"/>
     <enumeration value="TwentySixthNearbyWeek"/>
     <enumeration value="TwentySeventhNearbyWeek"/>
     <enumeration value="TwentyEighthNearbyWeek"/>
     <enumeration value="TwentyNinthNearbyWeek"/>
     <enumeration value="ThirtiethNearbyWeek"/>
     <enumeration value="ThirtyFirstNearbyWeek"/>
     <enumeration value="ThirtySecondNearbyWeek"/>
     <enumeration value="ThirtyThirdNearbyWeek"/>
     <enumeration value="ThirtyFourthNearbyWeek"/>
     <enumeration value="ThirtyFifthNearbyWeek"/>
     <enumeration value="ThirtySixthNearbyWeek"/>
     <enumeration value="ThirtySeventhNearbyWeek"/>
     <enumeration value="ThirtyEighthNearbyWeek"/>
     <enumeration value="ThirtyNinthNearbyWeek"/>
     <enumeration value="FortiethNearbyWeek"/>
     <enumeration value="FortyFirstNearbyWeek"/>
     <enumeration value="FortySecondNearbyWeek"/>
     <enumeration value="FortyThirdNearbyWeek"/>
     <enumeration value="FortyFourthNearbyWeek"/>
     <enumeration value="FortyFifthNearbyWeek"/>
     <enumeration value="FortySixthNearbyWeek"/>
     <enumeration value="FortySeventhNearbyWeek"/>
     <enumeration value="FortyEighthNearbyWeek"/>
     <enumeration value="FortyNinthNearbyWeek"/>
     <enumeration value="FiftiethNearbyWeek"/>
     <enumeration value="FiftyFirstNearbyWeek"/>
     <enumeration value="FiftySecondNearbyWeek"/>
   </restriction>
 </simpleType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The Delivery Date of the underlying Commodity shall be the month of expiration of the futures contract that corresponds to the month and year of the Calculation Period.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the EighteenthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Eighteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Eighth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Eighth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Eleventh Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Eleventh Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FifteenthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fifteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Fifth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fifth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftiethNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fiftieth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyEighthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFifthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFirstNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fifty First Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFourthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyNinthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySecondNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fifty Second Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySeventhNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySixthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyThirdNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the First Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the First Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortiethNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fortieth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyEighthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Eighth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFifthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Fifth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFirstNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty First Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFourthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Fourth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyNinthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Ninth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySecondNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Second Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySeventhNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Seventh Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySixthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Sixth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyThirdNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Forty Third Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Fourteenth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fourteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Fourth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Fourth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the NineteenthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Nineteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Ninth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Ninth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Second Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Second Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the SeventeenthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Seventeenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Seventh Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Seventh Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the SixteenthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Sixteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Sixth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Sixth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the Spot date.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Tenth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Tenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Third Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Third Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Thirteenth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirteenth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtiethNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirtieth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyEighthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Eighth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFifthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Fifth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFirstNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty First Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFourthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Fourth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyNinthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Ninth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySecondNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Second Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySeventhNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Seventh Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySixthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Sixth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyThirdNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Thirty Third Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the Twelfth Nearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twelfth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentiethNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twentieth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyEighthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Eighth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFifthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Fifth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFirstNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty First Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFourthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Fourth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyNinthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Ninth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySecondNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Second Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySeventhNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Seventh Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySixthNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Sixth Nearby Week.
    The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyThirdNearby Month futures contract.
    The Delivery Date of the underlying Commodity shall be during the Twenty Third Nearby Week.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    valueOf​(String name)
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • CALCULATION_PERIOD

      public static final DeliveryDatesEnum CALCULATION_PERIOD
      The Delivery Date of the underlying Commodity shall be the month of expiration of the futures contract that corresponds to the month and year of the Calculation Period. e.g. The JAN 09 contract when pricing in January '09 (In the case of contracts like Brent crude, this will mean that the contract expired in DEC 08.)
    • FIRST_NEARBY

      public static final DeliveryDatesEnum FIRST_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the First Nearby Month futures contract.
    • SECOND_NEARBY

      public static final DeliveryDatesEnum SECOND_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Second Nearby Month futures contract.
    • THIRD_NEARBY

      public static final DeliveryDatesEnum THIRD_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Third Nearby Month futures contract.
    • FOURTH_NEARBY

      public static final DeliveryDatesEnum FOURTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Fourth Nearby Month futures contract.
    • FIFTH_NEARBY

      public static final DeliveryDatesEnum FIFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Fifth Nearby Month futures contract.
    • SIXTH_NEARBY

      public static final DeliveryDatesEnum SIXTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Sixth Nearby Month futures contract.
    • SEVENTH_NEARBY

      public static final DeliveryDatesEnum SEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Seventh Nearby Month futures contract.
    • EIGHTH_NEARBY

      public static final DeliveryDatesEnum EIGHTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Eighth Nearby Month futures contract.
    • NINTH_NEARBY

      public static final DeliveryDatesEnum NINTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Ninth Nearby Month futures contract.
    • TENTH_NEARBY

      public static final DeliveryDatesEnum TENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Tenth Nearby Month futures contract.
    • ELEVENTH_NEARBY

      public static final DeliveryDatesEnum ELEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Eleventh Nearby Month futures contract.
    • TWELFTH_NEARBY

      public static final DeliveryDatesEnum TWELFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Twelfth Nearby Month futures contract.
    • THIRTEENTH_NEARBY

      public static final DeliveryDatesEnum THIRTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Thirteenth Nearby Month futures contract.
    • FOURTEENTH_NEARBY

      public static final DeliveryDatesEnum FOURTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the Fourteenth Nearby Month futures contract.
    • FIFTEENTH_NEARBY

      public static final DeliveryDatesEnum FIFTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FifteenthNearby Month futures contract.
    • SIXTEENTH_NEARBY

      public static final DeliveryDatesEnum SIXTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the SixteenthNearby Month futures contract.
    • SEVENTEENTH_NEARBY

      public static final DeliveryDatesEnum SEVENTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the SeventeenthNearby Month futures contract.
    • EIGHTEENTH_NEARBY

      public static final DeliveryDatesEnum EIGHTEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the EighteenthNearby Month futures contract.
    • NINETEENTH_NEARBY

      public static final DeliveryDatesEnum NINETEENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the NineteenthNearby Month futures contract.
    • TWENTIETH_NEARBY

      public static final DeliveryDatesEnum TWENTIETH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentiethNearby Month futures contract.
    • TWENTY_FIRST_NEARBY

      public static final DeliveryDatesEnum TWENTY_FIRST_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFirstNearby Month futures contract.
    • TWENTY_SECOND_NEARBY

      public static final DeliveryDatesEnum TWENTY_SECOND_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySecondNearby Month futures contract.
    • TWENTY_THIRD_NEARBY

      public static final DeliveryDatesEnum TWENTY_THIRD_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyThirdNearby Month futures contract.
    • TWENTY_FOURTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_FOURTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFourthNearby Month futures contract.
    • TWENTY_FIFTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_FIFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyFifthNearby Month futures contract.
    • TWENTY_SIXTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_SIXTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySixthNearby Month futures contract.
    • TWENTY_SEVENTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_SEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentySeventhNearby Month futures contract.
    • TWENTY_EIGHTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_EIGHTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyEighthNearby Month futures contract.
    • TWENTY_NINTH_NEARBY

      public static final DeliveryDatesEnum TWENTY_NINTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the TwentyNinthNearby Month futures contract.
    • THIRTIETH_NEARBY

      public static final DeliveryDatesEnum THIRTIETH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtiethNearby Month futures contract.
    • THIRTY_FIRST_NEARBY

      public static final DeliveryDatesEnum THIRTY_FIRST_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFirstNearby Month futures contract.
    • THIRTY_SECOND_NEARBY

      public static final DeliveryDatesEnum THIRTY_SECOND_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySecondNearby Month futures contract.
    • THIRTY_THIRD_NEARBY

      public static final DeliveryDatesEnum THIRTY_THIRD_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyThirdNearby Month futures contract.
    • THIRTY_FOURTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_FOURTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFourthNearby Month futures contract.
    • THIRTY_FIFTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_FIFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyFifthNearby Month futures contract.
    • THIRTY_SIXTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_SIXTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySixthNearby Month futures contract.
    • THIRTY_SEVENTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_SEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtySeventhNearby Month futures contract.
    • THIRTY_EIGHTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_EIGHTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyEighthNearby Month futures contract.
    • THIRTY_NINTH_NEARBY

      public static final DeliveryDatesEnum THIRTY_NINTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the ThirtyNinthNearby Month futures contract.
    • FORTIETH_NEARBY

      public static final DeliveryDatesEnum FORTIETH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortiethNearby Month futures contract.
    • FORTY_FIRST_NEARBY

      public static final DeliveryDatesEnum FORTY_FIRST_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFirstNearby Month futures contract.
    • FORTY_SECOND_NEARBY

      public static final DeliveryDatesEnum FORTY_SECOND_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySecondNearby Month futures contract.
    • FORTY_THIRD_NEARBY

      public static final DeliveryDatesEnum FORTY_THIRD_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyThirdNearby Month futures contract.
    • FORTY_FOURTH_NEARBY

      public static final DeliveryDatesEnum FORTY_FOURTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFourthNearby Month futures contract.
    • FORTY_FIFTH_NEARBY

      public static final DeliveryDatesEnum FORTY_FIFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyFifthNearby Month futures contract.
    • FORTY_SIXTH_NEARBY

      public static final DeliveryDatesEnum FORTY_SIXTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySixthNearby Month futures contract.
    • FORTY_SEVENTH_NEARBY

      public static final DeliveryDatesEnum FORTY_SEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortySeventhNearby Month futures contract.
    • FORTY_EIGHTH_NEARBY

      public static final DeliveryDatesEnum FORTY_EIGHTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyEighthNearby Month futures contract.
    • FORTY_NINTH_NEARBY

      public static final DeliveryDatesEnum FORTY_NINTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FortyNinthNearby Month futures contract.
    • FIFTIETH_NEARBY

      public static final DeliveryDatesEnum FIFTIETH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftiethNearby Month futures contract.
    • FIFTY_FIRST_NEARBY

      public static final DeliveryDatesEnum FIFTY_FIRST_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFirstNearby Month futures contract.
    • FIFTY_SECOND_NEARBY

      public static final DeliveryDatesEnum FIFTY_SECOND_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySecondNearby Month futures contract.
    • FIFTY_THIRD_NEARBY

      public static final DeliveryDatesEnum FIFTY_THIRD_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyThirdNearby Month futures contract.
    • FIFTY_FOURTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_FOURTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFourthNearby Month futures contract.
    • FIFTY_FIFTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_FIFTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyFifthNearby Month futures contract.
    • FIFTY_SIXTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_SIXTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySixthNearby Month futures contract.
    • FIFTY_SEVENTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_SEVENTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftySeventhNearby Month futures contract.
    • FIFTY_EIGHTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_EIGHTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyEighthNearby Month futures contract.
    • FIFTY_NINTH_NEARBY

      public static final DeliveryDatesEnum FIFTY_NINTH_NEARBY
      The Delivery Date of the underlying Commodity shall be the month of expiration of the FiftyNinthNearby Month futures contract.
    • SPOT

      public static final DeliveryDatesEnum SPOT
      The Delivery Date of the underlying Commodity shall be the Spot date.
    • FIRST_NEARBY_WEEK

      public static final DeliveryDatesEnum FIRST_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the First Nearby Week.
    • SECOND_NEARBY_WEEK

      public static final DeliveryDatesEnum SECOND_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Second Nearby Week.
    • THIRD_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRD_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Third Nearby Week.
    • FOURTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FOURTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fourth Nearby Week.
    • FIFTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FIFTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fifth Nearby Week.
    • SIXTH_NEARBY_WEEK

      public static final DeliveryDatesEnum SIXTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Sixth Nearby Week.
    • SEVENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum SEVENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Seventh Nearby Week.
    • EIGHTH_NEARBY_WEEK

      public static final DeliveryDatesEnum EIGHTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Eighth Nearby Week.
    • NINTH_NEARBY_WEEK

      public static final DeliveryDatesEnum NINTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Ninth Nearby Week.
    • TENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Tenth Nearby Week.
    • ELEVENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum ELEVENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Eleventh Nearby Week.
    • TWELFTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWELFTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twelfth Nearby Week.
    • THIRTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirteenth Nearby Week.
    • FOURTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FOURTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fourteenth Nearby Week.
    • FIFTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FIFTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fifteenth Nearby Week.
    • SIXTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum SIXTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Sixteenth Nearby Week.
    • SEVENTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum SEVENTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Seventeenth Nearby Week.
    • EIGHTEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum EIGHTEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Eighteenth Nearby Week.
    • NINETEENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum NINETEENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Nineteenth Nearby Week.
    • TWENTIETH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTIETH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twentieth Nearby Week.
    • TWENTY_FIRST_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_FIRST_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty First Nearby Week.
    • TWENTY_SECOND_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_SECOND_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Second Nearby Week.
    • TWENTY_THIRD_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_THIRD_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Third Nearby Week.
    • TWENTY_FOURTHEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_FOURTHEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Fourth Nearby Week.
    • TWENTY_FIFTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_FIFTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Fifth Nearby Week.
    • TWENTY_SIXTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_SIXTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Sixth Nearby Week.
    • TWENTY_SEVENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_SEVENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Seventh Nearby Week.
    • TWENTY_EIGHTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_EIGHTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Eighth Nearby Week.
    • TWENTY_NINTH_NEARBY_WEEK

      public static final DeliveryDatesEnum TWENTY_NINTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Twenty Ninth Nearby Week.
    • THIRTIETH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTIETH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirtieth Nearby Week.
    • THIRTY_FIRST_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_FIRST_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty First Nearby Week.
    • THIRTY_SECOND_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_SECOND_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Second Nearby Week.
    • THIRTY_THIRD_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_THIRD_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Third Nearby Week.
    • THIRTY_FOURTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_FOURTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Fourth Nearby Week.
    • THIRTY_FIFTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_FIFTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Fifth Nearby Week.
    • THIRTY_SIXTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_SIXTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Sixth Nearby Week.
    • THIRTY_SEVENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_SEVENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Seventh Nearby Week.
    • THIRTY_EIGHTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_EIGHTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Eighth Nearby Week.
    • THIRTY_NINTH_NEARBY_WEEK

      public static final DeliveryDatesEnum THIRTY_NINTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Thirty Ninth Nearby Week.
    • FORTIETH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTIETH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fortieth Nearby Week.
    • FORTY_FIRST_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_FIRST_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty First Nearby Week.
    • FORTY_SECOND_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_SECOND_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Second Nearby Week.
    • FORTY_THIRD_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_THIRD_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Third Nearby Week.
    • FORTY_FOURTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_FOURTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Fourth Nearby Week.
    • FORTY_FIFTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_FIFTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Fifth Nearby Week.
    • FORTY_SIXTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_SIXTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Sixth Nearby Week.
    • FORTY_SEVENTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_SEVENTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Seventh Nearby Week.
    • FORTY_EIGHTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_EIGHTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Eighth Nearby Week.
    • FORTY_NINTH_NEARBY_WEEK

      public static final DeliveryDatesEnum FORTY_NINTH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Forty Ninth Nearby Week.
    • FIFTIETH_NEARBY_WEEK

      public static final DeliveryDatesEnum FIFTIETH_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fiftieth Nearby Week.
    • FIFTY_FIRST_NEARBY_WEEK

      public static final DeliveryDatesEnum FIFTY_FIRST_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fifty First Nearby Week.
    • FIFTY_SECOND_NEARBY_WEEK

      public static final DeliveryDatesEnum FIFTY_SECOND_NEARBY_WEEK
      The Delivery Date of the underlying Commodity shall be during the Fifty Second Nearby Week.
  • Method Details

    • values

      public static DeliveryDatesEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DeliveryDatesEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static DeliveryDatesEnum fromValue(String v)