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 the
partyScale.csv
codelist.
- Add
minProperties
,minItems
and/orminLength
properties.
- Clarify use of codes.
- Add 'small' and 'medium' codes to the
partyScale.csv
codelist.
- Add Description to 'large' code in the
partyScale.csv
codelist.
- Remove '' (blank) code from the
partyScale.csv
codelist.
- Add a
partyScale.csv
codelist toOrganization.details.scale
.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.