Event Name
reportLimitBreach.validationLimitBreached
Domain
holdings
Properties
{
    "limitId": {
        "type": "string",
        "description": "The identifier of credit limit"
    },
    "limitCurrency": {
        "type": "string",
        "description": "Currency in which the credit limit is granted"
    },
    "companyCode": {
        "type": "string",
        "description": "The identifier of the underlying Entity/Company/Branch."
    },
    "utilisationAmount": {
        "type": "string",
        "description": "Identifies the utilized amount of the Forex contract."
    },
    "overdraftAmount": {
        "type": "string",
        "description": "Represents the Overdrafted amount to an account."
    },
    "dateTime": {
        "type": "string",
        "description": "Contains the date and time separated by '-'"
    },
    "systemId": {
        "type": "string",
        "description": "System ID of the originating transaction"
    },
    "sourceSystemDate": {
        "type": "string",
        "description": "Indicates the date on which transaction is created in the current backend system."
    },
    "sourceSystem": {
        "type": "string",
        "description": "Specifies an alternative short name to refer the current backend system"
    }
}