All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.63.source-code.cdm-base-staticdata-asset-common-DeliveryNearbyTypeEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "string",
  "title": "DeliveryNearbyTypeEnum",
  "enum": [
    "CalculationPeriod",
    "NearbyMonth",
    "NearbyWeek"
  ],
  "oneOf": [
    {
      "enum": [
        "CalculationPeriod"
      ],
      "title": "CalculationPeriod",
      "description": "Describes the reference contract as the one that pertains to the month-year of the calculation period. If used, the nearby count is expected to be 0."
    },
    
    {
      "enum": [
        "NearbyMonth"
      ],
      "title": "NearbyMonth",
      "description": "Specifies that the reference delivery date of the underlying Commodity shall be the expiration date of the futures contract in the nth nearby month."
    },
    
    {
      "enum": [
        "NearbyWeek"
      ],
      "title": "NearbyWeek",
      "description": "Specifies that the reference delivery date of the underlying Commodity shall be the expiration date of the futures contract in the nth nearby week."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy