{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "string",
  "title": "ExceptionEnum",
  "description": "Values to specify the normalized exceptions applicable to an Initial Margin CSA.",
  "enum": [
    "Applicable",
    "NotApplicable",
    "Other"
  ],
  "oneOf": [
    {
      "enum": [
        "Applicable"
      ],
      "title": "Applicable",
      "description": "The election is applicable."
    },
    
    {
      "enum": [
        "NotApplicable"
      ],
      "title": "NotApplicable",
      "description": "The election is not applicable."
    },
    
    {
      "enum": [
        "Other"
      ],
      "title": "Other",
      "description": "An alternative approach is described in the document as follows."
    }
  ]
}
