Event Name
limitReviewDate.reviewDateReached
Domain
holdings
Description

Event for emitting the limit details which are on review date

Properties
{
    "limitId": {
        "type": "string",
        "description": "The identifier of credit limit"
    },
    "companyCode": {
        "type": "string",
        "description": "The identifier of the underlying Entity/Company/Branch."
    },
    "customerIds": {
        "type": "array",
        "description": "Identifier of the customer",
        "items": {
            "id": "urn:jsonschema:CustomerIds",
            "properties": {
                "customerId": {
                    "type": "string",
                    "description": "Identifier of the customer"
                }
            }
        }
    },
    "limitProduct": {
        "type": "string",
        "description": "Identifier of the credit limit product"
    },
    "serialNumber": {
        "type": "string",
        "description": "A sequence reference for the limit, which when used together with other fields such as Liability Number and/or Limit Reference, provides a unique identifier for a credit line"
    },
    "limitCurrency": {
        "type": "string",
        "description": "Currency in which the credit limit is granted"
    },
    "availableMarker": {
        "type": "string",
        "description": "Whether the limit available for use or not"
    },
    "reviewFrequency": {
        "type": "string",
        "description": "Frequency in which the record is reviewed"
    },
    "productLevel": {
        "type": "string",
        "description": "Indicates the type of limit to be created in product hierarchy structure."
    },
    "parentLimit": {
        "type": "string",
        "description": "Identifier of the credit limit that is the parent of the current credit limit."
    },
    "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"
    }
}