{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isda",
  "type": "string",
  "title": "IsdaMasterGoverningLawEnum",
  "description": "The enumerated values to specify the law governing the ISDA Master Agreement.",
  "enum": [
    "AUS",
    "BE",
    "DE",
    "FR",
    "GBEN",
    "IE",
    "IN",
    "JP",
    "MLT",
    "NG",
    "NZ",
    "OTHER",
    "USNY"
  ],
  "oneOf": [
    {
      "enum": [
        "AUS"
      ],
      "title": "AUS",
      "description": "Australian law"
    },
    
    {
      "enum": [
        "BE"
      ],
      "title": "BE",
      "description": "Belgian law"
    },
    
    {
      "enum": [
        "DE"
      ],
      "title": "DE",
      "description": "German law"
    },
    
    {
      "enum": [
        "FR"
      ],
      "title": "FR",
      "description": "French law"
    },
    
    {
      "enum": [
        "GBEN"
      ],
      "title": "GBEN",
      "description": "English law"
    },
    
    {
      "enum": [
        "IE"
      ],
      "title": "IE",
      "description": "Irish law"
    },
    
    {
      "enum": [
        "IN"
      ],
      "title": "IN",
      "description": "Indian law"
    },
    
    {
      "enum": [
        "JP"
      ],
      "title": "JP",
      "description": "Japanese law"
    },
    
    {
      "enum": [
        "MLT"
      ],
      "title": "MLT",
      "description": "Maltese law"
    },
    
    {
      "enum": [
        "NG"
      ],
      "title": "NG",
      "description": "Nigerian law"
    },
    
    {
      "enum": [
        "NZ"
      ],
      "title": "NZ",
      "description": "New Zealand law"
    },
    
    {
      "enum": [
        "OTHER"
      ],
      "title": "OTHER",
      "description": "Other law to be specified"
    },
    
    {
      "enum": [
        "USNY"
      ],
      "title": "USNY",
      "description": "New York law"
    }
  ]
}
