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

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

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "string",
  "title": "PutCallEnum",
  "description": "The enumerated values to specify the types of listed derivative options.",
  "enum": [
    "Call",
    "Put"
  ],
  "oneOf": [
    {
      "enum": [
        "Call"
      ],
      "title": "Call",
      "description": "A call option gives the holder the right to buy the underlying asset by a certain date for a certain price."
    },
    
    {
      "enum": [
        "Put"
      ],
      "title": "Put",
      "description": "A put option gives the holder the right to sell the underlying asset by a certain date for a certain price."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy