Expand description
§RustKernel Banking
GPU-accelerated banking kernels for fraud detection.
§Kernels
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
Re-exports§
pub use fraud::FraudPatternMatch;pub use types::AccountProfile;pub use types::BankTransaction;pub use types::Channel;pub use types::FraudDetectionResult;pub use types::FraudPattern;pub use types::FraudPatternType;pub use types::PatternMatch;pub use types::PatternParams;pub use types::RecommendedAction;pub use types::RiskLevel;pub use types::TransactionType;
Modules§
- fraud
- Fraud pattern detection kernels.
- prelude
- Prelude for convenient imports.
- types
- Banking types and data structures.
Functions§
- register_
all - Register all banking kernels with a registry.