Skip to main content

Collateralassetfilter

Represents the input for the collateral assets reevaluation background task.

branchKeysstring[]

Assets of the loan accounts that will be filtered by the branch keys in the background process

currenciesstring[]

Assets of the loan accounts that will be filtered by the currency codes in the background process

productKeysstring[]

Assets of the loan accounts that will be filtered by the product keys in the background process

Collateralassetfilter
{
"branchKeys": [
"string"
],
"currencies": [
"string"
],
"productKeys": [
"string"
]
}