{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "RecalculationOfValueElection",
  "description": "A class to specify Recalculation of Value terms that will be applicable.",
  "properties": {
    "party": {
      "description": "The elective party.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    },
    "recalculationOfValueElection": {
      "description": "The procedure for Recalculation of Value.",
      "$ref": "cdm-legaldocumentation-csa-RecalculationOfValueElectionEnum.schema.json"
    },
    "recalculationOfValueTerms": {
      "description": "Additional Recalculation of Value terms when specified.",
      "type": "string"
    }
  },
  "required": [
    "party",
    "recalculationOfValueElection"
  ]
}
