Anti-Money Laundering (AML) Transaction Monitoring Rule Logic

Active Transaction Monitoring Rules

System Coverage Score

0%
Scenarios Covered

Key Metrics

Total Active Rules: 0

Avg. Lookback Period: 0 days

Define New Rule Logic

System Metadata


TYPE: ${rule.type} | STATUS: ${rule.status}

LOGIC: ${logicText}

`; }); const opt = { margin: 0.5, filename: 'AML_Rule_Documentation.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(tempDiv).save(); }; })();
Scroll to Top