File size: 578 Bytes
4a2ab42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "structuring",
  "version": "1.0.0",
  "namespace": "378x492/detection/fraud/structuring",
  "description": "Detects transaction structuring (smurfing)",
  "author": "378x492 Team",
  "entry_point": "plugin.py:StructuringPlugin",
  "dependencies": {},
  "capabilities": [
    "fraud_detection"
  ],
  "config_schema": {
    "reporting_limit": {
      "type": "number",
      "default": 10000.0
    },
    "structuring_threshold": {
      "type": "number",
      "default": 0.9
    },
    "time_window_days": {
      "type": "integer",
      "default": 30
    }
  }
}