Skip to content

Commit

Permalink
results don't add up convincingly yet
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Oct 18, 2024
1 parent 5f39f48 commit b60f231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node build/src/dfs.js mcf-out.csv mcf-dfs.csv
node ./build/src/analyse-sarafu-challenge-solution.js ./debt.csv ./dfs.csv
node ./build/src/analyse-sarafu-challenge-solution.js ./debt.csv ./mcf-dfs.csv
```
You'll see MCF+BEW nets 49% of debt and DFS by itself only nets 43% of debt, so it's underperforming by 15%.
You'll see MCF+BEW nets ??% of debt and DFS by itself only nets ??% of debt, so it's underperforming by ??%.

### Input data
The Sarafu Netting Challenge uses the transaction data from the [Sarafu Community Inclusion Currency, 2020-2021](https://www.nature.com/articles/s41597-022-01539-4) which is available for download free of charge from [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=855142). To obtain the dataset you may be able to use your existing academic credentials, or you may need to create an account and wait a few days for it to be activated. The download will contain a folder named `Sarafu2021_UKdb_submission` which contains a folder named `sarafu_xDAI`, which contains a file named `sarafu_txns_20200125-20210615.csv`. It is this CSV file that will be used as an input here.
Expand Down

0 comments on commit b60f231

Please sign in to comment.