{
"rulesHit": [
{
"ruleId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"ruleExternalId": "RG-ENTITY-1",
"riskMatrixId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"riskMatrixName": "Matriz de entidades padrão",
"name": "País de alto risco",
"description": "Sinaliza entidades ou transações vinculadas a jurisdições de alto risco.",
"score": 30,
"priority": 1,
"category": "compliance",
"status": "active",
"conditions": [
{ "field": "entity.countryCode", "value": ["IR", "KP", "SY"], "operator": "in" },
{ "field": "entity.type", "value": "person" }
],
"actions": {
"alerts": [
{
"name": "Alerta país alto risco",
"type": "create_alert",
"severity": "high",
"description": "A entidade está vinculada a uma jurisdição de alto risco."
}
],
"suggestion": "FLAG",
"status": "PENDING_REVIEW"
}
}
],
"rulesNoHit": [
{
"ruleId": "f6a7b8c9-d0e1-2345-f678-901234567890",
"ruleExternalId": "RG-ENTITY-2",
"riskMatrixId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"riskMatrixName": "Matriz de entidades padrão",
"name": "Match PEP",
"description": "Sinaliza quando o screening PEP retorna correspondência.",
"score": 25,
"priority": 2,
"category": "compliance",
"status": "active",
"conditions": [
{ "field": "enrichment.complyadvantage_pep_enrichment.isPep", "value": true }
],
"actions": {
"alerts": [
{
"name": "Match PEP",
"type": "create_alert",
"severity": "medium",
"description": "O screening PEP retornou uma correspondência."
}
],
"suggestion": "SUSPEND"
}
}
],
"actionsExecuted": {
"alerts": [
{
"name": "Alerta país alto risco",
"type": "create_alert",
"severity": "high",
"description": "A entidade está vinculada a uma jurisdição de alto risco.",
"ruleId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"ruleExternalId": "RG-ENTITY-1",
"investigationId": null
}
],
"suggestion": "FLAG",
"status": "PENDING_REVIEW",
"customKeys": ["required_kyc"]
},
"totalScore": 30,
"scoreResult": {
"rawScore": 30,
"normalizedScore": 42,
"label": {
"name": "Médio",
"range": "30-80",
"minScore": 30,
"maxScore": 80
}
},
"riskMatrixName": "Matriz de entidades padrão",
"executionTimeMs": 156,
"trigger": "entity_created",
"matchedRulesCount": 1,
"riskMatricesExecuted": [
{
"riskMatrixId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"riskMatrixName": "Matriz de entidades padrão",
"rawScore": 30,
"matchedRules": 1,
"labelName": "Médio",
"labelColor": "#f5a623",
"labelSeverity": "medium",
"matrixNormalizedScore": 42
}
]
}