Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 1.92 KB

File metadata and controls

90 lines (60 loc) · 1.92 KB

Award

Award

Schema

id

string, auto-generated, read-only

The identifier for this award.

bid_id

string, auto-generated, read-only

The Id of a bid that the award relates to.

title

string, multilingual

Award title.

description

string, multilingual

Award description.

status

string

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

The date of the contract award.

value

Value object, auto-generated, read-only

The total value of this award.

suppliers

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

The suppliers awarded with this award.

items

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

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

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

complaints

List of Complaint objects

complaintPeriod

period

The timeframe when complaints can be submitted.

lotID

string

Id of related lot.