Skip to content

Monitoring Configuration

The Monitoring Configuration section provides feature flags and controls for enabling or disabling specific AML monitoring features with full audit logging.

Overview

Monitoring configuration capabilities:

  • Enable/disable monitoring features
  • Compliance documentation for changes
  • Full audit trail
  • Feature health status
  • Real-time feature checks

Monitoring Features

The system supports the following monitoring features:

Feature KeyDescriptionDefault
transaction_monitoringReal-time transaction analysisEnabled
risk_scoringAutomatic risk score calculationEnabled
pep_screeningPEP database matchingEnabled
sanctions_screeningUN Sanctions list screeningEnabled
velocity_checksTransaction frequency monitoringEnabled
cumulative_checksDaily/weekly/monthly limitsEnabled
geographic_monitoringLocation-based risk analysisEnabled
pattern_detectionAI-powered pattern analysisEnabled
alert_generationAutomatic alert creationEnabled

Configuration Dashboard

Layout

SectionDescription
Feature ControlsToggle cards for each feature
Recent ChangesAudit log of configuration changes

Feature Toggle Card

ElementDescription
Feature NameHuman-readable name
Status IndicatorActive (green) or Inactive (gray)
DescriptionWhat the feature does
Disabled TimeWhen it was disabled (if applicable)
Configure ButtonOpens configuration dialog

Feature Configuration

Configuration Dialog

FieldTypeRequiredDescription
Feature StatustoggleYesEnable or disable feature
Reason for ChangetextareaYesExplanation for the change
Compliance NotestextareaNoAdditional compliance documentation

Important: All changes require a documented reason for audit purposes.

Change Warnings

When disabling features, the system displays a compliance warning:

Disabling this feature may affect your regulatory compliance. Ensure you have documented the reason and any mitigating controls.

Audit Log

Audit Entry Fields

FieldDescription
Actionfeature_enabled or feature_disabled
FeatureWhich feature was changed
ReasonDocumented reason for change
Performed ByUser who made the change
TimestampWhen the change occurred

Action Colors

ActionColor
feature_enabledGreen
feature_disabledRed

Feature Status Check

Check the current status of any monitoring feature.

SettingValue
Response includesFeature name, enabled status

Bulk Feature Management

Bulk Operations

OperationDescription
Enable AllActivate all monitoring features
Disable AllDeactivate all monitoring features

Bulk Operation Requirements

RequirementDescription
ReasonRequired for all bulk operations
Compliance NotesAutomatically added noting bulk operation

Warning: Bulk operations affect all monitoring features. Use with caution in production environments.

API Endpoints

EndpointMethodDescription
/admin/aml/monitoring/configGETGet all configurations
/admin/aml/monitoring/config/:featurePUTUpdate feature status
/admin/aml/monitoring/audit-logGETGet audit log
/admin/aml/monitoring/check/:featureGETCheck feature status

Internal use only - Keshless Payment Platform