Verificação de fraude de transação
Decision Flow realizando avaliação do risco de fraude em transações.
David Škarka
Template author
This Decision Flow calculates a transaction fraud risk by aggregating points awarded for multiple risk factors (transaction, destination, and historical risks) and then determines a final decision on the transaction and actions for management of the client blocklist and checklist.
Solution components:
Decision Tables in the folder Set Factors (Currency Risk Factors and Country Risk Factors, etc.) serve as a library for assigning risk factors based on currency and countries involved in the transaction. Each of them can handle multiple formats of inputs (ie, 2-letter ISO code, 3-letter ISO code, name, etc.).
A Decision Table named Calculate Factors acts as the brain of the check. It defines the checks executed for the transaction, classifies them into categories of Transaction, Destination, and Historical risk, and assigns the respective Risk Factor value.
A Decision Tree named Assign Actions evaluates the Total Risk Factor value against defined thresholds and derives the final decision outcome (Process Automatically, Check, Block) and actions for management of client blocklist and checklist.
A Decision Flow orchestrates the whole evaluation:
It executes the Country Risk Factors and Currency Risk Factors tables for countries and currencies involved in the transaction
It executes the Calculate Factors table to get the Risk Factors for each risk category and calculates the Total Risk Factor using the weight defined as Global Variables.
It executes the Assign Actions tree to determine the final actions.
Use this Decision Flow as a robust pattern for defining and executing your fraud checks. You can simply call it from your real-time processing system or gateway using a REST API to evaluate the risk of any transaction instantly.
More Templates
See Other Templates
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
Critérios de Elegibilidade e Regras da Política
Descubra uma maneira simples de definir e executar vários conjuntos de regras e obter o resultado da decisão final.