{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "LegacyResolutionAlternative",
  "description": "Alternative procedures to those in the pre-print for resolving collateral related disputes.",
  "properties": {
    "resolutionAlternative": {
      "description": "Details of the alternative dispute resolution procedure (if any).",
      "$ref": "cdm-legaldocumentation-csa-LegacyResolutionAlternativeEnum.schema.json"
    },
    "amount": {
      "description": "The maximum amount to which the difference between the calculations by the valuation agent and disputing party can be split, where Split the Difference is elected.",
      "$ref": "cdm-observable-asset-Money.schema.json"
    },
    "additionalLanguage": {
      "description": "The additional language that might be specified by the parties to the legal agreement.",
      "type": "string"
    }
  }
}
