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

.cdm-java.6.0.0-dev.72.source-code.cdm-observable-common-TimeTypeEnum.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.observable.common",
  "type": "string",
  "title": "TimeTypeEnum",
  "description": "The enumerated values to specify points in the day when option exercise and valuation can occur.",
  "enum": [
    "AsSpecifiedInMasterConfirmation",
    "Close",
    "DerivativesClose",
    "OSP",
    "Open",
    "SpecificTime",
    "XETRA"
  ],
  "oneOf": [
    {
      "enum": [
        "AsSpecifiedInMasterConfirmation"
      ],
      "title": "AsSpecifiedInMasterConfirmation",
      "description": "The time is determined as provided in the relevant Master Confirmation."
    },
    
    {
      "enum": [
        "Close"
      ],
      "title": "Close",
      "description": "The official closing time of the exchange on the valuation date."
    },
    
    {
      "enum": [
        "DerivativesClose"
      ],
      "title": "DerivativesClose",
      "description": "The official closing time of the derivatives exchange on which a derivative contract is listed on that security underlier."
    },
    
    {
      "enum": [
        "OSP"
      ],
      "title": "OSP",
      "description": "The time at which the official settlement price is determined."
    },
    
    {
      "enum": [
        "Open"
      ],
      "title": "Open",
      "description": "The official opening time of the exchange on the valuation date."
    },
    
    {
      "enum": [
        "SpecificTime"
      ],
      "title": "SpecificTime",
      "description": "The time specified in the element equityExpirationTime or valuationTime (as appropriate)."
    },
    
    {
      "enum": [
        "XETRA"
      ],
      "title": "XETRA",
      "description": "The time at which the official settlement price (following the auction by the exchange) is determined by the exchange."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy