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

.cdm-java.6.0.0-dev.72.source-code.cdm-product-template-ExtensionEvent.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.product.template",
  "type": "object",
  "title": "ExtensionEvent",
  "description": "A data to:  define the adjusted dates associated with an individual extension event.",
  "properties": {
    "adjustedExerciseDate": {
      "description": "The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.",
      "type": "string"
    },
    "adjustedExtendedTerminationDate": {
      "description": "The termination date if an extendible provision is exercised. This date should already be adjusted for any applicable business day convention.",
      "type": "string"
    }
  },
  "required": [
    "adjustedExerciseDate",
    "adjustedExtendedTerminationDate"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy