Event Name
forcecloseUSAccount.closureFailed
Domain
holdings
Description

Indicates processing Account Forced closure failure.

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"
    },
    "closureDate": {
        "type": "string",
        "description": "Specifies the date when the account is closed"
    },
    "closureReason": {
        "type": "string",
        "description": "This field contains the reason for closing the account"
    },
    "accountClosureIndicator": {
        "type": "string",
        "description": "Indicates whether account is closed or not"
    },
    "closureType": {
        "type": "string",
        "description": "Indicates when the closure of the contract has to be initiated, typical values can be MATURITY - on the maturity date, BALANCE - when the balance is cleared to zero and DEFER.CLOSURE - defers the closure based on the closure period"
    },
    "errorDetails": {
        "type": "array",
        "description": "Error details of the Bundle account",
        "items": {
            "id": "urn:jsonschema:errorDetails",
            "properties": {
                "errorMessage": {
                    "type": "string",
                    "description": "Contains the description of the error."
                }
            }
        }
    },
    "onlineActualBalance": {
        "type": "string",
        "description": "Real-time balance including all authorised transactions posted against the account, excluding any entries with a future processing date."
    }
}