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

.cdm-java.6.0.0-dev.82.source-code.cdm-product-template-ExercisePeriod.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.template",
  "type": "object",
  "title": "ExercisePeriod",
  "description": "This defines the time interval to the start of the exercise period, i.e. the earliest exercise date, and the frequency of subsequent exercise dates (if any).",
  "properties": {
    "earliestExerciseDateTenor": {
      "description": "The time interval to the first (and possibly only) exercise date in the exercise period.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    },
    "exerciseFrequency": {
      "description": "The frequency of subsequent exercise dates in the exercise period following the earliest exercise date. An interval of 1 day should be used to indicate an American style exercise period.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    }
  },
  "required": [
    "earliestExerciseDateTenor"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy