Beneficial ownership information

This worked example describes how to:

  • publish separate contracting and beneficial ownership datasets

  • publish beneficial ownership data using OCDS

The Beneficial Ownership Data Standard (BODS) defines “beneficial ownership” as:

The right to some share of a legal entity’s income or assets (ownership) or the right to direct or influence the entity’s activities (control).

Publishing the beneficial owners of tenderers and suppliers can help users to:

  • Identify collusion or deception

  • Detect undeclared conflicts of interest

  • Identify companies with debarred or sanctioned owners

  • Assess risk

Note

For more information on the uses of beneficial ownership data in the context of procurement, see Beneficial ownership data in procurement.

Some procurement systems collect beneficial ownership data, usually when companies submit bids. This data is true at the time of collection. But, procurement systems don’t track later changes to the ownership and control of suppliers. This limitation is especially challenging for users interested in long-standing contracts, in which there may have been many changes.

Therefore, the preferred approach is to publish separate contracting and beneficial ownership datasets:

  • Publish contracting data using OCDS.

  • Collect beneficial ownership data in a separate beneficial ownership register.

  • Periodically confirm the accuracy of data in the register and record changes as they happen.

  • Publish beneficial ownership data using BODS, including a history of changes.

To allow users to connect contracting data and beneficial ownership data, you should use the same organization identifiers in both datasets.

At the same time, you can publish beneficial ownership data in OCDS using the beneficial owners extension, in particular if:

  • You cannot implement a separate beneficial ownership register.

  • The companies are not included in any beneficial ownership register: for example, companies based in another country.

  • You collect data in both a beneficial ownership register and a procurement system and the threshold for disclosure in the procurement system is lower than in the beneficial ownership register.

Publish separate contracting and beneficial ownership datasets

The UK publishes separate contracting and beneficial ownership datasets. Both datasets use the same organization identifier: the company number from Companies House.

Contracting data

The UK publishes OCDS data from Contracts Finder.

This example shows a contract award to T.M. ENGINEERS (MIDLANDS) LIMITED. parties.identifier.id is set to the supplier’s company number (00507062) and parties.identifier.scheme is set to ‘GB-COH’ to identify the register the number is drawn from.

Note

For more information on publishing organization identifiers in OCDS, see Organization IDs.

{
    "uri": "https://www.contractsfinder.service.gov.uk/Published/Notice/releases/87d46d06-3abf-4f48-9f1d-ff3381fcb29a.json",
    "publishedDate": "2021-06-08T14:14:33Z",
    "publisher": {
        "name": "UK SHARED BUSINESS SERVICES LIMITED"
    },
    "version": "1.1",
    "releases": [
        {
            "ocid": "ocds-b5fd17-06bc003d-1b90-4148-80b0-ae1816dad552",
            "id": "ocds-b5fd17-06bc003d-1b90-4148-80b0-ae1816dad552-441827-re21341",
            "date": "2021-06-08T14:14:33Z",
            "tag": [
                "award"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "id": "GB-COH-00507062",
                    "name": "T.M. ENGINEERS (MIDLANDS) LIMITED",
                    "identifier": {
                        "scheme": "GB-COH",
                        "id": "00507062"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "address": {
                        "streetAddress": "Oak Works, Oak Lane, Kingswinford, West Midlands, DY6 7JW"
                    }
                }
            ],
            "awards": [
                {
                    "id": "6031d3f9-f86b-462c-80b2-4a02c760ddcd",
                    "status": "active",
                    "date": "2021-06-07T00:00:00Z",
                    "value": {
                        "amount": 32191,
                        "currency": "GBP"
                    },
                    "suppliers": [
                        {
                            "id": "GB-COH-00507062",
                            "name": "T.M. ENGINEERS (MIDLANDS) LIMITED"
                        }
                    ]
                }
            ]
        }
    ]
}

Beneficial ownership data

The UK also publishes a separate beneficial ownership dataset: the People with significant control (PSC) snapshot. This dataset is updated daily and includes a history of changes. The OpenOwnership Register publishes the PSC snapshot in BODS format.

This example shows the beneficial ownership data for the supplier from the contract award: T.M. ENGINEERS (MIDLANDS) LIMITED.

BODS is based on statements, where each statement describes ownership or control, entities, or natural persons. For more information, see the BODS documentation. The example includes:

  • An entity statement that describes the company and includes the company number: 00507062. This is the same organization identifier used in the OCDS data.

  • An ownership/control statement that describes the relationship between an interested party and the company.

  • A person statement that includes the details of the beneficial owner of the company.

{
    "statementID": "openownership-register-15680621247193534795",
    "statementType": "entityStatement",
    "entityType": "registeredEntity",
    "name": "T.M. ENGINEERS (MIDLANDS) LIMITED",
    "incorporatedInJurisdiction": {
        "name": "United Kingdom of Great Britain and Northern Ireland",
        "code": "GB"
    },
    "identifiers": [
        {
            "scheme": "GB-COH",
            "schemeName": "Companies House",
            "id": "00507062",
            "uri": "http://data.companieshouse.gov.uk/doc/company/00507062"
        },
        {
            "schemeName": "OpenCorporates",
            "id": "https://opencorporates.com/companies/gb/00507062",
            "uri": "https://opencorporates.com/companies/gb/00507062"
        },
        {
            "schemeName": "OpenOwnership Register",
            "id": "https://register.openownership.org/entities/59b92ff667e4ebf3402efc24",
            "uri": "https://register.openownership.org/entities/59b92ff667e4ebf3402efc24"
        }
    ],
    "foundingDate": "1952-04-17",
    "addresses": [
        {
            "type": "registered",
            "address": "Oak Works, Oak Lane, Kingswinford, West Midlands, DY6 7JW",
            "country": "GB"
        }
    ]
}
{
    "statementID": "openownership-register-10950026017036023586",
    "statementType": "ownershipOrControlStatement",
    "statementDate": "2016-07-30",
    "subject": {
        "describedByEntityStatement": "openownership-register-15680621247193534795"
    },
    "interestedParty": {
        "describedByPersonStatement": "openownership-register-2164047269326361056"
    },
    "interests": [
        {
            "type": "shareholding",
            "details": "ownership-of-shares-75-to-100-percent",
            "share": {
                "minimum": 75,
                "maximum": 100,
                "exclusiveMinimum": false,
                "exclusiveMaximum": false
            },
            "startDate": "2016-07-30"
        }
    ],
    "source": {
        "type": [
            "officialRegister"
        ],
        "description": "GB Persons Of Significant Control Register",
        "url": "http://download.companieshouse.gov.uk/en_pscdata.html",
        "retrievedAt": "2019-07-08T10:37:11Z"
    }
}
{
    "statementID": "openownership-register-2164047269326361056",
    "statementType": "personStatement",
    "personType": "knownPerson",
    "names": [
        {
            "type": "individual",
            "fullName": "Robert Martin Holland"
        }
    ],
    "identifiers": [
        {
            "schemeName": "GB Persons Of Significant Control Register",
            "id": "/company/00507062/persons-with-significant-control/individual/VkgvU2fQ_y1zmDPNnYSpfG-at7k"
        },
        {
            "schemeName": "OpenOwnership Register",
            "id": "https://register.openownership.org/entities/59b92ff667e4ebf3402efc2e",
            "uri": "https://register.openownership.org/entities/59b92ff667e4ebf3402efc2e"
        }
    ],
    "nationalities": [
        {
            "name": "United Kingdom of Great Britain and Northern Ireland",
            "code": "GB"
        }
    ],
    "birthDate": "1941-01-01",
    "addresses": [
        {
            "address": "Oak Works, Oak Lane, Kingswinford, West Midlands, DY6 7JW"
        }
    ]
}

Publish beneficial ownership data in OCDS

Moldova collects the name and nationality of the beneficial owners of bidders in its procurement system. But, Moldova does not maintain a separate beneficial ownership register.

Therefore, Moldova can use the beneficial owners extension to publish the data in OCDS. For more information on using the beneficial ownership extension, see the extension documentation.

This example shows a fictional contract award to Microsoft Moldova:

  • In the package metadata, the extensions array includes the beneficial owners extension.

  • In the parties array:

    • beneficialOwners.name is set to the name of the beneficial owner

    • beneficialOwners.nationality is set to the country code for the nationality of the beneficial owner

{
    "uri": "https://public.mtender.gov.md/ocds/tenders/ocds-b3wdp1-MD-1602178295495",
    "publishedDate": "2020-10-08T17:31:35Z",
    "publisher": {
        "name": "M-Tender"
    },
    "version": "1.1",
    "extensions": [
        "https://raw.githubusercontent.com/open-contracting-extensions/ocds_beneficialOwners_extension/master/extension.json"
    ],
    "releases": [
        {
            "ocid": "ocds-b3wdp1-MD-1602178295495",
            "id": "ocds-b3wdp1-MD-1602178295495-EV-1602179847933-1603023717142",
            "date": "2020-10-18T12:21:56Z",
            "tag": [
                "award"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "id": "MD-IDNO-2001100158022",
                    "name": "Microsoft Moldova",
                    "identifier": {
                        "scheme": "MD-IDNO",
                        "id": "2001100158022",
                        "legalName": "Microsoft Moldova"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "beneficialOwners": [
                        {
                            "id": "1",
                            "name": "Bill Gates",
                            "nationality": "US"
                        }
                    ]
                }
            ],
            "awards": [
                {
                    "id": "f867a510-0edf-11eb-a6ca-b5f4fa6e44dc",
                    "status": "active",
                    "date": "2020-10-18T12:21:56Z",
                    "value": {
                        "amount": 56660,
                        "currency": "MDL"
                    },
                    "suppliers": [
                        {
                            "id": "MD-IDNO-2001100158022",
                            "name": "Microsoft Moldova"
                        }
                    ]
                }
            ]
        }
    ]
}