Detecting Fringe Behaviour in Companies

By Alejandro Beltran

Project description

Complicated company ownership structures are often set up to obfuscate the identification of beneficial owners. These strategies are considered to be on the fringe of legitimacy and legality, so detecting them is important to regulators and society in general. We combine economic theory, network analysis, and machine learning to unearth the patterns that such behaviours leave behind in large-scale administrative datasets. This allows us to identify clusters of companies that specialise in such strategies, and to formulate models about their potential adaptation to future legal reforms. This project provides policymakers with guidance on how company ownership evolves over time as clusters that specialise in fringe behaviour learn and adapt to government enforcement mechanisms.

Birds of a feather

“Using networks and machine learning to identify clusters of suspicious companies.”

Problem

  • Over £30 billion in taxes lost to shell companies, £87.9 billion laundered through the UK.
  • Companies House (CH) is a publicly accessible database of companies (incl. information like beneficial ownership).
  • Difficult for CH to validate self-reported information, limited resources.
  • Can we use networks of firm directors to find suspicious companies?

Method

  • ICIJ dataset of companies appearing in Panama, Pandora, Paradise, Off-Shore leaks.
  • Identify leaked companies operating in UK using Companies Houe API.
  • Generate networks of firm directors.
  • Random forest algorithm to identify suspicious companies based on firm and network features
  • Shared address, shared directors, compliance, audits, industry, business age.

Random Forest

Truth
leakednot leaked
Predictionleaked7,62570,310
not leaked3,224298,924
  • Too many false positives.
  • Community detection to verify false positive and reduce false negatives.

Network analysis

Small community

  • Example of a small community of firms directed by the same individiaul, pink squares are suspicious firms per model.

Large community

  • Example of a large cluster of firms directed by various individuals, pink squares are suspicious firms per model.

Identifying suspicious communities

  • Estimate the normalized degree centrality of a suspicious node.
  • How important is the suspicious node within a community?

Visualizing suspicious communities

  • Now we can focus our analysis on communities where suspicious nodes are central.

Conclusion

  • ~5.5 million firms registered with CH, 800,000 dissolved each year.
  • Many firms dissolved within the first year.
  • Tracking, validating, and confirming their status is a data intensive task.
  • Using leaks of companies appearing as clients of suspicious firms an effective approach.
  • Pending: Analysis of all records, including dissolved firms from 2010 through today.

People

Publications

Pre-print (forthcoming)

Resources

Online repository (forthcoming)