Leaf: Ownership and Governance Dataset: CVR (CentraleVirksomhedsregister) — Ownership Entities

The sole authoritative realisation in Denmark. CVR records ownership through a rich set of relation entities.

Spatial Access Path

ejerforhold / reelejerrelation / legalejerrelation
  │  FK: CVREnhedsId → target Virksomhed
  ▼
Virksomhed
  │  FK: → Adressering → DAR join chain
  │       adresse → husnummer → adgangspunkt.position
  ▼
adgangspunkt.position (point geometry via DAR)

No native geometry. Ownership is a graph structure. To map it spatially, join through the owned/owning entity to its address, then through the Addresses join chain to coordinates.

Ownership Graph Structure

Person A ──owns 60%──► Company B ──owns 100%──► Company C
                                  ──owns 40%──► Company D

Person E ──board member──► Company B

Analysis typically requires recursive traversal or graph queries. Ownership chains can run through multiple intermediate entities (holding companies, foundations, foreign entities).

Key Entities

EntityRole
|ejerforholdDirect ownership relationships
|reelejerrelationBeneficial (real) ownership — who ultimately controls the entity
|legalejerrelationLegal ownership chain
|andendeltagerOther participants in ownership structures
|fuldtansvarligdeltagerrelationFully liable participant relations
|ledelseManagement and board members
|ledelserelationManagement role assignments
|kapitalforholdCapital share structure

Key Attributes

AttributeDescriptionNotes
ejerandelOwnership share (%)May be a range rather than exact figure
stemmeandelVoting share (%)May differ from ownership share
rollebeskrivelseRole descriptionDanish: “Direktion”, “Bestyrelse”, “Stifter”
CVREnhedsIdIdentifier linking to the owned entityStable join key
LayerEntityWhat it captures
Legal ownershiplegalejerrelationFormal registered owner on paper
Beneficial ownershipreelejerrelationNatural person who ultimately controls or benefits
Managementledelse / ledelserelationDirectors, board members, executive roles

For compliance and AML analysis, beneficial ownership is the critical chain. For corporate structure mapping, all three layers matter.

Access

  • GraphQL: Datafordeleren GraphQL — ownership relation entities are queryable with nested fields
  • File Download: Download multiple relation entities and join locally by CVREnhedsId
  • Note: Some ownership data (especially involving natural persons) has access restrictions via CVRPerson

Temporal Model

Ownership is bitemporal. Ownership stakes change over time through acquisitions, mergers, and restructuring. Historical ownership analysis requires careful virkningFra/virkningTil filtering. Each ownership relation entity carries independent registration and effect periods.