This use-case page shows how to build a Know Your Business (KYB) onboarding pipeline for EU and UK companies with the Prometiam Risk API. Onboarding a B2B counterparty in regulated finance means proving the company legally exists, knowing who controls it, and checking sanctions exposure. Instead of stitching together separate vendors for Spanish, French, UK, Irish, Polish and Norwegian data plus a sanctions provider, Prometiam covers the registry and sanctions legs through one REST endpoint set with usage-based pricing.
Three endpoints cover the flow, run in order: resolve the counterparty via /companies/search by NIF (Spain), SIREN (France) or company_number (UK); pull the full profile via /companies/{id}; then screen the legal entity and each current officer with /sanctions/screen. The page includes a ~30-line Python example returning a verified-or-review verdict.
Sanctions screening fuzzy-matches names against six sources — EU, UN, OFAC, UK OFSI, French gels, and the US Consolidated Screening List (BIS Entity List, Denied Persons, ITAR) — 44,000+ active entities, with confidence scores and a tunable threshold. PEP screening is beta and Spain-only (no relatives or close associates); no adverse-media screening and no natural-person identity verification. Beneficial ownership is UK PSC only; Ireland and Poland are company-level. BORME and BODACC ingest daily; Companies House is monthly bulk plus daily delta.