[RegulatoryObligation] new_node: Mandatory sanctions screening for cross-border retail remittances #1

Merged
compass-admin merged 5 commits from curator/reg-cbn-2026-001-20260423-175512 into main 2026-04-23 18:15:33 +00:00
Showing only changes of commit 60b55a5eff - Show all commits

View File

@ -0,0 +1,15 @@
// new_node :: RegulatoryObligation :: urn:cab:compliance:l1:obligation/reg-cbn-2026-001
MERGE (n:CompassEntity:RegulatoryObligation {urn: 'urn:cab:compliance:l1:obligation/reg-cbn-2026-001'})
ON CREATE SET
n.id = 'REG-CBN-2026-001',
n.created_at = datetime(),
n.updated_at = datetime()
SET
n.name = 'Mandatory sanctions screening for cross-border retail remittances',
n.business_purpose = 'Licensed institutions must perform real-time sanctions screening against consolidated OFAC, UN, EU, and UK sanctions lists for all inbound and outbound cross-border retail remittances exceeding USD 1,000 or naira equivalent. This ensures compliance with international sanctions and prevents illicit financial flows. Screening evidence must be retained for seven years and produced to the CBN on request within 48 hours.',
n.jurisdiction = 'NG',
n.regulator = 'CBN',
n.effective_date = date('2026-05-01'),
n.source_doc = 'CBN-2026-CIR-061',
n.status = 'upcoming',
n.updated_at = datetime();