ONEcampaign / oda_data_package

A python package to access DAC ODA data
MIT License
3 stars 0 forks source link

Modify indicator: while debt relief is excluded from climate, debt swaps aren't #41

Open jm-rivera opened 1 year ago

jm-rivera commented 1 year ago

Rio markers should be applied to all bilateral allocable ODA. Allocable ODA excludes general budget support (development cooperation modality A01), imputed student costs (E02), debt relief (F01) except debt swaps (purpose code 60061-Debt for development swap and 60062-Other debt swap), administrative costs (G01), development awareness (H01) and refugees in donor countries (H02).

We need to adapt the indicators to include the purpose codes 60061 and 60062 while the rest of aid_type/cooperation modality F01 (debt relief) is excluded. Seeing as we currently filter on the aid_type column, will we need to remove the filter on F01 to include these purpose codes? If so, we need to understand the make up of F01 i.e. can we just exclude other purpose codes if they are all only part of F01 - unless there is an easier way i.e. a line that "excludes F01 except 60061 and 60062". I was not aware that purpose codes mapped onto aid_types, but the wording above suggests they are. Is this the case?

_Originally posted by @Mattie-P in https://github.com/ONEcampaign/oda_data_package/issues/37#issuecomment-1404833196_