Event Name
createSecuredLimit.securedLimitCreated
Domain
holdings
Description

Event for creation of Secured Limit

Properties
{
    "additionalDetails": {
        "type": "array",
        "description": "Additional details provided to add context. Closure notes for closed accounts, positing restriction details for restricted accounts & joint holder notes or account title for active accounts",
        "items": {
            "id": "urn:jsonschema:AdditionalDetails",
            "properties": {
                "notes": {
                    "type": "string",
                    "description": "Notes to facilitate the use of the function"
                }
            }
        }
    },
    "advisedAmount": {
        "type": "string",
        "description": "Indicates the amount advised to the Credit Limit by the bank"
    },
    "allowedCompanies": {
        "type": "array",
        "description": "Identifies list of companies/entities which can make use of the limit",
        "items": {
            "id": "urn:jsonschema:CompanyIds",
            "properties": {
                "companyCode": {
                    "type": "string",
                    "description": "The identifier of the underlying Entity/Company/Branch."
                }
            }
        }
    },
    "allowedCurrencies": {
        "type": "array",
        "description": "Identifies list of currencies and maximum amount that can be used from the limit",
        "items": {
            "id": "urn:jsonschema:AllowedCurrencyIds",
            "properties": {
                "currencyId": {
                    "type": "string",
                    "description": "Identifier of the currency. This is the 3-letter ISO 4217 code of the currency."
                },
                "allowedAmount": {
                    "type": "string",
                    "description": "Identifies the maximum amount that can be utilized by the limit under a currency"
                }
            }
        }
    },
    "allowedCustomers": {
        "type": "array",
        "description": "Identifies list of customers who can make use of the limit",
        "items": {
            "id": "urn:jsonschema:CustomerIds",
            "properties": {
                "customerId": {
                    "type": "string",
                    "description": "Identifier of the customer"
                }
            }
        }
    },
    "allowedProducts": {
        "type": "array",
        "description": "Product or products allowed to be used within the product bundle.",
        "items": {
            "id": "urn:jsonschema:LimitProducts",
            "properties": {
                "limitProduct": {
                    "type": "string",
                    "description": "Identifier of the credit limit product"
                }
            }
        }
    },
    "approvalDate": {
        "type": "string",
        "description": "Defines the date on which the credit Limit was last approved by the Credit Committee of the bank"
    },
    "approvedAmount": {
        "type": "string",
        "description": "Indicates the amount approved or authorized by the Credit Committee."
    },
    "availableFromDate": {
        "type": "string",
        "description": "The date the product is available in the catalogue for sale to customers"
    },
    "availableMarker": {
        "type": "string",
        "description": "Whether the limit available for use or not"
    },
    "bufferLimit": {
        "type": "string",
        "description": "Indicates whether a credit limit is a buffer limit or not. Possible values are YES, NO, NULL"
    },
    "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."
    },
    "extensionDate": {
        "type": "string",
        "description": "Specifies the Administrative Extension date until which the credit limit expiry could be extended and be utilized"
    },
    "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"
    },
    "limitDetails": {
        "type": "object",
        "description": "Contains the limit details such as tenor, advised amount for the tenor and availability of tenor for utilisation.",
        "id": "urn:jsonschema:LimitDetails",
        "properties": {
            "tenor": {
                "type": "string",
                "description": "Indicates time sub-divisions of a limit, each of which is available for a different maturity period of contracts associated with the limit"
            },
            "tenorApprovedAmount": {
                "type": "string",
                "description": "Indicates the amount approved or authorized by the Credit Committee for the associated time band"
            },
            "tenorAdvisedAmount": {
                "type": "string",
                "description": "Indicates the amount made to be available for utilisation with the associated time band"
            },
            "tenorAvailableMarker": {
                "type": "string",
                "description": "Indicates whether the associated tenor and amount is available for utilisation."
            }
        }
    },
    "limitId": {
        "type": "string",
        "description": "The identifier of credit limit"
    },
    "limitProduct": {
        "type": "string",
        "description": "Identifier of the credit limit product"
    },
    "maximumAllowedAmount": {
        "type": "string",
        "description": "Indicates the maximum allowed amount of a credit limit"
    },
    "netCreditExposure": {
        "type": "string",
        "description": "Indicates whether the customer for this liability can allow netting of both credit and debit accounts"
    },
    "offeredUntilDate": {
        "type": "string",
        "description": "Specifies the date by which the customer must have accepted the credit limit"
    },
    "onlineLimit": {
        "type": "string",
        "description": "The Limit amount that is actually available for use.The system limit checks are performed against the online limit"
    },
    "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."
    },
    "restrictedCompanies": {
        "type": "array",
        "description": "Identifies the list of companies/entities which cannot utilize the limit",
        "items": {
            "id": "urn:jsonschema:CompanyIds",
            "properties": {
                "companyCode": {
                    "type": "string",
                    "description": "The identifier of the underlying Entity/Company/Branch."
                }
            }
        }
    },
    "restrictedCurrencies": {
        "type": "array",
        "description": "Identifies the list of currencies which cannot utilize the limit",
        "items": {
            "id": "urn:jsonschema:CurrencyIds",
            "properties": {
                "currencyId": {
                    "type": "string",
                    "description": "Identifier of the currency. This is the 3-letter ISO 4217 code of the currency."
                }
            }
        }
    },
    "restrictedCustomers": {
        "type": "array",
        "description": "Identifies the list of customers who cannot utilize the limit",
        "items": {
            "id": "urn:jsonschema:CustomerIds",
            "properties": {
                "customerId": {
                    "type": "string",
                    "description": "Identifier of the customer"
                }
            }
        }
    },
    "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"
    },
    "securedAmount": {
        "type": "string",
        "description": "The total amount that has been covered by the collateral underlying the credit facility"
    },
    "securedLimitType": {
        "type": "string",
        "description": "Indicates whether the nature of limit is fixed or variable based on the attached collateral."
    },
    "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"
    },
    "jointLiability": {
        "type": "string",
        "description": "Identifies if there is a joint liability on the limit record Allowed values: -YES -NO  "
    },
    "liabilityNumber": {
        "type": "string",
        "description": "Identifier of the Liability Customer to the credit limit"
    },
    "sharedLimit": {
        "type": "string",
        "description": "Indicates whether the credit line is of shared limit structure"
    },
    "changedAttributes": {
        "type": "object",
        "description": "Indicates the changes attributes in an application",
        "id": "urn:jsonschema:ChangedAttributesUpdateLimit",
        "properties": {
            "additionalDetails": {
                "type": "array",
                "description": "Additional details provided to add context. Closure notes for closed accounts, positing restriction details for restricted accounts & joint holder notes or account title for active accounts",
                "items": {
                    "id": "urn:jsonschema:AdditionalDetails",
                    "properties": {
                        "notes": {
                            "type": "string",
                            "description": "Notes to facilitate the use of the function"
                        }
                    }
                }
            },
            "advisedAmount": {
                "type": "string",
                "description": "Indicates the amount advised to the Credit Limit by the bank"
            },
            "allowedCompanies": {
                "type": "array",
                "description": "Identifies list of companies/entities which can make use of the limit",
                "items": {
                    "id": "urn:jsonschema:CompanyIds",
                    "properties": {
                        "companyCode": {
                            "type": "string",
                            "description": "The identifier of the underlying Entity/Company/Branch."
                        }
                    }
                }
            },
            "allowedCurrencies": {
                "type": "array",
                "description": "Identifies list of currencies and maximum amount that can be used from the limit",
                "items": {
                    "id": "urn:jsonschema:AllowedCurrencyIds",
                    "properties": {
                        "currencyId": {
                            "type": "string",
                            "description": "Identifier of the currency. This is the 3-letter ISO 4217 code of the currency."
                        },
                        "allowedAmount": {
                            "type": "string",
                            "description": "Identifies the maximum amount that can be utilized by the limit under a currency"
                        }
                    }
                }
            },
            "allowedCustomers": {
                "type": "array",
                "description": "Identifies list of customers who can make use of the limit",
                "items": {
                    "id": "urn:jsonschema:CustomerIds",
                    "properties": {
                        "customerId": {
                            "type": "string",
                            "description": "Identifier of the customer"
                        }
                    }
                }
            },
            "allowedProducts": {
                "type": "array",
                "description": "Product or products allowed to be used within the product bundle.",
                "items": {
                    "id": "urn:jsonschema:LimitProducts",
                    "properties": {
                        "limitProduct": {
                            "type": "string",
                            "description": "Identifier of the credit limit product"
                        }
                    }
                }
            },
            "approvalDate": {
                "type": "string",
                "description": "Defines the date on which the credit Limit was last approved by the Credit Committee of the bank"
            },
            "approvedAmount": {
                "type": "string",
                "description": "Indicates the amount approved or authorized by the Credit Committee."
            },
            "availableFromDate": {
                "type": "string",
                "description": "The date the product is available in the catalogue for sale to customers"
            },
            "availableMarker": {
                "type": "string",
                "description": "Whether the limit available for use or not"
            },
            "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."
            },
            "extensionDate": {
                "type": "string",
                "description": "Specifies the Administrative Extension date until which the credit limit expiry could be extended and be utilized"
            },
            "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"
            },
            "limitDetails": {
                "type": "object",
                "description": "Contains the limit details such as tenor, advised amount for the tenor and availability of tenor for utilisation.",
                "id": "urn:jsonschema:LimitDetails",
                "properties": {
                    "tenor": {
                        "type": "string",
                        "description": "Indicates time sub-divisions of a limit, each of which is available for a different maturity period of contracts associated with the limit"
                    },
                    "tenorApprovedAmount": {
                        "type": "string",
                        "description": "Indicates the amount approved or authorized by the Credit Committee for the associated time band"
                    },
                    "tenorAdvisedAmount": {
                        "type": "string",
                        "description": "Indicates the amount made to be available for utilisation with the associated time band"
                    },
                    "tenorAvailableMarker": {
                        "type": "string",
                        "description": "Indicates whether the associated tenor and amount is available for utilisation."
                    }
                }
            },
            "maximumAllowedAmount": {
                "type": "string",
                "description": "Indicates the maximum allowed amount of a credit limit"
            },
            "netCreditExposure": {
                "type": "string",
                "description": "Indicates whether the customer for this liability can allow netting of both credit and debit accounts"
            },
            "offeredUntilDate": {
                "type": "string",
                "description": "Specifies the date by which the customer must have accepted the credit limit"
            },
            "onlineLimit": {
                "type": "string",
                "description": "The Limit amount that is actually available for use.The system limit checks are performed against the online limit"
            },
            "parentLimit": {
                "type": "string",
                "description": "Identifier of the credit limit that is the parent of the current credit limit."
            },
            "restrictedCompanies": {
                "type": "array",
                "description": "Identifies the list of companies/entities which cannot utilize the limit",
                "items": {
                    "id": "urn:jsonschema:CompanyIds",
                    "properties": {
                        "companyCode": {
                            "type": "string",
                            "description": "The identifier of the underlying Entity/Company/Branch."
                        }
                    }
                }
            },
            "restrictedCurrencies": {
                "type": "array",
                "description": "Identifies the list of currencies which cannot utilize the limit",
                "items": {
                    "id": "urn:jsonschema:CurrencyIds",
                    "properties": {
                        "currencyId": {
                            "type": "string",
                            "description": "Identifier of the currency. This is the 3-letter ISO 4217 code of the currency."
                        }
                    }
                }
            },
            "restrictedCustomers": {
                "type": "array",
                "description": "Identifies the list of customers who cannot utilize the limit",
                "items": {
                    "id": "urn:jsonschema:CustomerIds",
                    "properties": {
                        "customerId": {
                            "type": "string",
                            "description": "Identifier of the customer"
                        }
                    }
                }
            },
            "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."
            },
            "securedAmount": {
                "type": "string",
                "description": "The total amount that has been covered by the collateral underlying the credit facility"
            },
            "securedLimitType": {
                "type": "string",
                "description": "Indicates whether the nature of limit is fixed or variable based on the attached collateral."
            },
            "startTime": {
                "type": "string",
                "description": "Contains the time job was started"
            },
            "jointLiability": {
                "type": "string",
                "description": "Identifies if there is a joint liability on the limit record Allowed values: -YES -NO  "
            },
            "liabilityNumber": {
                "type": "string",
                "description": "Identifier of the Liability Customer to the credit limit"
            },
            "sharedLimit": {
                "type": "string",
                "description": "Indicates whether the credit line is of shared limit structure"
            }
        }
    }
}