Revolving Door Detection
We track the exact moment a regulator, committee member, or rapporteur resigns and appears on the payroll of a corporate lobbying firm. We map the network so you can trade the influence.
Worked example — Trading the personnel change
The Ex-Regulator hired to kill a tax bill
Our entity resolution engine flagged that J. Dupont, a former senior member of the French Finance Committee, was quietly added to the accreditation list for a Paris-based lobbying firm representing major energy companies. Within 3 weeks, a proposed windfall tax on the energy sector was severely diluted in committee.
0.99
Entity Match Confidence
Fuzzy string + DOB match
3 Weeks
Pre-market Signal
Time from hire to committee vote
14%
Sector Outperformance
Energy ETF vs CAC40
The Developer Experience
The EU doesn't publish a 'revolving door' list. We build it synthetically by cross-referencing parliamentary resignation databases against new accreditations in the Transparency Register.
1. Python Integration
import requests
# Fetch all 'revolving door' alerts with high confidence
response = requests.get(
"https://api.altdataeu.com/v1/alerts/revolving-door",
headers={"Authorization": "Bearer alt_live_..."},
params={
"min_confidence": 0.95,
"sector_exposure": "Energy"
}
)
print(response.json())2. Webhook / JSON Payload
{
"event_id": "evt_rd_91823",
"event_type": "revolving_door_detected",
"entity": {
"name": "Klaus W.",
"previous_role": {
"title": "MEP (DE)",
"committee": "ITRE (Industry & Energy)",
"end_date": "2025-11-01"
},
"new_role": {
"employer": "TechAdvocacy Partners EU",
"employer_tr_id": "8492019482-12",
"start_date": "2026-03-12"
}
},
"dossier_exposure_flags": [
"AI Act",
"Data Governance Act"
],
"match_confidence": 0.99
}How you receive it
Since revolving door events are rare and high-value, we recommend consuming them via Webhooks.
Webhooks (Recommended)
Instant HTTP POST to your endpoint the second our NLP engine flags a match.
REST API
Standard pagination for historical backtesting and correlation analysis.
Kafka Stream
Direct integration into your event streaming architecture.
Validate the Signal
Get a 7-day trial key to pull historical revolving door events and run your own backtests against sector performance.
Recent Revolving Door Movements
Former ECB Executive to Goldman Sachs
2 Days AgoA senior banking supervisor from the European Central Bank registered as an accredited lobbyist for Goldman Sachs Europe.
Ex-MEP joins Fossil Fuel Alliance
Last WeekFormer chair of the ITRE committee officially filed as a board advisor for EuroGas, 11 months after stepping down.
Competition Authority Director to Big Tech
Last MonthA key investigator in the DG COMP anti-trust division joined the government affairs team of a major US cloud provider.