Bid
Schema
- tenderers:
List of Tenderer 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:
List of ConfidentialDocument objects. See Confidential documents
- parameters:
List of Parameter objects
- lotValues:
List of LotValue objects
- participationUrl:
url
A web address for participation in auction.
- submissionDate:
string, Date.
Read-only, autogenerated.
Date of bid submission.
- items:
List of BidItem objects
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:
string
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.
Bid for Відбір управителя складного активу - complexAsset.arma
Schema
No differences from Bid, except:
- value:
AmountPercentageValue object, required
Validation rules:
amountPercentage should be less or equal to tender.lots[].value.amountPercentage
Parameter
Schema
- code:
True, 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;
}](../_images/graphviz-1067cc566329a7fa7f02765d99f0f9ec47e2082b.png)
* marks initial state