Skip to content
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

prepare: Options for datasets without bids (e.g. R025) #46

Open
jpmckinney opened this issue May 18, 2023 · 6 comments
Open

prepare: Options for datasets without bids (e.g. R025) #46

jpmckinney opened this issue May 18, 2023 · 6 comments
Assignees
Labels
cmd:prepare Relating to the prepare command robustness
Milestone

Comments

@jpmckinney
Copy link
Member

jpmckinney commented May 18, 2023

For R025 (Excessive unsuccessful bids), can consider filling in bids/details according to tender/tenderers, making the assumption that status is 'valid' and that each tenderer submitted a separate bid.

From discussion:

James: I'm not sure how this indicator should be modified if only tender/tenderers is available

Camila: I agree that the best option is to have bids information, where the bids are not disqualified or withdrawn. We should prioritize this and recommend the use of this field. However with tenderers/id, you could still calculate the success rate, with the limitation that you could be counting disqualified or withdrawn bids. We could highlight that, or maybe just calculate it with bids fields and in the methodology we could mention this alternative to users.

@jpmckinney
Copy link
Member Author

This will be relevant for SERCOP, since only about about 50k of 2M procedures have bids.

@yolile
Copy link
Member

yolile commented May 18, 2023

This will be relevant for SERCOP, since only about about 50k of 2M procedures have bids.

Note: SERCOP only has bids for electronic auctions

@jpmckinney jpmckinney added this to the Priority milestone May 30, 2023
@jpmckinney jpmckinney added the cmd:prepare Relating to the prepare command label Aug 28, 2023
@jpmckinney
Copy link
Member Author

jpmckinney commented May 17, 2024

Noting SERCOP has /bids/details for 84% of Menor Cuantía.

SERCOP sets tenderers but not bids (in any location) in 19,888 procedures, all of which are Menor Cuantía (selective).

SELECT COUNT(*), data->'tender'->>'procurementMethod' procurementmethod, data->'tender'->>'procurementMethodDetails' procurementmethoddetails
FROM ecuador_sercop_bulk_clean
WHERE NOT data->'bids' ? 'details' AND data->'tender' ? 'tenderers'
GROUP BY procurementmethod, procurementmethoddetails;

There are 118,996 Menor Cuantía procedures in total

 2218642 | selective         | Catálogo electrónico
 1483621 | direct            | Catálogo electrónico
  356652 | open              | Subasta Inversa Electrónica
  118996 | selective         | Menor Cuantía
   53136 | direct            | Contratacion directa
   37701 | direct            | Bienes y Servicios únicos
   37380 |                   | 
   36451 | direct            | Comunicación Social – Contratación Directa
   36206 | direct            | Contratos entre Entidades Públicas o sus subsidiarias
   31155 | open              | Cotización
   19620 | direct            | Obra artística, científica o literaria
   16941 | direct            | Repuestos o Accesorios
    9161 | open              | Licitación de Seguros
    7618 | limited           | Lista corta
    6577 | open              | Licitación
    5015 | limited           | Comunicación Social – Proceso de Selección
    2402 | direct            | Contratación de Seguros
    1616 | direct            | Asesoría y Patrocinio Jurídico
     609 | direct            | Transporte de correo interno o internacional
     399 | direct            | Contratación Directa por Terminación Unilateral
     365 | open              | Concurso publico
     194 | direct            | Contrataciones con empresas públicas internacionales
     110 | open              | Concurso Público por Lista Corta Desierta
      73 | direct            | Asesoría y Patrocinio Jurídico – Cons. puntuales y específicas
      24 | limited           | Lista Corta por Contratación Directa Desierta
       8 | open              | Concurso Público por Contratación Directa Desierta

@jpmckinney jpmckinney modified the milestones: Priority, Power BI May 17, 2024
@jpmckinney jpmckinney changed the title prepare: Options for datasets without bids prepare: Options for datasets without bids (R025) May 17, 2024
@Camilamila
Copy link

Cc' my answer from slack. I don't think this would be relevant for menor cuantía, since its invitation only to one qualified bidder. Menor Cuantía is not an open method, It’s mapped to selective. So its invitation only, and there should only be one bidder, so I don’t think the indicator applies in this case.

@jpmckinney
Copy link
Member Author

Let's continue on Slack, because most of that doesn't match the data (there are frequently multiple bidders, selective doesn't mean invitation only – it means there is a qualification stage).

@jpmckinney jpmckinney changed the title prepare: Options for datasets without bids (R025) prepare: Options for datasets without bids (e.b. R025) May 17, 2024
@jpmckinney jpmckinney changed the title prepare: Options for datasets without bids (e.b. R025) prepare: Options for datasets without bids (e.g. R025) May 17, 2024
@jpmckinney
Copy link
Member Author

jpmckinney commented May 17, 2024

Having read that page, there is something wrong with their data. They should not have up to hundreds of "tenderers" for a procedure with a single tenderer.

Anyway, I will not implement the tender/tenderers backup in case bids/details is missing for R025, since we don't want this indicator for Menor Cuantía in Ecuador.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd:prepare Relating to the prepare command robustness
Projects
None yet
Development

No branches or pull requests

3 participants