rustkernel-banking
GPU-accelerated banking kernels for fraud detection.
Kernels (1)
- FraudPatternMatch - Multi-pattern fraud detection combining:
- Aho-Corasick pattern matching
- Rapid split (structuring) detection
- Circular flow detection
- Velocity and amount anomalies
- Geographic anomaly (impossible travel)
- Mule account detection
Features
- Real-time fraud pattern matching
- Multi-pattern detection in a single pass
- Configurable detection thresholds
- Alert generation with severity scoring
Installation
Add to your Cargo.toml:
[]
= "0.1.0"
Usage
use *;
// Detect fraud patterns in transactions
let detector = new;
let alerts = detector.detect;
License
Apache-2.0