The lowest submitted bid is disqualified, while the award criterion is price only.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/open-contracting/cardinal-rs/llms.txt
Use this file to discover all available pages before exploring further.
Methodology
A contracting process is flagged if:- There are one or more active awards.
- There are one or more valid bids with amounts.
- The lowest submitted bid is disqualified.
Why is this a red flag?A corrupt buyer can award the pre-determined bidder by disqualifying lower-priced bids.
Output
The indicator’s value is always 1.0.Configuration
The indicator is not configurable at the indicator level.See global settings for
no_price_comparison_procurement_methods and price_comparison_procurement_methods to control when price comparison indicators are applied.Implementation Details
The indicator (fromsrc/indicators/r036.rs):
- Only applies to procurement methods where price comparison is relevant
- Tracks the lowest bid amount across all submitted bids
- Handles currency matching (skips bids with mismatched currencies)
- Checks if the lowest bid has status “disqualified”
- Requires at least one valid bid with an amount to be present
- Flags the process if the lowest bid is disqualified and there are valid bids
Exclusions
A contracting process is excluded if:- Prices are predetermined by the buyer (based on procurement method configuration).
