Event Name
ageEvaluation.esaDistributionAgeLimitExceeded
Domain
party
Description

Indicates that the distribution age limit Exceeded

Properties
{
    "accountId": {
        "type": "string",
        "description": "Identifier of the account. Often referred to as the account number, yet for consistency this is always referred to as accountId. Accepts both IBAN & BBAN"
    },
    "productId": {
        "type": "string",
        "description": "Contains the unique identifier of the product, e.g. the product id of the arrangement account."
    },
    "productName": {
        "type": "string",
        "description": "Product name of the bank for this account, proprietary definition."
    },
    "balance": {
        "type": "string",
        "description": "The monetary value of each balance type for an account is itemised."
    },
    "partyDetails": {
        "type": "array",
        "description": "Indicates the identifier for party details in which party id and party owner are defined",
        "items": {
            "id": "urn:jsonschema:partyDetails",
            "properties": {
                "partyId": {
                    "type": "string",
                    "description": "Allows capturing of customers or person entities to be part of the relationship. If partyType is selected as Customer, then the system will allow only customer Ids to be captured into this field. If partyType is selected as Person or Entity, then system will allow only personEntity Ids to be captured into this field."
                },
                "partyName": {
                    "type": "string",
                    "description": "Specifies the short name of the customer in CUSTOMER.GROUP"
                },
                "partyRole": {
                    "type": "string",
                    "description": "Contains the identifier used for the role played by the party or customer in the contract or account"
                }
            }
        }
    }
}