{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "ValuationDates",
  "description": "Defines how and when a performance type option or performance type swap is to be valued, including initial, interim and final valuation dates.",
  "properties": {
    "valuationDatesInitial": {
      "description": "Specifies the initial valuation dates of the underlier.",
      "$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
    },
    "valuationDatesInterim": {
      "description": "Specifies the interim valuation dates of the underlier.",
      "$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
    },
    "valuationDatesFinal": {
      "description": "Specifies the final valuation dates of the underlier.",
      "$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
    }
  },
  "required": [
    "valuationDatesFinal"
  ]
}
