Bid

Schema

tenderers

List of BusinessOrganization objects

date

string, Date, auto-generated

id

uid, auto-generated

status

string

Possible values are:

  • draft

  • active

Possible values in Defense procedure - aboveThresholdUA.defense and Open procedure - aboveThresholdUA:

  • draft

  • active

  • invalid

  • deleted

Possible values in Open procedure with publication in English - aboveThresholdEU and Energy Service Contracting procedure - esco:

  • draft

  • pending

  • active

  • invalid

  • invalid.pre-qualification

  • deleted

Possible values in The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA:

  • draft

  • pending

  • active

  • invalid

  • deleted

value

Value, required

Validation rules:

  • amount should be less than Tender.value.amount

  • currency should either be absent or match Tender.value.currency

  • valueAddedTaxIncluded should either be absent or match Tender.value.valueAddedTaxIncluded

documents

List of Document objects

Differences in The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA, Close Framework Agreement procedure - closeFrameworkAgreement, Open procedure with publication in English - aboveThresholdEU, Open procedure - aboveThresholdUA, Defense procedure - aboveThresholdUA.defense and Energy Service Contracting procedure - esco:

parameters

List of Parameter objects

lotValues

List of LotValue objects

participationUrl

url

A web address for participation in auction.

Additionally in Defense procedure - aboveThresholdUA.defense, Open procedure - aboveThresholdUA, Open procedure with publication in English - aboveThresholdEU, Energy Service Contracting procedure - esco and The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA:

selfEligible’

True, required

Confirms compliance of eligibility criteria set by the procuring entity in the tendering documents.

selfQualified

True, required

Confirms the absence of grounds for refusal to participate in accordance with Article 17 of the Law of Ukraine “On Public Procurement”.

subcontractingDetails

string

While submitting bid proposal, participant can fill in the text field of any length about subcontractor.

There are additional envelopes - document containers that manage time when their information will be revealed in Open procedure with publication in English - aboveThresholdEU and Energy Service Contracting procedure - esco:

financialDocuments

List of ConfidentialDocument objects. This envelope can contain financial part of proposal (commercialProposal and billOfQuantity). It is revealed at post-qualification.

eligibilityDocuments

List of ConfidentialDocument objects. This envelope can contain eligibilityDocuments document type. It is revealed at pre-qualification.

qualificationDocuments

List of ConfidentialDocument objects. This envelope is revealed at post-qualification.

requirementResponses

List of RequirementResponse objects.

Parameter

Schema

code

string, required

Code of the feature.

value

float, required

Value of the feature.

LotValue

Schema

value

Value, required

Validation rules:

  • amount should be less than Lot.value.amout

  • currency should either be absent or match Lot.value.currency

  • valueAddedTaxIncluded should either be absent or match Lot.value.valueAddedTaxIncluded

relatedLot

string

Id of related Lot.

date

string, Date, auto-generated

participationUrl

url

A web address for participation in auction.

Additionally in Defense procedure - aboveThresholdUA.defense, Open procedure - aboveThresholdUA, Open procedure with publication in English - aboveThresholdEU and The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA:

subcontractingDetails

string

While submitting bid proposal, participant can fill in the text field of any length about subcontractor.

Workflow in Open procedure with publication in English - aboveThresholdEU, Energy Service Contracting procedure - esco and The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA

digraph G {
    A [ label="pending*" ]
    B [ label="active"]
    C [ label="cancelled"]
    D [ label="unsuccessful"]
    E [ label="deleted"]
    F [ label="invalid"]
     A -> B [dir="both"];
     A -> C;
     A -> D [dir="both"];
     A -> E;
     A -> F [dir="both"];
     B -> C;
     D -> C;
     E -> C;
     F -> C;
     F -> E;
}

* marks initial state