What problem does it solve?
Apply the firm's KYC/AML rules grid to a parsed onboarding record to generate a risk rating, enumerate rule outcomes with citations, and flag missing items or escalation needs.
Core Features & Use Cases
- Risk-rating generation: compute a risk level (low/medium/high) from the rules grid factors such as jurisdiction, applicant type, ownership opacity, PEP exposure, sanctions/adverse media, and source of funds.
- Outcome cataloging: list each applicable rule with its outcome and the field(s) driving it, citing the rule reference.
- Disposition generation: produce a structured JSON payload (risk_rating, missing_documents, escalation_reasons, rule_outcomes) for routing to human reviewers or downstream systems.
- Compliance tooling integration: designed to run after kyc-doc-parse and consume screening results to support escalation decisions.
Quick Start
Parse an onboarding record with kyc-doc-parse, apply the kyc-rules grid, and generate a disposition for review.