Skip to content

UltmtDbtr

Ultimate party that owes an amount of money to the (ultimate) creditor.

  • Is optional
  • Type: object

With the following properties:

PropertyTypeRequiredDescriptionDefined in
CtctDtlsReferenceOptionalAllows the contact of the Ultimate Debtor to be held.#/definitions/contact_details
IdReferenceOptionalUnique and unambiguous way to identify the Ultimate Debtor.#/definitions/id_section
CtryResReferenceOptionalAllows the Country of Residence of the Utlimate Debtor to be held.#/definitions/country
NmreferenceOptionalAllows the name of the Ultimate Debtor to be held as a single value.#/definitions/fullname
PstlAdrReferenceOptionalAllows the address of the Ultimate Debtor to be held.#/definitions/address
StrdNmReferenceOptionalAllows the name of the Ultimate Debtor to be held in a structured format.#/definitions/name

JSON schema extract

"UltmtDbtr": {
    "type": "object",
    "description": "Ultimate party that owes an amount of money to the (ultimate) creditor.",
    "properties": {
        "Nm": {
            "type": "string",
            "description": "Allows the name of the Ultimate Debtor to be held as a single value.",
            "$ref": "#/definitions/fullname"
        },
        "StrdNm": {
            "type": "object",
            "description": "Allows the name of the Ultimate Debtor to be held in a structured format.",
            "$ref": "#/definitions/name"
        },
        "PstlAdr": {
            "type": "object",
            "description": "Allows the address of the Ultimate Debtor to be held.",
            "$ref": "#/definitions/address"
        },
        "CtctDtls": {
            "type": "object",
            "description": "Allows the Country of Residence of the Ultimate Debtor to be held.",
            "$ref": "#/definitions/contact_details"
        },
        "Id": {
            "type": "object",
            "description": "Unique and unambiguous way to identify the Ultimate Debtor.",
            "$ref": "#/definitions/id_section"
        }
    }
}