{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "DemandsAndNotices",
  "description": "Specifies the address where the demands, specifications and notices will be communicated to for each of the parties to the agreement.",
  "properties": {
    "partyElection": {
      "description": "The parties' contact information election.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-common-NoticeInformationElection.schema.json"
      },
      "minItems": 1,
      "maxItems": 2
    },
    "deemedEffectiveNextLBD": {
      "description": "Specifies if notice shall be deemed to be effective at the time such notice is actually received unless such notice is received on a day which is not a Local Business Day or after the Notification Time on any Local Business Day in which event such notice shall be deemed to be effective on the next succeeding Local Business Day. If deemed effective,'True'. If not deemed effective, or not stated,'False'.",
      "type": "boolean"
    }
  },
  "required": [
    "deemedEffectiveNextLBD"
  ]
}
