kyc-rules

Apply KYC/AML rules grids to onboarding records for risk assessment and routing.

26|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ViviennaMAO/money_banking_financial_market --skill kyc-rules-viviennamao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kyc-rules
Source: https://github.com/ViviennaMAO/money_banking_financial_market/tree/main/financial-services-main/plugins/vertical-plugins/operations/skills/kyc-rules
Command: npx skills add https://github.com/ViviennaMAO/money_banking_financial_market --skill kyc-rules-viviennamao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill applies a firm's KYC/AML rules to parsed onboarding records, assigning risk ratings, listing rule outcomes, and flagging missing or escalation-worthy items.

Core Features & Use Cases

  • Risk Rating: Compute a risk rating based on factors like jurisdiction, applicant type, ownership opacity, and sanctions/adverse media.
  • Rule Outcomes: List each rule outcome with the rule cited and the field(s) that drove it.
  • Document Check: Check required documents for the applicant type and risk rating, marking received, missing, or expired documents.
  • Disposition: Provide a disposition based on the risk rating and rule outcomes, such as clear, request-docs, escalate-EDD, or decline-recommend.

Quick Start

Use the kyc-rules skill to apply the firm's KYC/AML rules to the onboarding record of a new client.

Frequently Asked Questions about kyc-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply KYC and AML rules to onboarding records for risk assessment?

KYC risk assessment calculates a risk rating by evaluating jurisdiction, applicant type, ownership opacity, and sanctions or adverse media screening results. The skill applies a firm's rules grid to parsed onboarding records to generate these ratings and list rule outcomes.

Can I automate document checks for missing or expired files during client onboarding?

Yes, KYC document checks verify required documents for the applicant type and risk rating, marking files as received, missing, or expired. This automated check ensures onboarding records meet compliance standards before disposition.

What dispositions can be assigned based on AML rule outcomes?

AML rule outcomes generate dispositions like clear, request-docs, escalate-EDD, or decline-recommend. The assigned disposition depends on the computed risk rating and the specific rule outcomes flagged during the onboarding assessment.

Does the risk assessment process handle sanctions and adverse media screening?

Yes, KYC risk assessment handles sanctions and adverse media screening results as core factors. These screening results feed into the rules grid alongside jurisdiction and ownership opacity data to compute the final risk rating.

What input format is needed for KYC rule processing?

KYC rule processing requires structured onboarding record input, a firm-specific rules grid, and screening results. These inputs are evaluated together to assign risk ratings and generate compliance dispositions.