.. index:: Contract
Contract
Schema
id: | uid, auto-generated |ocdsDescription| The identifier for this contract. |
||||||
---|---|---|---|---|---|---|---|
awardID: | string, required |ocdsDescription| The Award.id against which this contract is being issued. |
||||||
contractID: | string, auto-generated, read-only |
||||||
contractNumber: | string |
||||||
title: | string |ocdsDescription| Contract title |
||||||
description: | string |ocdsDescription| Contract description |
||||||
status: | string, required |ocdsDescription| The current status of the contract. Possible values are:
|
||||||
period: |
|ocdsDescription| The start and end date for the contract. |
||||||
items: | List of :ref:`Item` objects, auto-generated, read-only |ocdsDescription| The goods, services, and any intangible outcomes in this contract. Note: If the items are the same as the award do not repeat. |
||||||
procuringEntity: |
|ocdsDescription| The entity managing the procurement, which may be different from the buyer who is paying / using the items being procured. |
||||||
suppliers: | List of :ref:`Organization` objects, auto-generated, read-only |
||||||
value: | Value object, auto-generated, read-only |ocdsDescription| The total value of this contract. |
||||||
dateSigned: | string, :ref:`date`, auto-generated |ocdsDescription| The date the contract was signed. In the case of multiple signatures, the date of the last signature. |
||||||
documents: | List of :ref:`Document` objects |ocdsDescription| All documents and attachments related to the contract, including any notices. |
||||||
changes: | List of :ref:`Change` objects. |
||||||
amountPaid: |
Amount of money actually paid. |
||||||
terminationDetails: | string, required for unsuccessful contract Reasons for contract termination. Presence of this field indicates that contract is unsuccessful. |
Workflow
.. graphviz:: digraph G { A [ label="active*" ] B [ label="terminated"] A -> B; }
* marks initial state