Event Name
updateExposure.exposureUpdated
Domain
holdings
Properties
{
    "limitId": {
        "type": "string",
        "description": "The identifier of credit limit"
    },
    "transactionApplication": {
        "type": "string",
        "description": "Contains the name of the application used to initiate the transaction"
    },
    "originalTransactionId": {
        "type": "string",
        "description": "Indicates the transaction identifier which originally initiated the transaction"
    },
    "companyCode": {
        "type": "string",
        "description": "The identifier of the underlying Entity/Company/Branch."
    },
    "contractId": {
        "type": "string",
        "description": "Indicates the unique identifier of the transaction or contract which initiated the activity"
    },
    "contractCompany": {
        "type": "string",
        "description": "The identifier of the entity/company/branch where the contract is created"
    },
    "bookingDate": {
        "type": "string",
        "description": "Indicates the date on which this business activity is booked in the underlying system. The effective date and booking date could be different if systems allow forward/back dated business transactions. Dates are expected in YYYYMMDD format. If booking date is not passed, effective date would be assumed as booking date."
    },
    "valueDate": {
        "type": "string",
        "description": "Indicates the value date on which the underlying accounting entry is to be given value (for interest purposes)"
    },
    "transactionCurrency": {
        "type": "string",
        "description": "Indicates the currency of the transaction. For example GBP, USD etc."
    },
    "limitCurrency": {
        "type": "string",
        "description": "Currency in which the credit limit is granted"
    },
    "commitmentAmount": {
        "type": "string",
        "description": "Indicates the total amount which will be lent or deposited for the term"
    },
    "outstandingAmount": {
        "type": "string",
        "description": "Contains the aggregate outstanding principal amount thereof after giving effect to any borrowings and prepayments or repayments of Committed Loans"
    },
    "availableAmount": {
        "type": "string",
        "description": "The credit limit available to the customer for use"
    },
    "systemId": {
        "type": "string",
        "description": "System ID of the originating transaction"
    },
    "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."
    }
}