{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.settlement",
  "type": "object",
  "title": "PhysicalSettlementPeriod",
  "properties": {
    "businessDaysNotSpecified": {
      "description": "An explicit indication that a number of business days are not specified and therefore ISDA fallback provisions should apply.",
      "type": "boolean"
    },
    "businessDays": {
      "description": "A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day.",
      "type": "integer"
    },
    "maximumBusinessDays": {
      "description": "A maximum number of business days. Its precise meaning is dependant on the context in which this element is used. Intended to be used to limit a particular ISDA fallback provision.",
      "type": "integer"
    }
  }
}
