{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isda",
  "type": "object",
  "title": "IsdaCalculationAgentElection",
  "description": "An election to determine who the Calculation Agent is for various events in an ISDA Master Agreement.",
  "properties": {
    "isApplicable": {
      "description": "Whether a Calculation Agent election is applicable for the event.",
      "type": "boolean"
    },
    "agent": {
      "description": "The determined Calculation Agent for the event.",
      "$ref": "cdm-legaldocumentation-master-isda-IsdaMasterCalculationAgentEnum.schema.json"
    },
    "agentIfOther": {
      "description": "The specified Calculation Agent if identified as other from the enumerated list.",
      "type": "string"
    }
  },
  "required": [
    "isApplicable"
  ]
}
