FraudSignal
A single fraud indicator detected during analysis
typestring
Signal type identifier
Possible values: [velocity_abuse, velocity_suspicious, impossible_travel, suspicious_travel, bulk_fraud, new_customer, manual_entry, off_hours]
Example:
new_customerseveritystring
Signal severity level
Possible values: [low, medium, high, critical]
Example:
lowdescriptionstring
Human-readable explanation of the signal
Example:
First verification for this customerscorenumber<double>
Contribution to total risk score
Example:
0.1FraudSignal
{
"type": "new_customer",
"severity": "low",
"description": "First verification for this customer",
"score": 0.1
}