{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isda",
  "type": "string",
  "title": "PayeeOfSubstituteCalculationAgentEnum",
  "description": "The enumerated values to specify who bears the cost of the substitute Calculation Agent",
  "enum": [
    "Furthest_Estimate",
    "Other",
    "PartyA_Party_B",
    "Party_A",
    "Party_B"
  ],
  "oneOf": [
    {
      "enum": [
        "Furthest_Estimate"
      ],
      "title": "Furthest_Estimate",
      "description": "The party whose calculations were further away from those of the substitute"
    },
    
    {
      "enum": [
        "Other"
      ],
      "title": "Other",
      "description": "Other (to be specified)"
    },
    
    {
      "enum": [
        "PartyA_Party_B"
      ],
      "title": "PartyA_Party_B",
      "description": "Party A and Party B"
    },
    
    {
      "enum": [
        "Party_A"
      ],
      "title": "Party_A",
      "description": "Party A"
    },
    
    {
      "enum": [
        "Party_B"
      ],
      "title": "Party_B",
      "description": "Party B"
    }
  ]
}
