Award
Schema
- id:
string, auto-generated, read-only
OpenContracting Description: The identifier for this award.
- bid_id:
string, auto-generated, read-only
The Id of a bid that the award relates to.
absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
- title:
string, multilingual
OpenContracting Description: Award title.
- description:
string, multilingual
OpenContracting Description: Award description.
- status:
string, required
OpenContracting Description: The current status of the award drawn from the awardStatus codelist.
Possible values are:
pending - the award is under review of qualification committee
unsuccessful - the award has been rejected by qualification committee
active - the tender is awarded to the bidder from the bid_id
cancelled - the award has been cancelled by complaint review body
- date:
string, Date, auto-generated, read-only
OpenContracting Description: The date of the contract award.
- value:
Value object, auto-generated, read-only
OpenContracting Description: The total value of this award.
Differences in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
Value object
- weightedValue:
WeightedValue object, auto-generated, read-only
The weighted value of this award.
- suppliers:
List of BusinessOrganization objects, auto-generated, read-only
OpenContracting Description: The suppliers awarded with this award.
Differences in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
List of BusinessOrganization objects
- items:
List of Item objects
OpenContracting Description: The goods and services awarded in this award, broken into line items wherever possible. Items should not be duplicated, but the quantity specified instead.
- documents:
List of ConfidentialDocument objects
OpenContracting Description: All documents and attachments related to the award, including any notices.
- complaints:
- complaintPeriod:
-
The timeframe when complaints can be submitted.
- lotID:
string
Id of related Lot.
Differences in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
Id of related Lot. Only if tender.procurementMethodType is negotiation or negotiation.quick.
- qualified:
bool
Confirms the absence of grounds for refusal to participate in accordance with Article 17 of the Law of Ukraine “On Public Procurement”.
- milestones:
List of Milestone objects
Award milestones.
- requirementResponses:
List of RequirementResponse objects.
absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
Additionally in Energy Service Contracting procedure - esco, The Competitive Dialogue procedure - competitiveDialogueEU, competitiveDialogueUA, Close Framework Agreement procedure - closeFrameworkAgreement, Competitive Ordering procedure - competitiveOrdering, Open procedure - aboveThreshold, Open procedure - aboveThresholdUA, Відбір управителя складного активу - complexAsset.arma and Open procedure with publication in English - aboveThresholdEU:
- eligible:
bool
Confirms compliance of eligibility criteria set by the procuring entity in the tendering documents.
- period:
-
The timeframe for making decision regarding award.
Additionally in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
- subcontractingDetails:
string
The text field of any length that contains information about subcontractor.
Award for Відбір управителя складного активу - complexAsset.arma
Schema
No differences from Award, except:
- value:
AmountPercentageValue object, auto-generated, read-only
OpenContracting Description: The total value of this award.
- weightedValue:
AmountPercentageWeightedValue object, auto-generated, read-only
The weighted value of this award.
Award for Energy Service Contracting procedure - esco
Schema
No differences from Award, except:
- value:
ESCOValue object, auto-generated, read-only
OpenContracting Description: The total value of this award.
- weightedValue:
ESCOWeightedValue object, auto-generated, read-only
The weighted value of this award.
Award workflow in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick:
![digraph G {
A [ label="pending*" ]
B [ label="active"]
C [ label="cancelled"]
D [ label="unsuccessful"]
A -> B;
A -> D;
B -> C;
}](../_images/graphviz-15b26b3852a919bdc8fa96c132efbf93def9cd73.png)
* marks initial state
Workflow in Open procedure with publication in English - aboveThresholdEU and Energy Service Contracting procedure - esco:
![digraph G {
A [ label="pending*" ]
B [ label="active"]
C [ label="cancelled"]
D [ label="unsuccessful"]
A -> B;
A -> D;
B -> C;
D -> C;
}](../_images/graphviz-29f86d383f6acfaa9006c6ee803aba59246b6214.png)
* marks initial state