Hi!
I have a question about the methodology.
I don’t understand the reason of “370 days” in the pseudocode of this indicator:
If start and end are both not null
If (end - start <= 370 days)
If end month >= 7
budget year = end year
Else
budget year = end year - 1
Else ignore the budget
Else budget year is null
I’m not sure but perhaps this is the reason why the following activity doesn’t appear in the 2017 table.
This is the example (obviously, in the IATI XML file published, the data are correctly formatted)
activity-date type=“1” iso-date=“2013-10-08”
activity-date type=“3” iso-date=“2017-04-08”
And I include the budget information of every year:
budget
period-star="2013-10-08"
period-end="2013-12-31"
value 1176.5
budget
period-start ="2014-01-01"
period-end iso-date="2014-12-31"
value 13765.05
budget
period-start="2015-01-01"
period-end "2015-12-31"
value 13765.05
budget
period-start="2016-01-01"
period-end="2016-12-31"
value 13765.05
budget
period-start "2017-01-01"
period-end iso-date="2017-12-31"
value 4653.35
Thanks in advance
Alberto Amaro