Skip to content

Commit

Permalink
Merge pull request #429 from open-contracting/420-climate-finance-dec…
Browse files Browse the repository at this point in the history
…ision-maker

partyRole.csv: Add climateFinanceFocalPoint code
  • Loading branch information
neelima-j authored Nov 21, 2023
2 parents 60b9fd0 + afa82f2 commit 20ae42f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
14 changes: 12 additions & 2 deletions docs/cost/ids/sustainability.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,19 @@ Identify who approved the climate finance investment in the country (organizatio
:columns: 8
OC4IDS mapping
^^^
Project level: [Add an organization](../common.md#add-an-organization) for the decision maker and add 'climateFinanceFocalPoint' to its `.roles` array.
```json
{
"parties": [
{
"id": "1",
"name": "Presidential Climate Commission",
"roles": [
"climateFinanceFocalPoint"
]
}
]
}
```
````
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

* [#355](https://github.com/open-contracting/infrastructure/pull/355) - use correct normative and non-normative keywords codelist descriptions.
* [#377](https://github.com/open-contracting/infrastructure/pull/377) - clarify business logic in contractingProcessStatus codelist.
* Add codes:
* partyRole:
* [#429](https://github.com/open-contracting/infrastructure/pull/429) - 'climateFinanceFocalPoint'
* [#431](https://github.com/open-contracting/infrastructure/pull/431) - add environmentalGoal codelist.
* add codelists:
* [#369](https://github.com/open-contracting/infrastructure/pull/369) - classificationScheme
Expand Down
15 changes: 13 additions & 2 deletions mapping/sustainability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,19 @@
module: Climate finance
indicator: Decision-making process
disclosure format: Identify who approved the climate finance investment in the country (organization, party, role)
mapping: ''
example: ''
mapping: 'Project level: [Add an organization](../common.md#add-an-organization) for the decision maker and add ''climateFinanceFocalPoint'' to its `.roles` array.'
example: |-
{
"parties": [
{
"id": "1",
"name": "Presidential Climate Commission",
"roles": [
"climateFinanceFocalPoint"
]
}
]
}
- id: '3.5'
title: Nationally Determined Contributions (NDC)
module: Climate finance
Expand Down
1 change: 1 addition & 0 deletions schema/project-level/codelists/partyRole.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ reviewBody,Review body,A party responsible for the review of this procurement pr
interestedParty,Interested party,"A party that has expressed an interest in the contracting process: for example, by purchasing tender documents or submitting clarification questions.",OCDS
publicAuthority,Public Authority,The entity responsible for developing the infrastructure assets and/or delivering the public services in this project.,OC4IDS
administrativeEntity,Administrative Entity,The entity responsible for contract administration.,OC4IDS
climateFinanceFocalPoint,Climate finance focal point,An organization that serves as the interface between the government of the country in which the infrastructure project is located and climate finance funders. The focal point is responsible for identifying and/or endorsing project ideas prior to submission to a climate finance funder.,OC4IDS

0 comments on commit 20ae42f

Please sign in to comment.