-
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
Organisation details and classifications #369
Comments
The World Bank's Public Procurement Indicators for monitoring e-GP adoption and performance includes indicators based on the type of supplier (SME, large and foreign owned). The proposed extension would address these reporting requirements. |
The EU has the following: Is a central purchasing body So, from what has already been discussed, I think that only leaves "Is a central purchasing body" as a possible addition. |
In Australia, NSW eTendering and AusTender have reporting rules (which may change from government to government) about types of suppliers - indigenous ownership and SME status are two important ones. |
Small correction @siwhitehouse - "Type of buyer" and "Main sectoral activity" do not correspond to the COFOG (functions of government) code, only the main general activity does. (The "type of buyer" classification is procurement form-specfic, the "Main sectoral activity" corresponds to the articles in the sectoral procurement directive.) |
What we have done in the extensions for trade work is to use the Ted Schema. Tim built a more user friendly version and I used that to map what is in the forms to the schema. Main Sectoral Activity provides a complete match, whereas for Type of Buyer there are quite a few values in the forms that I could not find in the schema. Where this is the case we have constructed a code from the description using the format of uppercase characters with words separated by an underscore. The codelist files have a source value and so in there we have identified whether the value is from the Ted Schema or is one we have made up. I've attached the codelist files so you can see what I have described and review for any errors if you choose. I've had to resave as txt from the original csv for them to be uploaded here. Thanks for picking this up. |
Makes sense - since you are comparing a TED 2.0.9 schema (i.e. the current one, the one which corresponds to the forms on the right side of http://simap.ted.europa.eu/web/simap/standard-forms-for-public-procurement) with a eForms, a draft proposal, the new elements from eForms are not included. I've had a quick look at the codelist. In typeOfBuyer, "other" and "internationalOrganisation" should already exist in the 2.0.9 schema, because they exist in the previous forms. Otherwise it seems ok. |
Hi Jachym Using Tim's user friendly version I see the following under the ca_type attribute.
which gives some matches for typeOfBuyer, but not anything for "other" or "internationalOrganisation". I've tried looking across the whole file and can't find matches either. I'm wondering if they aren't there or if I am making a simple error somewhere. |
With international organisations this is actually a bit complicated, because the XML is not quite in line with what you would expect from looking at the forms. Nominally, you would think the EU_institution code corresponds to "European institution/agency or international organisation". In reality, the "EU_institution" code corresponds only to "International organisations" concept, while the EU institution concept is encoded in a rather complicated way in the header of the notice. I'm not sure in what detail you want to go here... Concerning "Other", apparently you can either use the codelist mentioned above, or signal "Other" by giving a string as a name of the other. That's this part of the XSD:
|
By my understanding, this was resolved by adding |
Organisation details
This is under consideration for the 1.1 upgrade of OCDS. It builds on #368 on wider updates to organisation handling.
The issue
Publishers want to categorise organizations according to a range of nationally and globally defined schemes, and to flag whether an organization meets certain policy criteria, such as:
The EU, for example, classify the main activity of procuring entities according to COFOG codes.
The proposal
We will introduce a standard extension that provides a
details
object attached to theorganization
building block.The page for this extension will list community extensions tagged with the
organizationDetail
tag in the extensions registry (see https://github.com/open-contracting/extension_registry)We will provide a demonstation extension for a flag to indicate whether or not a firm is an SME.
Worked example
This proposal, alongside the proposed changes or organization handling, would result in additional information in the top-level
entities
array such that a block describing two tendering firms - one that is an SME, and one that is not would contain:Questions
What organisation classifications do you need?
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.
The text was updated successfully, but these errors were encountered: