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

partyRole.csv: Add climateFinanceFocalPoint code #429

Merged
merged 9 commits into from
Nov 21, 2023
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