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

Bid evaluation publication #1546

Open
yolile opened this issue Sep 8, 2022 · 2 comments
Open

Bid evaluation publication #1546

yolile opened this issue Sep 8, 2022 · 2 comments

Comments

@yolile
Copy link
Member

yolile commented Sep 8, 2022

Currently, with Bid statistics and details extension, the publisher can publish if a bid was accepted or disqualified (among other statuses). However, there is no way to disclose the information about each bid evaluation.

In Argentina, this information is available as structured data. It includes information about each item and tenderer bid evaluation, including the price evaluation, the technical evaluation, and the administrative evaluation (but only for the disqualified bids). All are disclosed as free text but in separate fields, as seen in example 1 and example 2.

For the qualified bids, they suggest an "order of preference" for each bid that should be followed when awarding the process.

Discussion

To disclose this information, we could add a "evaluation" object to the Bid object and model the evaluation here. Another option could be to put this as part of the requirementsResponse object from the requirements extension, and another option is to model this differently in a separate extension.

@jpmckinney
Copy link
Member

jpmckinney commented May 3, 2023

Regarding the requirements extension, in the Core Criterion and Core Evidence Vocabulary (CCCEV) model on which it is based, a Requirement Response is how a bid responds to a requirement.

How a buyer (or bid evaluation committee) evaluates that response is semantically different.

That said, if we have publishers who use the requirements extension and who have detailed, requirement-specific evaluations, then we can integrate with that extension.

@jpmckinney
Copy link
Member

jpmckinney commented Jul 31, 2024

On a Slack thread linking to this issue, I had written:

At a high level: In CRM-6763 (referenced in open-contracting/ocds-extensions#155) I wrote:

There is the concept of a “bid” and the concept of a “bid assessment”, and mixing the two will lead to confusion and error

And, for context:

status fields tend to be at the boundary of many concepts, so it’s fine for the bid to have a status [despite including the results of bid assessments] – though there might have been a better modelling

I still think it makes sense to clearly separate the bid that the bidder submitted from its assessment by the buyer.

And later:

In general, we don’t know enough about the various ways in which evaluation is performed or published across governments.

The Slack thread had started drafting something like:

{
  "details": [
    {
      "id": "XYZ",
      "status": "valid",
      "tenderers": [
        {
          "id": "MEGA",
          "name": "Mega Consortium"
        }
      ]
    },
    {
      "id": "ABC",
      "status": "valid",
      "tenderers": [
        {
          "id": "BETA",
          "name": "Beta Consortium"
        }
      ]
    }
  ],
  "evaluation": {
    "ranking": [
      "XYZ",
      "ABC"
    ]
  }
}

The Bid object's rank field also mixes in concepts of assessment; we didn't have anywhere else to list bids in a rank order, so I suppose that's why we added it to bids for the eForms profile. rank was added for open-contracting/european-union-support#125 (earlier: open-contracting/european-union-support#80) in open-contracting-extensions/ocds_bid_extension#49.

That pull request was already merged prior to the Slack thread (but I think it was forgotten).


An issue where bid assessment almost became relevant is open-contracting/european-union-support#219 (comment), but in the end it was about an award's final status details/rationale.


(I tried to find other past discussions of bid evaluations, and only found #36 (continued in #223), but they are not relevant.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants