-
Notifications
You must be signed in to change notification settings - Fork 23
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
Total organisational budgets not summed over ISO codes #647
Comments
Can you tell me which publisher we are looking at here? and I'll take a look at how things are calculated here, I would expect them to be added but maybe something else is happening. |
Ahh, it is not getting added, thinking back I can remember there being some discussion on this sort of thing and the conclusion was that the budgets as published in the org file should be one per country per year and an attempt to combine them might make things worse. So we just pick one for display. Easy enough to change and I think it makes sense to do so. Just let me know what page you are looking at so I can do some before and after tests that it's doing the right thing there. |
Hi @xriss, thanks! My example is from GAVI's data |
This is a dquery that shows which publishers / countries would be effected by this change sorted by size of change in USD. From this I found that US-GOV-1 reporting seems to involve double budgets for the same year with the same IATI status but with a different usg:type attribute. EG
Currently we are just picking one of these which seems to be more correct than adding them up. So now I'm not sure if we should be making this change unless we talk to US-GOV-1 about this first. Although it would fix it for you by a small amount it would double the number by a rather large amount in a lot of other cases. cc- @markbrough @stevieflow |
Hi!
Where there are multiple annual budgets for the same ISO code in an org file - for example, to differentiate between budgets for the Syrian Arab Republic and North-west Syria - the total annual budget is only showing one budget, not their sum.
This org file contains two 2022 budgets, both under the SY recipient-country code:
But the 2022 total only shows the value of the first budget:
Would it be possible to sum these to allow the org file to contain this level of detail without affecting the total budget?
Thanks!
The text was updated successfully, but these errors were encountered: