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.

Banks can create their own detection rules through the dashboard. These rules are evaluated after CBN mandatory rules.

Supported Condition Types

ConditionDescriptionExample
AMOUNT_GREATER_THANAmount exceeds value> ₦1,000,000
AMOUNT_LESS_THANAmount below value< ₦10,000
NAME_CONTAINSSender/receiver name contains substring"bitcoin"
NAME_EXACTExact name match"John Doe"
CHANNEL_EQUALSSpecific channel match"ATM"
TYPE_EQUALSTransaction type match"INTERNATIONAL_TRANSFER"
EXTERNAL_WATCHLISTAdditional watchlist screeningDataset: sanctions/peps
REGEX_MATCHPattern match on narration/loan.*urgent/i
Rules support AND / OR logic for combining multiple conditions.