Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ratel-docs.bevars.com/llms.txt

Use this file to discover all available pages before exploring further.

Every transaction flows through these stages sequentially:
StageCategoryLatencyDescription
1Validation~5msIdempotency check, schema validation, store in database
2Context Enrichment~15msFetch sender’s last 50 transactions, account dormancy, KYC status
3Sanctions & PEP~25msScreen sender + receiver names against 1.8M global watchlist entities
4Regulatory Compliance~2msExecute 7 mandatory CBN rules (PEP status from Stage 3 feeds in)
5KYC Verification~0msEvaluate sender’s KYC status (REJECTED / EXPIRED / NONE / VERIFIED)
6Custom Rules~10msExecute bank-configurable detection rules
7External Engines~50msDecision engine scoring + behavioral analysis (parallel)
8Aggregation~1msWeighted scoring, outcome selection, action dispatch
Total latency: 80–200ms (p95) After aggregation (async, non-blocking):
  • Auto-create compliance case
  • Generate SAR / CTR / FTR reports
  • Email alert to all compliance officers
  • Immutable audit log entry