Documentation
Adds an object to the tender and lot objects to describe the assets used for the provision of public services.
Guidance
If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
Legal context
In the European Union, this extension's fields correspond to Article 4, clause 4 of Regulation 1370/2007 and eForms OPP-020-Contract (Assets related contract extension indicator), OPP-021-Contract (Used asset), OPP-022-Contract (Significance (%)), and OPP-023-Contract (Predominance (%)).For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
Examples
Tender
{
"tender": {
"hasEssentialAssets": true,
"essentialAssets": {
"description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
"significance": "30",
"predominance": "40"
}
}
}
Lot
{
"tender": {
"lots": [
{
"id": "LOT-0001",
"hasEssentialAssets": true,
"essentialAssets": [
{
"description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
"significance": "30",
"predominance": "40"
}
]
}
]
}
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
Changelog
2023-06-13
- Change
Lot.essentialAssets
from an object to an array.
2023-04-05
- Add
essentialAssets
andhasEssentialAssets
to theLot
object.
2020-04-24
- Add
minProperties
,minItems
and/orminLength
properties.
This extension was originally discussed as part of the OCDS for EU profile in issue #60 and in pull requests.