All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-legaldocumentation-common-UmbrellaAgreement.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "object",
  "title": "UmbrellaAgreement",
  "description": "A class to specify a set of legal entities which are part of a legal agreement beyond the two contracting parties to that agreement. This data representation reflects the ISDA Create representation.",
  "properties": {
    "isApplicable": {
      "description": "The determination of whether Umbrella Agreement terms are Applicable (True), or Not Applicable (False)",
      "type": "boolean"
    },
    "language": {
      "description": "The language associated with the umbrella agreement, and which applies to all the parties to the umbrella agreement.",
      "type": "string"
    },
    "parties": {
      "description": "Underlying principals to the umbrella agreement.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-common-UmbrellaAgreementEntity.schema.json"
      },
      "minItems": 0
    }
  },
  "required": [
    "isApplicable"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy