This extension adds a scale
field to the parties.details
object, to indicate the size or scale of an organization, in particular commercial enterprises or economic operators.
This information can be used to calculate procurement statistics, like the share of contracts awarded to micro, small and medium-sized enterprises.
The codes in the partyScale.csv
codelist do not have precise definitions, and instead defer to local laws and regulations, for example:
For small and medium-sized enterprises, if you can distinguish between the two sizes, use the 'small' and 'medium' codes. Otherwise, use the 'sme' code.
For self-employed individuals and sole traders, if you can distinguish them from micro enterprises, use the 'selfEmployed' code. Otherwise, use the 'micro' code.
For enterprises without employees, use the 'micro' code.
{
"parties": [
{
"id": "GB-COH-1234567844",
"name": "AnyCorp Cycle Provision",
"details": {
"scale": "sme"
}
}
]
}
- Add 'selfEmployed' code to
partyScale.csv
- Add
minProperties
,minItems
and/orminLength
properties
- Clarify use of codes
- Add 'small' and 'medium' codes to
partyScale.csv
- Add description to 'large' code in
partyScale.csv
- Remove '' code from
partyScale.csv
- Add partyScale.csv codelist for
Organization.details.scale
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.