Short submission period (R003)

The submission period is too short.

The submission period starts with contracting documents being available to potential suppliers and ends with the submission deadline for expressions of interest or bids.

Methodology

For each contracting process, the submission period is calculated as \((/tender/tenderPeriod/endDate - /tender/tenderPeriod/startDate)\) in whole days.

A contracting process is flagged if the submission period is shorter than the threshold of 15 whole days.

Example

The National Rail Service publishes a tender notice on March 15 with a submission deadline of March 20.

Why is this a red flag?

A corrupt buyer can give the pre-determined bidder an unfair advantage by privately informing the pre-determined bidder of the opportunity in advance, and by giving other bidders less time to prepare competitive bids.

Based on “Shortened time span for bidding process” in Corruption in Public Procurement: Finding the Right Indicators, “Short submission period” in An Objective Corruption Risk Index Using Public Procurement Data, “Short or inadequate notice to bidders” in Guide to Combating Corruption & Fraud in Infrastructure Development Projects, and “Deadline for submitting bids is very short” in Fraud in Public Procurement: A collection of Red Flags and Best Practices.

Output

The indicator’s value is always 1.0.

Configuration

All configuration is optional.

To override the default threshold, add to your settings file, as a natural number:

[R003]
threshold = 15 # default

To set the threshold per procurement method details (/tender/procurementMethodDetails), add a [R003.procurement_method_details] section to your settings file, in which the property name is a /tender/procurementMethodDetails value, and the property value is a natural number. For example, you can assign the minimum periods per legislation:

[R003.procurement_method_details]
Cotización = 7
Licitación = 10
Licitación de Seguros = 10

To calculate this indicator for some procurement methods only (/tender/procurementMethod), add to your settings file, as a pipe-separated list, for example:

[R003]
procurement_methods = open|selective|limited

Demonstration

Input

{"ocid":"F","tender":{"tenderPeriod":{"startDate":"2020-08-03T18:00:00-05:00","endDate":"2020-08-04T18:00:00-05:00"}}}

Output

$ ocdscardinal indicators --settings docs/examples/settings.ini --no-meta docs/examples/R/003.jsonl
{"OCID":{"F":{"R003":1.0}}}