{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.schedule",
  "type": "object",
  "title": "PaymentDateSchedule",
  "description": "The payment dates when specified as relative to a set of dates specified somewhere else in the instance document/transaction, e.g. the valuation dates as typically the case for equity swaps, or when specified as a calculation period schedule.",
  "properties": {
    "interimPaymentDates": {
      "type": "array",
      "items": {
        "$ref": "cdm-base-datetime-AdjustableRelativeOrPeriodicDates.schema.json"
      },
      "minItems": 0
    },
    "finalPaymentDate": {
      "description": "The last payment when specified as an adjustable or relative date, as in the FpML total return construct.",
      "$ref": "cdm-base-datetime-AdjustableOrRelativeDate.schema.json"
    }
  }
}
