To which extent are the screening thresholds adjustable?

PreviousWhat screening parameters can I configure to meet my risk appetite?NextWhat is the difference between the algorithm value "ignore" and the option "nullMatch" set to false?
Last updated

Last updated
{
"queries": [{
"sourceData": [{
"names": [{
"fullName": "Abu Hassan"
}]
}],
"targetData": [{
"datasets": [{
"label": "USA"
}]
}],
"threshold": 0.95
},
{
"sourceData": [{
"names": [{
"fullName": "Abu Hassan"
}]
}],
"targetData": [{
"datasets": [{
"label": "UN"
}]
}],
"threshold": 0.9
}
]
}