{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "SecurityProviderRightsEventElection",
  "description": "A class to specify party specific Secured Party Rights Event language.",
  "properties": {
    "party": {
      "description": "The elective party.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    },
    "rightsEvent": {
      "description": "If True, the Rights Event language applies for the specified Party.",
      "type": "boolean"
    }
  },
  "required": [
    "party",
    "rightsEvent"
  ]
}
