open-contracting / infrastructure

Documentation of the Open Contracting for Infrastructure Data Standards (OC4IDS) Toolkit
https://standard.open-contracting.org/infrastructure/
Other
6 stars 0 forks source link

Project monitoring (oversight functions) #417

Closed duncandewhurst closed 10 months ago

duncandewhurst commented 11 months ago

Background

This issue relates to the following CoST IDS elements proposed in the CoST IDS/OC4IDS review:

Type of project monitoring ## Type of project monitoring **Module:** Climate finance **Indicator:** KPIs ### Disclosure format > Select from a list: > > * internal > * external > * mixed ### OC4IDS mapping > Map to `environment.climateOversightFunctions`.

@evelyndinora explained the use case for this element and provided some further detail on the meaning of the proposed codes:

The SG wants to see an optimal positive impact on climate metrics, but this should be credible. This is not exactly monitoring but I think it could be applicable. The primary difference between the internal and the external oversight functions is the degree of independence with which they are able to carry out their activities. Another difference is with regard to the reporting lines, where typically the internal oversight body reports to management, while the external oversight body reports to the governing body. However, this difference is reduced in situations where the internal oversight body has dual reporting lines, to both management and the governing body. Lastly, there are also differences in terms of the focus of oversight activities carried out internally, or externally.

Ref. https://www.unevaluation.org/document/detail/88

Proposal

Add the following field to the environment object proposed in #393:

Path Title Description Type (format) Codelist
environment.climateOversightFunctions Climate oversight functions The functions tasked with oversight of the project’s climate impact, from the closed oversightFunctions codelist. Array oversightFunctions

Add an oversightFunctions codelist with the following codes:

Codelist Code Title Description
oversightFunctions internal Internal An oversight function that is functionally and managerially part of the project. Internal oversight functions typically report to management.
oversightFunctions external External An oversight function that is functionally and managerially independent from the project. External oversight functions typically report to an external body.

Example

A project with both internal and external climate oversight functions:

{
  "environment": {
    "climateOversightFunctions": ["internal", "external"]
  }
}

Sources

Discussion

@evelyndinora, @mgraca-prado:

duncandewhurst commented 11 months ago

@evelyndinora, @mgraca-prado, it would be great to get your feedback on the discussion points above, please.

EvelynDinora commented 11 months ago

@duncandewhurst Yes, the scope of the proposed field is correct. Thanks

duncandewhurst commented 11 months ago

@EvelynDinora I'm assuming that you're happy that no further clarification is required concerning the second discussion point. Let me know if not.

@jpmckinney please let me know if you're happy with this proposal.

jpmckinney commented 11 months ago

I'm not sure that "The functions tasked with oversight of the project’s climate impact" describes the field.

It's more like "Whether the oversight of this project's climate impact is performed internally, externally or both."

jpmckinney commented 11 months ago

As such, I think the field name and codelist name can also be improved. I don't know an appropriate term whose domain would cover the terms "internal" "external" in this context (in other contexts, maybe: perspective, position, relationship). "type" and its synonyms ("nature", etc.) are sort of overused catch-all terms, but I guess climateOversightTypes is an improvement.

duncandewhurst commented 10 months ago

climateOversightTypes sounds good to me. How about the following?

Path Title Description Type (format) Codelist
environment.climateOversightTypes Climate oversight types Whether the oversight of this project's climate impact is performed internally, externally or both, from the closed climateOversightTypes codelist. Array climateOversightTypes
Codelist Code Title Description
climateOversightTypes internal Internal Oversight that is functionally and managerially part of the project. Internal oversight functions typically report to management.
climateOversightTypes external External Oversight that is functionally and managerially independent from the project. External oversight functions typically report to an external body.
jpmckinney commented 10 months ago

LGTM