Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contractual arrangement #254

Open
duncandewhurst opened this issue Dec 23, 2020 · 0 comments
Open

Contractual arrangement #254

duncandewhurst opened this issue Dec 23, 2020 · 0 comments
Labels
codelists This issue relates to the codelists ppp Relates to ppp projects schema This issue relates to the schema
Milestone

Comments

@duncandewhurst
Copy link
Contributor

From #251:

SIF's SOURCE platform includes a Contractual Arrangement field with the following codelist:

* User-pays PPP

* Government Pays PPP

* PPP

* Concession

* Lease to Concession Transformation (specific to Ukraine)

* Design Build Operate

* Design Build Maintain

* Design and Build

* Build Only

This codelist seems to mix information on the functions that the private sector is responsible for (Design, Build, Operate, Maintain), the payment mechanism (user or government) and the contract arrangement (PPP, concession, lease to concession).

Information on the functions can be mapped to the expanded contract nature codelist discussed in #245, however OC4IDS doesn't currently offer a way to model information on the payment mechanism or the type of contract.

Contract arrangement

The reference guide explains that, for PPP contracts:

(...) there is no consistent, international standard for naming and describing these different types of contract. This varying terminology can create confusion when comparing international experience.

and for concession contracts:

Concession is used for a range of types of contract, as described in Delmon (Delmon 2010, Box 1 on page 9). In some jurisdictions, concession may imply a specific type of contract; while in others it is used more widely

Lease (affermage) contracts meanwhile are defined by the World Bank as:

generally public-private sector arrangements under which the private operator is responsible for operating and maintaining the utility but not for financing the investment.

The World Bank PPP LRC offers a different breakdown of contract arrangements, but notes that 'there is overlap between the categories and the name given to a particular agreement may not reflect this classic categorization.'

* Utility Restructuring, Corporatization and Decentralization

* Civil Works and Service Contracts

* Management and Operating Agreements

* Leases / Affermage

* Concessions, Build-Operate-Transfer (BOT), Design-Build-Operate (DBO)

* Joint Ventures and Partial Divestiture of Public Assets Full Divestiture

* Full Divestiture

* Contract Plans and Performance Contracts

In terms of modelling the type of arrangement, we need to decide whether to use a closed codelist, an open codelist or a free-text field, and we need to decide whether the field should be scalar or an array.

Given the issues with inconsistent terminology and overlap, I'm leaning towards an open codelist and an array, paired with a free-text details field, e.g.

{
  "arrangementType": ["lease", "concession"],
  "arrangementTypeDetails": "Lease to Concession Transformation"
}

From #251 (comment):

Regarding functions and contractual arrangement, ANZIP has a Procurement Approach field which mixes various concepts, but has some values which may be relevant to this issue:

* Market Led Proposal

* Confirmed PPP

* Traditional Procurement

* Possible PPP

* Alliance

* Privatisation

* Unconfirmed

* Operations & Maintenance

* Power Purchase Agreement
@duncandewhurst duncandewhurst added schema This issue relates to the schema codelists This issue relates to the codelists ppp Relates to ppp projects labels Dec 23, 2020
@duncandewhurst duncandewhurst added this to the 1.0 milestone Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codelists This issue relates to the codelists ppp Relates to ppp projects schema This issue relates to the schema
Projects
None yet
Development

No branches or pull requests

1 participant