Documentation

Adds fields to the tender object to describe the legal basis of the contracting process – that is, the laws and regulations that govern the contracting process and that grant legal authority to the procuring entity.

The tender.legalBasis field is a Classification object. Example classification schemes are LEX, CELEX and ELI.

To identify the procedure used, whether by formal name or by legal citation, use the tender.procurementMethodDetails field.

To indicate whether the contracting process is covered by a treaty, like the Agreement on Government Procurement (GPA), use the coveredBy extension. To indicate whether the contracting process is accelerated, involves framework agreements, or has other modalities, browse the extensions.

Guidance

If the legal basis is country-specific, it is recommended to prefix the ISO 3166-1 alpha-2 code to the classification scheme: for example, "HN-ONCAE" for the Oficina Normativa de Contratación y Adquisiciones del Estado (ONCAE) in Honduras.

In the European Union, this extension's fields correspond to eForms BT-01 (Procedure Legal Basis), BT-09 (Cross Border Law) and Article 39, paragraph 5 of Directive 2014/24/EU.See OCDS for the European Union for the correspondences to Tenders Electronic Daily (TED).

Example

{
  "tender": {
    "crossBorderLaw": "Italian procurement legislation",
    "legalBasis": {
      "id": "32014L0025",
      "scheme": "CELEX"
    }
  }
}

Issues

Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.

Changelog

2021-01-19

  • Add guidance on the choice of the classification scheme for country-specific legal basis.

2020-04-24

  • Add minProperties, minItems and/or minLength properties.

This extension was originally discussed as part of the OCDS for EU profile and in pull requests.