Skip to content

Latest commit

 

History

History
93 lines (63 loc) · 1.88 KB

contract.rst

File metadata and controls

93 lines (63 loc) · 1.88 KB

Contract

Contract

Schema

id

uid, auto-generated

The identifier for this contract.

awardID

string, required

The Award.id against which this contract is being issued.

contractID

string, auto-generated, read-only

contractNumber

string

title

string, required

Contract title

description

string

Contract description

value

Value object, auto-generated, read-only

The total value of this contract.

items

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

The goods, services, and any intangible outcomes in this contract. Note: If the items are the same as the award do not repeat.

suppliers

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

status

string, required

The current status of the contract.

Possible values are:

  • pending - this contract has been proposed, but is not yet in force. It may be awaiting signature.
  • active - this contract has been signed by all the parties, and is now legally in force.
  • cancelled - this contract has been cancelled prior to being signed.
period

Period

The start and end date for the contract.

dateSigned

string, date

The date when the contract was signed. In the case of multiple signatures, the date of the last signature.

date

string, date

The date when the contract was changed or activated.

documents

List of Document objects

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