Skip to content

open-contracting-extensions/ocds_recurrence_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurrence

This extension adds fields for information on the recurrence of the contracting process.

"Recurrence" means another contracting process for the same goods, services or works is likely to occur. This is not the same as awarding multiple contracts within a framework agreement.

A company might, for example, use this information to decide to invest in the machinery they would need to compete for the potential future contract.

Legal context

The Revised Agreement on Government Procurement (GPA) includes: "each notice of intended procurement shall include … c. for recurring contracts, an estimate, if possible, of the timing of subsequent notices of intended procurement".

The European Union is a party to the GPA, and as such its Directive 2014/24/EU (Public contracts — setting out clear ground rules) includes: "Part C: Information to be included in contract notices … 27. In the case of recurrent procurement, estimated timing for further notices to be published."

This extension's fields correspond to eForms BT-94 (Recurrence) and BT-95 (Recurrence Description).

Example

{
  "tender": {
    "hasRecurrence": true,
    "recurrence": {
      "dates": [
        {
          "startDate": "2020-01-01T00:00:00Z"
        },
        {
          "startDate": "2021-01-01T00:00:00Z"
        }
      ],
      "description": "The duration of this contract and recurrent contracts will not exceed three years."
    }
  }
}

Issues

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

Changelog

2020-04-24

  • Add minProperties, minItems and/or minLength properties.

The original draft extension can be found in the archived trade profile repository

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •