# Governance rules for messy ownership and entity data
A single office tower in Frankfurt can be owned by an LLC (limited liability company) registered in Delaware, whose sole member is a holding company in Luxembourg, whose shares are held by a fund domiciled in the Cayman Islands, whose limited partners are pension funds nobody discloses by name. Institutional buyers see this structure constantly. Before wiring a deposit, their data teams have to answer one deceptively hard question: who actually owns this asset, and is that the same entity we did business with last year under a slightly different name?
This lesson covers how real estate professionals govern ownership and entity data: the sources that exist, the checks that catch errors, and the benchmarks used to decide when a counterparty record is trustworthy enough to act on.
Real estate ownership records are messy for structural reasons, not carelessness:
County recorder and assessor records. In the US, deeds, mortgages, and liens are filed at the county level (there is no national land registry). Data vendors like CoreLogic and Black Knight aggregate these county feeds, but coverage and freshness vary by county.
Secretary of State corporate registries. Each US state maintains its own registry of LLCs and corporations, showing formation date, registered agent, and sometimes members or managers. Delaware, where over 60% of Fortune 500 companies are incorporated (a widely cited but approximate figure), famously does not require disclosure of LLC members in its public filings.
Beneficial ownership registries. In the US, the Corporate Transparency Act (CTACTAA button, link, or message that prompts users to take a specific action such as sign up, buy, download, or learn more.View full definition →), enforced by FinCEN (Financial Crimes Enforcement Network, a bureau of the US Treasury), began requiring many companies to report beneficial owners to a non-public federal database starting in 2024, with ongoing rule changes into 2025-2026 narrowing which entities must file. In the EU, national Ultimate Beneficial Owner (UBO) registers were mandated under the Fifth Anti-Money Laundering Directive (5AMLD), though a 2022 EU Court of Justice ruling restricted public access in several member states, pushing some registries behind access controls.
Land registries outside the US. England and Wales have a centralized system via HM Land Registry, including a public Overseas Entities register (post-2022) listing beneficial owners of foreign companies holding UK property. This is structurally cleaner than the fragmented US county model.
Commercial title and KYC data providers. Firms like LexisNexis Risk Solutions, Moody's Orbis (corporate ownership linkage data), and RCA (Real Capital Analytics) for transaction-level ownership history sit on top of raw registries to resolve entities across sources.
Before trusting a counterparty record, institutional acquisition and compliance teams run structured checks, not ad hoc googling:
1. Entity resolution matching. Does "123 Main Street Holdings LLC" in the purchase agreement match the same entity in the lender's KYC (Know Your Customer) file and the county deed? This uses fuzzy matching on name, address, and registration number, not exact string comparison, because minor formatting differences are the norm, not the exception.
2. Registered agent address validation. Is the address on file an active registered agent (a commercial provider like CT Corporation) or a defunct address? A stale registered agent address is a red flag that the entity's filings haven't been maintained.
3. UBO chain completion. Can you trace ownership through every layer to a natural person or a regulated, publicly listed entity? An unresolved chain (one that dead-ends at an opaque offshore vehicle) is treated as a governance failure, not just a data gap.
4. Sanctions and PEP screening. Cross-reference resolved beneficial owners against sanctions lists (OFAC's SDN list in the US, the EU's consolidated sanctions list) and PEP (Politically Exposed Person) databases. This is a legal requirement under AML (Anti-Money Laundering) frameworks, not optional due diligence.
5. Cross-source consistency check. Does the ownership percentage reported in the fund's LPLPA standalone web page built for a single campaign goal, designed to maximise conversions by removing distractions and focusing visitors on one action.View full definition → (limited partner) agreement match what's filed with the state, the lender, and the title company? Discrepancies above a defined threshold trigger manual review.
Data teams often assign a match confidence score when reconciling entity records across sources. A simplified version:
score = 0
if legal_name_similarity > 0.9: score += 40
if tax_id_match == True: score += 40 # EIN or equivalent
if registered_address_match == True: score += 15
if formation_date_match == True: score += 5
# Threshold example:
# score >= 80 -> auto-accept as same entity
# 50-79 -> manual review required
# <50 -> treat as distinct entityIf "123 Main Street Holdings LLC" matches on tax ID (EIN, Employer Identification Number) and name similarity but the address differs (score = 40 + 40 = 80), it auto-accepts. If the tax ID is missing and only name and address partially match (score = 40 partial + 15 = 55), it goes to manual review. This is the logic underneath most institutional KYC matching engines, whether built in-house or licensed from vendors like Refinitiv World-Check.
Knowledge check
1. Why do institutional real estate buyers typically encounter layered ownership structures spanning multiple jurisdictions?
2. A data team finds "123 Main Street Holdings LLC" in county records and "123 Main St Holdings, L.L.C." in a lender's system. What underlying governance problem does this illustrate?
3. Why can a registered agent address become unreliable as a way to locate or verify an entity over time?
4. Select ALL correct answers about why real estate entity data becomes messy for structural (not careless) reasons.
Select all the correct answers.
5. Select ALL correct answers describing the central due-diligence question institutional buyers must answer before wiring a deposit.
Select all the correct answers.
Governance teams track a small set of recurring metrics:
None of these figures are standardized across the industry (no regulator publishes a mandatory benchmark for "match rate"), so treat any specific percentage as an internal target or industry estimate, not a legal threshold.
🎬 [VIDEO: "Beneficial Ownership Explained" - https://www.youtube.com/results?search_query=beneficial+ownership+explained+FinCEN - search for FinCEN or FATF explainer videos covering how beneficial ownership registries work and why they matter for AML compliance]