Event Name
updateIntradayLimit.intradayLimitUpdated
Domain
holdings
Properties
{
    "availableMarker": {
        "type": "string",
        "description": "Whether the limit available for use or not"
    },
    "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"
                }
            }
        }
    },
    "endTime": {
        "type": "string",
        "description": "Contains the time the job  ended."
    },
    "expiryDate": {
        "type": "string",
        "description": "This indicates the  date  on which the offer or privilege terminates for the event."
    },
    "intradayLimits": {
        "type": "array",
        "description": "Indicates the intraday limit details such as effective date, applicable start and end time, available amounts.",
        "items": {
            "id": "urn:jsonschema:IntradayLimits",
            "properties": {
                "effectiveDate": {
                    "type": "string",
                    "description": "Contains the identifier for the transaction date. Dates are expected in ‘YYYYMMDD’ format"
                },
                "approvedAmount": {
                    "type": "string",
                    "description": "Indicates the amount approved or authorized by the Credit Committee."
                },
                "advisedAmount": {
                    "type": "string",
                    "description": "Indicates the amount advised to the Credit Limit by the bank"
                }
            }
        }
    },
    "limitCurrency": {
        "type": "string",
        "description": "Currency in which the credit limit is granted"
    },
    "limitId": {
        "type": "string",
        "description": "The identifier of credit limit"
    },
    "limitProduct": {
        "type": "string",
        "description": "Identifier of the credit limit product"
    },
    "parentLimit": {
        "type": "string",
        "description": "Identifier of the credit limit that is the parent of the current credit limit."
    },
    "productLevel": {
        "type": "string",
        "description": "Indicates the type of limit to be created in product hierarchy structure."
    },
    "reviewFrequency": {
        "type": "string",
        "description": "Frequency in which the record is reviewed"
    },
    "riskGroupId": {
        "type": "string",
        "description": "Identifier of the CUSTOMER.GROUP that constitutes one or more related customers which would be used while arrivnig collective risk exposure of credit line liable to them either individually or shared among them."
    },
    "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"
    },
    "sourceSystem": {
        "type": "string",
        "description": "Specifies an alternative short name to refer the current backend system"
    },
    "sourceSystemDate": {
        "type": "string",
        "description": "Indicates the date on which transaction is created in the current backend system."
    },
    "startTime": {
        "type": "string",
        "description": "Contains the time job was started"
    },
    "systemId": {
        "type": "string",
        "description": "System ID of the originating transaction"
    }
}