Awards, contracts, buyers and suppliers¶
Contracting processes can take many forms and follow many different types of procedure, from a simple contracting process resulting in a single contract between a buyer and supplier, to a multi-buyer, multi-supplier framework agreement implemented as an electronic catalog.
The examples in this guidance explain how to model awards, contracts, buyers and suppliers occurring in different types of contracting processes using OCDS.
Definitions¶
In order to understand the modelling examples, it’s important to first clarify the definitions of some key concepts.
Award¶
The UNCITRAL Model Law on Public Procurement (2011) was developed through extensive consultations with governments and interested international organizations and therefore reflects the procurement practices and concepts used in many different jurisdictions. The UNCITRAL glossary defines the "Award of a procurement contract or framework agreement" as:
A final stage of the procurement proceedings regulated by the Model Law, resulting in the conclusion and entry into force of a procurement contract or framework agreement between the procuring entity and selected supplier(s) or contractor(s).
In OCDS, the Award
object is intended to communicate a direct relationship between items, suppliers, and values. It ought to be possible to know, at the award stage, in OCDS data, which items will later be supplied by which suppliers, and what the value of those contracts will be.
Note
The OCDS schema and documentation are not clear what, precisely, is meant by 'award'. A revision of the definition of Award
in OCDS is being considered for a future version of the standard (GitHub issue).
Contract¶
Contracting processes can result in different types of contract between buyers and suppliers, which can include:
A contract establishing the relationship, like the set-up of a framework agreement
A contract within the relationship, like a call-off contract under a framework agreement
Purchase orders
Catalog purchases
In OCDS, the Contract
object is intended to communicate a legally binding agreement between a buyer and suppliers to provide items. This excludes agreements to set-up a structure through which contracts are later awarded to provide items, for example: a contract to set up or add suppliers to a framework agreement or dynamic purchasing system.
Note
The OCDS schema and documentation are not clear what, precisely, is meant by 'contract'. A revision of the definition of Contract
is being considered for a future version of the standard (GitHub issue).
Buyer¶
OCDS defines the buyer as:
an entity whose budget will be used to pay for goods, works or services related to a contract. This may be different from the procuring entity who may be specified in the tender data.
Note
Elsewhere in the OCDS schema the buyer is described as:
The entity managing the procurement. This may be different from the buyer who pays for, or uses, the items being procured.
There is a proposal to align this description with the above definition.
Suppliers¶
OCDS defines a supplier as:
An entity awarded or contracted to provide goods, works or services.
Electronic Catalog¶
EU directive 2014/24/EU on public procurement categorises an electronic catalog as a techniques, or instrument, for electronic and aggregated procurement and describes an electronic catalog as:
...a format for the presentation and organisation of information in a manner that is common to all the participating bidders and which lends itself to electronic treatment
The Chartered Institute of Procurement and Supply describes an electronic catalog as:
a web resource that provides information on products and services offered and sold by a vendor, and supports on-line ordering and payment capabilities.
Purchase order¶
A purchase order is an official document issued by a buyer committing to pay a supplier for the supply of specific goods, works or services to be delivered in the future.
Purchase orders can be issued against an existing contract, or if no prior contract exists then acceptance of a purchase order by a supplier forms a contract between buyer and supplier.
The OCDS model¶
OCDS defines a common model for disclosing structured data on public contracting processes carried out in any jurisdiction, including data on awards, contracts, buyers and suppliers.
Awards and contracts¶
In OCDS, awards and contracts are modelled as separate stages of the contracting process. This approach allows for the possibility that an award is made but a contract is never entered into. The model also allows for the possibility that there is a difference between the award and the signed contract, either in value, duration, items or otherwise. While such differences might be illegal in some jurisdictions, they can occur in some cases and are therefore possible in OCDS. Source systems can contain data on awards, on contracts, or on both.
Planning
Initiation (Tender)
Award
Contract
Implementation
Each contracting process can have many awards and each award can have many related contracts.
Buyers¶
In OCDS, the buyer is modelled as relating to the contracting process as a whole and each contracting process has only a single buyer
field, i.e. all awards and contracts resulting from the contracting process share the same buyer.
That said, many organizations can be assigned the 'buyer' role in the parties
section, making it possible to represent contracting processes with a 'lead' buyer and other buyers.
Suppliers¶
Suppliers are modelled as relating to awards in OCDS and there can be multiple suppliers per award, i.e. all contracts relating to the same award share the same suppliers.