Schema
You can download the release-schema.json
file in English.
Shareholder
The extension defines a new Shareholder
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
ID |
A local identifier for this shareholding, unique within this array. |
string |
shareholder
|
Shareholder |
The organization holding the share. |
OrganizationReference object |
shareholding
|
Shareholding |
The proportion of the organization's shares held by the shareholder, expressed as a decimal between 0 and 1. |
number |
votingRights
|
Voting rights |
The type of voting rights associated with the shareholder's shares. |
string from closed votingRights codelist |
votingRightsDetails
|
Voting rights details |
Detailed information about the voting rights associated with the shareholder's shares: for example, when the shareholder voting rights are restricted, additional or enhanced. |
string |
notes
|
Notes |
Additional notes on the shareholding or shareholder: for example, details on any caps on equity transfer, or lock-in arrangements, applicable to the shareholder. |
string |
Organization
The extension defines these fields in the Organization
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
shareholders
|
Shareholdings |
Shareholdings in the organization: used to provide company ownership information for firms, primarily in the case of large and complex contracts, like public private partnerships, that require disclosure of this information by bidders or suppliers. |
array of Shareholder objects |