-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Procurement Category (supplies, works and services) #376
Comments
A lot depends on the encoding and the set of allowed values. It should be open. |
The rationale for a closed codelist here is that: (a) Most classifications of contractType should be able to map to this codelist; We could follow the pattern we have for other closed codelists, and pairing the field with a 'Details' free text field. E.g.
and
Thoughts? |
Concerning #204 question 2, works/supplies/services are just a high-level CPV code (supplies correspond to CPV where the first two digits fall in (0,44>, works to those starting with <45>, services with <48,98). I think they are relevant mainly from a legal point of view, as they determine the applicable thresholds for following the procedures described in the EU-level procurement directives. Thus, I would agree it makes sense to collect them only at the level of the whole procurement process. (Note that under the EU directives a procurement process may also be a "mixed-contract", in which case it may have multiple types of contract. However, one of them will still be the "main" one, so I'm not sure how relevant this is.) |
Feedback from the codelists breakout at IODC suggested the following additional codes:
|
At least in the EU context, "concessions" and "utilities" are a different type of classification than supplies, works, and services. In the EU legal framework, "W/S/S" is about what is being bought, while "concessions" and "utilities" distinguish legal regimes. (Concessions and utilities have their own procurement directives, slightly different than the "general" procurement directive.) For us, concessions are applicable on works and services, not on goods. Things like electricity have their CPV codes (e.g. 09310000) and thus fall into the works/goods/services category (e.g. |
The World Bank's Public Procurement Indicators for monitoring e-GP adoption and performance includes several indicators based on the type of contract (goods, works or services) |
The World Bank Procurement Regulations for IPF borrowers makes a distinction between consulting services, defined as:
And non-consulting services, defined as:
The regulations also define goods as:
We should also note that our terminology of contractType could be ambiguous - the World Bank regulations use contract type to describe the payment conditions of a contract. Thanks to Hunt La Cascia from the World Bank for the pointer to these definitions. |
The regulations also define works as:
|
As many governments (and other MDBs)have modelled their own procurement laws and regulations on the WB procurement procedures there may already be some natural alignment with the OCDS if World Bank definitions are used. |
Feedback from consultation with Marcela Rozo, Open Contracting Team Leader, World Bank: Goods, Works, Services etc. are not types of contract but rather what the contract is about, would contract object be a better title for the field? Contract type would typically mean:
We should consider whether the initiationType codelist should be extended to include these codes or whether this information should be captured in a new field.
|
Feedback from consultation with Alexandre Borges de Oliveira, World Bank:
|
In this staging extension I've added a Although the category might be set before the tender stage, the rationale for including this in tender, rather than at the top-level, is that it collects it alongside other properties like procurementMethod etc. which can also be set at earlier planning stages. I considered whether this should be labelled as something other than procurementCategory, to future-proof for other contracting processes, but that feels premature for 1.1, and leads to very abstract terminology. I looked at whether this should be an array, to handle cases where there is more than one category - but based on discussions in #204 of how existing practice is to classify according to largest goal, and request for a 'mixed' code rather than the codelist to express the nature of the mixture, I've opted for a single code. Draft codelistThe procurement category codelist is used to indicate the primary focus of a contracting process. Where a contracting process covers more than one of the options below, publishers should either:
depending on the available data in source systems. Where a publisher is using the code 'consultingServices', then the 'services' code should be used only for non-consulting services. However, users should note that not all publishers are able to make this distinction from their source data.
Mini example{
"releases": [{
"tender": {
"id": "123456",
"procurementCategory": "works"
}
}]
} |
I find the addition of "mixed" an unnecessary loss of information. In particular, in #204 it's mentioned that "single procurement may include both goods/services.". However, in general, any combination of the basic three types can exist, and choosing "mixed" means we don't have any information about what the "main" element was - works/goods/or services? (An array, or a mainProcurementCategory and an additionalProcurementCategory would be better imo). The addition of "consultingServices" to this top-level codelist is a not really a systematic approach - these types of specifications belong into the CPV code. If including in CPV is not doable for the WB, I understand you need to have it here though. |
The suggestion of 'mixed' came from @joshuacpowell here based on data from Vietnam which didn't name the main object, but instead used the term 'mixed' (or equivalent). Josh - any views on @JachymHercher's point above? Would it be possible from Vietnam data, or other data you have seen, to provide code based on the 'main' element of the procurement (supplies/works/services)? |
Feedback during the peer review has raised two major concerns:
One reviewer noted:
Another reviewer commented that:
Another reviewer stated:
Another review stated:
|
Based on the peer-review feedback, and discussions in the standard team, here's an updated proposal: (1) We introduce (2) We introduce a This approach requires publishers using these fields to map their categories to a core three ('supplies', 'services' and 'works') and to identify the main procurement category for any 'mixed' procedure, whilst also providing a way to specify each of the other categories under This does not capture the 'share' of the procurement associated with each category (e.g. 70% services; 30% supplies). This information should be extracted from line-item level classifications and the categories associated with item classifications. Quick worked example: {
"mainProcurementCategory":"services",
"additionalProcurementCategories":["consultingServices","supplies"]
} |
very tiny request: can we use 'goods' instead of 'supplies' (its a shorter
word and commonly used in this context)?
|
@LindseyAM This was discussed in #204 (comment) where the point made was that 'supplies' includes 'intangible goods' such as electricity - and so 'supplies', 'works' and 'services' provides a comprehensive list. |
UNCITRAL Model Law on Public Procurement uses the term Goods not Supplies and I agree with Lindsey |
Interestingly, @JachymHercher pointed out on Oct 20 that electricity is categorized as a service in Europe. In the US, it is sometimes categorized as a service and sometimes categorized as a good (http://faculty.law.miami.edu/rrosen/courses/documents/05kelectricityagood_000.pdf). It seems that the EU directive uses the term 'supplies' (and in one instance 'goods') whereas 'goods' is the more used term elsewhere. So this might be one of those situations where Europe says supplies and other places say goods. I would still lean towards 'goods' but now I understand better where the term 'supplies' comes from :) |
Based on weight of feedback - I'm staging 'goods' as code for 1.1 release candidate - for final review then. |
(I asked around whether there is a clear reason why "supplies" was preferred to "goods" in EU procurement terminology and it seems to be a linguistic choice more or less forgotten by history. The argument that it should cover things like electricity might have been where it started. Which brings me to correcting my example from Oct 20 - electricity is indeed a supply, not a service, sorry.) |
This issue is under consideration for core as part of the 1.1 upgrade process.
It builds on discussions in #204
The issue
A number of forms of contract analysis rely on knowing whether a contract is for goods/supplies, works or services.
There is currently no field to indicate this in OCDS, although for some item classification codelists this information can be inferred.
The proposal
We propose to introduce a contractType field with a closed codelist of:
Detailed definitions for each code need to be identified. This codelist may be extended to include concessions or other contract types by OCDS extensions.
Outstanding questions
What level of the OCDS structure should this exist at?
We currently propose including it at the top level, i.e. it would apply to a whole contracting process, rather than allowing different awards or contracts to have different contractType values.
Engagement
Please indicate support or opposition for this proposal using the +1 / -1 buttons or a comment. If opposing the proposal, please give clear justifications, and where possible, make an alternative proposals.
Pointers to sources of clear definition on the proposed codes are also invited.
The text was updated successfully, but these errors were encountered: