Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.12 KB

File metadata and controls

77 lines (52 loc) · 2.12 KB

Award

Award

Schema

id

string, auto-generated, read-only

Identifier for this award.

bid_id

string, auto-generated, read-only

The ID of a bid that the award relates to.

status

string, required

The current status of the award drawn from the awardStatus codelist.

Possible values are:

  • pending.verification - the procedure awaits the auction protocol to be uploaded
  • pending.payment - the procedure awaits the payment to be made
  • unsuccessful - the award has been rejected by the qualification committee (bank)
  • active - the auction is awarded to the bidder from the bid_id
  • pending.waiting - the second bidder awaits the first bidder to be disqualified
  • cancelled - the second bidder does not want to wait for the first bidder to be disqualified
verificationPeriod

period, auto-generated, read-only

The period of uploading (for the auction winner) and verification (for the bank) of the auction protocol

signingPeriod

period, auto-generated, read-only

The period for the contract to be activated in the system (by the bank)

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

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

The suppliers awarded with this award.

items

Array 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 should be specified instead.

documents

Array of Document objects, required

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