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

.cdm-java.6.0.0-dev.82.source-code.cdm-base-staticdata-party-PartyContactInformation.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.base.staticdata.party",
  "type": "object",
  "title": "PartyContactInformation",
  "description": "A class to specify contact information within a party: address and, optionally, associated business unit and person. This class also supports the ISDA CSA representation as a single string, through the address attribute.",
  "properties": {
    "partyReference": {
      "description": "The reference to the party to which the contact information refers to.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
    },
    "contactInformation": {
      "description": "The postal/street address, telephone number, email address and/or web page. If the contact information is specific to the associated business unit(s), it should be associated with those.",
      "$ref": "cdm-base-staticdata-party-ContactInformation.schema.json"
    },
    "businessUnit": {
      "description": "Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process, incl. the contact information (when relevant).",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-BusinessUnit.schema.json"
      },
      "minItems": 0
    },
    "person": {
      "description": "Optional information about people involved in a transaction or business process. (These are employees of the party.)",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-NaturalPerson.schema.json"
      },
      "minItems": 0
    },
    "additionalInformation": {
      "description": "Specification of special instructions of the relevant party.",
      "type": "string"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy