{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.schedule",
  "type": "object",
  "title": "ObservationDate",
  "description": "Specifies a single date on which market observations take place and specifies optional associated weighting.",
  "properties": {
    "unadjustedDate": {
      "description": "A date subject to adjustment.",
      "type": "string"
    },
    "adjustedDate": {
      "description": "The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).",
      "type": "string"
    },
    "weight": {
      "description": "Specifies the degree of importance of the observation.",
      "type": "number"
    },
    "observationReference": {
      "description": "Specifies an identification key for the market observation. This attribute can be used as a reference to assign weights to a series of dates defined in a parametricSchedule.",
      "type": "string"
    }
  }
}
