You are viewing VERSION 2.02 of IATI Standard Reference View another version
Important notice:
Organisations involved in addressing the COVID-19 pandemic are encouraged to publish data on their spending and activities using the IATI Standard. See COVID-19 IATI publishing guidance.
Discover how to access data by reading Guidance: Accessing and Using IATI COVID-19 Data
You are viewing VERSION 2.02 of IATI Standard Reference View another version
iati-organisations/iati-organisation/total-expenditure
This is the reference page for the XML element total-expenditure
.
The total-expenditure element allows for the reporting of the organisation’s international development expenditure. The recommendation is that, where and when possible, the organisation’s total expenditure for each of the past three years is reported. The expense line allows publishers to record further breakdown.
This element may occur any number of times.
Example of total-expenditure
for an iati-organisation
.
This element is a parent for other child elements.
<total-expenditure>
...
</total-expenditure>
Full example with all child elements.
<total-expenditure>
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">250000000</value>
<expense-line ref="1234">
<value currency="USD" value-date="2014-01-01">200000000</value>
<narrative xml:lang="en">Expense Line</narrative>
</expense-line>
</total-expenditure>
The total-expenditure
element can be repeated in any iati-organisation
.
The optional total-expenditure
element was added.
Find the source of this documentation on github: