Bid¶
Schema¶
| tenderers: | List of BusinessOrganization objects |
|---|---|
| date: | string, Date, auto-generated |
| id: | uid, auto-generated |
| status: | string Possible values are:
Possible values in Defense procedure - aboveThresholdUA.defense and Open procedure - aboveThresholdUA:
Possible values in Open procedure with publication in English - aboveThresholdEU and Energy Service Contracting procedure - esco:
Possible values in The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA:
|
| value: | Value, required Validation rules:
|
| 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:
|
|---|---|
| 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. |
|
![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)