followthemoney
A data model for anti corruption data modeling and analysis.
What it is and what it does
followthemoney is a data model and toolkit designed for investigators, journalists, and compliance researchers working with financial crime and anti-corruption data. Rather than aiming for an ideal theoretical model, it prioritizes practical usability by simplifying complex legal concepts into a working structure for efficient data processing. The package defines schemas for common entities (people, companies, assets, payments, ownership relations, court cases) and provides validation and normalization code to ensure data quality.
Beyond the schema itself, followthemoney includes a command-line tool for processing and transforming data, mapping from tabular formats into the model, and generating RDF/OWL representations. It integrates with established libraries like SQLAlchemy, Pydantic, RDFlib, and NetworkX to support both relational and graph-based workflows. The project maintains active documentation and an explorer for schema definitions, making it suitable for teams building investigative data pipelines.
Use it for:
- Build a database of corporate ownership networks and beneficial ownership chains for anti-corruption investigations.
- Normalize and validate entity records (names, addresses, identifiers) from multiple sources before merging into a single dataset.
- Transform spreadsheet or CSV data into a standardized entity-relationship model for compliance reporting.
- Generate RDF/OWL exports of financial crime data for semantic web tools and linked-data applications.
- Map court case records, sanctions lists, and payment flows into a unified schema for cross-domain analysis.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a pragmatic data model and validation toolkit for entities in investigative reporting and financial crime research—people, companies, assets, payments, ownership relations, court cases—with CLI tools for data transformation and mapping.
Yes. followthemoney is actively maintained, has no known vulnerabilities, and solves a specific and well-defined problem for investigative and compliance workflows. The permissive MIT license poses no restrictions. Install friction is low and dependencies are mature. It is worth installing if you are building a data pipeline for financial crime, sanctions, or investigative journalism work.
Install
followthemoney on PyPI
pip
pip install followthemoneyuv
uv add followthemoneypoetry
poetry add followthemoneyInstalling followthemoney
Before you install
Low friction install with a wheel distribution. Active maintenance with recent releases; 17 runtime dependencies are substantial but well-established libraries (pydantic, sqlalchemy, rdflib, networkx). Requires Python 3.11+.
License in practice
MIT License (permissive). You may use, modify, and distribute this package freely in commercial and private projects, provided you include the license notice and copyright attribution to Journalism Development Network, Inc. and OpenSanctions Datenbanken GmbH.
Quickstart
pip install followthemoney
from followthemoney import model
# Access the schema
schema = model.get('Person')
print(schema.label)
Requires Python 3.11 or later. The description notes that pyicu (a text-processing dependency) can be tricky to install on some systems; review its documentation if installation fails.
Verify before relying
- Whether pyicu is included in the standard install or requires separate setup steps on all platforms.
- Performance characteristics when processing large datasets or complex ownership networks.
- Compatibility with downstream tools that consume followthemoney-modeled data.
Package facts
| License | MIT License Copyright (c) 2017-2024 Journalism Development Network, Inc. Copyright (c) 2025 OpenSanctions Datenbanken GmbH Permission is hereby granted, free of charge, to any person obtaining a copy… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 17 — babel, banal, click, networkx, normality, openpyxl, orjson, phonenumbers, prefixdate, pydantic, pytz, pyyaml, rdflib, requests, rich, rigour, sqlalchemy |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 81,103/month — #14,249 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: followthemoney-4.10.1-py3-none-any.whl
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
rigourRigour provides data cleaning and validation…
permissive · top 15,000 on PyPI
owlrlImplements OWL2 RL Profile and RDFS inference…
unclear · top 5,000 on PyPI
frictionlessFrictionless provides a unified Python…
permissive · top 5,000 on PyPI
openbb-fmpIntegrates Financial Modeling Prep as a data…
agpl · top 15,000 on PyPI
linkmlLinkML is a modeling language for defining…
permissive · top 15,000 on PyPI
courts-dbProvides a searchable database of current and…
permissive · top 15,000 on PyPI
fingerprintsGenerates simplified entity identifiers…
permissive · top 15,000 on PyPI
presidio-analyzerDetects personally identifiable information…
permissive · top 5,000 on PyPI
reporters-dbProvides a comprehensive database of U.S. court…
permissive · top 15,000 on PyPI
langextractLangExtract uses LLMs to extract and ground…
permissive · top 15,000 on PyPI