{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "ControlAgreementNecEventElection",
  "description": "A class to specify party specific Control Agreement language related to delivery of a Notice of Exclusive Control.",
  "properties": {
    "party": {
      "description": "The elective party.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    },
    "necEvent": {
      "description": "Indicates Control Agreement language related to delivery of a Notice of Exclusive Control.",
      "type": "boolean"
    }
  },
  "required": [
    "party",
    "necEvent"
  ]
}
