Pre-qualification and pre-selection¶
In single-stage procedures, procuring entities invite suppliers to bid without submitting any prior information. Such procedures are straightforward to model in OCDS.
But, many jurisdictions also use multi-stage procedures. Such procedures follow a process like:
The procuring entity issues an invitation to participate in the process
Suppliers submit requests to participate
The procuring entity assess suppliers based on their submissions
The procuring entity establishes a list of qualified or selected suppliers
The procuring entity issues an invitation to bid to the suppliers on the list
Suppliers submit bids
The procuring entity evaluates the bids
The procuring entity awards a contract to the successful supplier(s)
This worked example describes 3 types of multi-stage procedure and explains how to model them in OCDS.
Définitions¶
The term ‘pre-qualification’ describes different types of multi-stage procedure:
Pre-qualification with no limit on the number of qualified suppliers¶
The UNCITRAL Model Law on Public Procurement (2011) was developed through extensive consultation and so reflects the procurement practices and concepts used in many different jurisdictions. The UNCITRAL model law defines pre-qualification as a procedure to:
...identify, prior to solicitation, suppliers or contractors that are qualified.
The model law obliges procuring entities to publish an invitation to pre-qualify. The invitation needs to specify the criteria and procedure for assessing the qualifications of suppliers. Much of the information that would usually appear on an invitation to tender is provided on the invitation to pre-qualify.
The procuring entity assesses the qualifications of the suppliers based on their responses. Only pre-qualified suppliers can take part in the later proceedings.
Note
The European Union’s restricted procedure, competitive procedure with negotiation, competitive dialogue and innovation partnership use pre-qualification (see Articles 28-31, Directive 2014/24/EU).
Pre-qualification with a limit on the number of qualified suppliers (pre-selection)¶
The UNCITRAL model law defines pre-selection as a procedure to:
...identify, prior to solicitation, a limited number of suppliers or contractors that best meet the qualification criteria for the procurement concerned.
Pre-selection follows the same process as pre-qualification, with some additional requirements. The invitation to pre-qualify needs to specify how many suppliers the procuring entity will later request proposals from. The invitation also needs to specify how the procuring entity will select the suppliers to request proposals from.
Note
The European Union’s restricted procedure, competitive procedure with negotiation, competitive dialogue procedure and innovation partnership all permit the use of pre-selection (see Article 65, Directive 2014/24/EU).
Pre-qualification in Paraguay¶
In Paraguay, procuring entities can carry out a single pre-qualification for several tenders of the same nature (see article 22, law Nº 2.051/03). The details of this procedure will become clearer in the example below.
The OCDS model¶
In OCDS, a contracting process has a single competitive stage, the tender
section. This represents the initiation of the process, when procuring entities invite suppliers to take part:
Planning
Initiation (Tender)
Award
Contract
Implementation
The tender
section is also used to disclose information about the procedure used by the contracting process. In particular, the tender.procurementMethod
field classifies the procedure using the following codelist:
Code |
Titre |
Description |
---|---|---|
open |
Ouvert |
Tous les fournisseurs intéressés peuvent soumettre une offre. |
selective |
Sélectif |
Seuls les fournisseurs qualifiés sont invités à soumettre une offre. |
limited |
Limité |
L'organisme acheteur contacte un certain nombre de fournisseurs de son choix. |
direct |
Direct |
Le contrat est attribué à un seul fournisseur sans compétition. |
Example: Pre-qualification¶
The Bank of England issues a restricted procedure contract notice to invite suppliers to pre-qualify for a tender to provide facilities management services.
The notice represents the initiation of the contracting process, so it is modelled using the tender
section in OCDS:
Any supplier can submit a request to take part in the first stage, but only qualified suppliers will be invited to submit a tender for the contract. Therefore, tender/procurementMethod
is set to ‘selective’.
Note
OCDS does not currently provide a way to disclose information on the second stage of multi-stage procedures. The approach to modelling multi-stage procedures is under discussion on GitHub.
Contact the Data Support Team if you want to disclose this type of information.
Example: Pre-selection¶
The National Nuclear Laboratory issues a restricted procedure contract notice to invite suppliers to pre-qualify for a project to update its physical security system arrangements.
The notice represents the initiation of the contracting process, so it is modelled using the tender
section in OCDS.
The procuring entity will invite a maximum of 5 qualified potential suppliers to submit a bid at the next stage, so tender/procurementMethod
is set to ‘selective’. The selectionCriteria extension is used to disclose the criteria for choosing which potential suppliers to invite proposals from.
Example: Pre-qualification in Paraguay¶
The Ministry of Public Works and Communications issues an invitation for potential suppliers to pre-qualify for two tenders for road construction in different neighbourhoods. Each tender will reuse the list of pre-qualified potential suppliers established as a result of this first procedure.
The invitation represents the initiation of a contracting process to establish a list of pre-qualified suppliers, so it is modelled using the tender
section in OCDS.
Only qualified suppliers will be invited to bid in subsequent tenders that use the list, so tender.procurementMethod
is set to ‘selective’.
Note
OCDS does not currently provide a way to disclose information on the second stage of multi-stage procedures. The approach to modelling multi-stage procedures is under discussion on GitHub issue.
Contact the Data Support Team if you want to disclose this type of information.