{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.datetime",
  "type": "object",
  "title": "BusinessDayAdjustments",
  "description": "A class defining the business day convention and financial business centers used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in the specified business center.",
  "properties": {
    "businessDayConvention": {
      "description": "The convention for adjusting a date if it would otherwise fall on a day that is not a business day.",
      "$ref": "cdm-base-datetime-BusinessDayConventionEnum.schema.json"
    },
    "businessCenters": {
      "description": "The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.",
      "$ref": "cdm-base-datetime-BusinessCenters.schema.json"
    }
  },
  "required": [
    "businessDayConvention"
  ]
}
