Skip to main content

Entity Resolution

Entity resolution pipeline that matches, merges, and enriches entity records from multiple data sources. Implements survivorship rules to determine which source wins for each field, builds unified company profiles, and resolves Legal Entity Identifiers (LEI) via GLEIF.

Components

ModulePurpose
entity_matcher.pyMulti-source entity matching with configurable similarity thresholds
survivorship.pySurvivorship rules determining field-level source priority in merged records
company_profile_service.pyUnified company profile construction from merged entity data
gleif_service.pyGLEIF API integration for LEI lookup and validation