Award

Schema

id:

string, auto-generated, read-only

OpenContracting Description: The identifier for this award.

title:

string, multilingual

OpenContracting Description: Award title.

description:

string, multilingual

OpenContracting Description: Award description.

status:

string

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 comittee
  • active - default status
  • 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

OpenContracting Description: The total value of this award.

suppliers:

List of Organization objects

OpenContracting Description: The suppliers awarded with this award.

items:

List of Item objects, auto-generated, read-only

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 Document objects

OpenContracting Description: All documents and attachments related to the award, including any notices.

subcontractingDetails:
 

string

The text field of any length that contains information about subcontractor.

qualified:

bool

Confirms that Procuring entity has no grounds to reject a participant in accordance with Article 17 of the Law of Ukraine “On Public Procurement”.

lotID:

string

Id of related Lot. Only if tender.procurementMethodType is negotiation or negotiation.quick.

Award workflow

digraph G {
    A [ label="pending*" ]
    B [ label="active"]
    C [ label="cancelled"]
    D [ label="unsuccessful"]
     A -> B;
     A -> D;
     B -> C;
}

* marks initial state