codeforIATI / iati-datastore

An open-source datastore for IATI data with RESTful web API providing XML, JSON, CSV plus ETL tools
https://datastore.codeforiati.org
Other
1 stars 1 forks source link

Currency conversion to USD - Part 1 #379

Closed radix0000 closed 1 year ago

radix0000 commented 1 year ago

Add table to contain exchange rates to database, plus new USD column to transactions, functionality to download and update exchange rates and do currency conversions, as well as currency conversion tests (Part 2 will add functionality to do currency conversion when parsing, once Part 1 has been merged and updated)

radix0000 commented 1 year ago

Superseded by https://github.com/codeforIATI/iati-datastore/pull/382