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

.cdm-java.6.0.0-dev.82.source-code.cdm-legaldocumentation-common-LegalAgreementTypeEnum.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": "string",
  "title": "LegalAgreementTypeEnum",
  "description": "The enumerated values to specify the legal agreement type.",
  "enum": [
    "BrokerConfirmation",
    "Confirmation",
    "CreditSupportAgreement",
    "MasterAgreement",
    "MasterConfirmation",
    "Other",
    "SecurityAgreement"
  ],
  "oneOf": [
    {
      "enum": [
        "BrokerConfirmation"
      ],
      "title": "BrokerConfirmation",
      "description": "A Broker Confirmation."
    },
    
    {
      "enum": [
        "Confirmation"
      ],
      "title": "Confirmation",
      "description": "A Transaction Confirmation."
    },
    
    {
      "enum": [
        "CreditSupportAgreement"
      ],
      "title": "CreditSupportAgreement",
      "description": "A Credit Support Agreement."
    },
    
    {
      "enum": [
        "MasterAgreement"
      ],
      "title": "MasterAgreement",
      "description": "A Master Agreement."
    },
    
    {
      "enum": [
        "MasterConfirmation"
      ],
      "title": "MasterConfirmation",
      "description": "A Master Confirmation."
    },
    
    {
      "enum": [
        "Other"
      ],
      "title": "Other",
      "description": "Another type of agreement."
    },
    
    {
      "enum": [
        "SecurityAgreement"
      ],
      "title": "SecurityAgreement",
      "description": "A Security Agreement related to a Collateral Transfer Agreement (CTA)."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy