total-expenditure

iati-organisations/iati-organisation/total-expenditure

This is the reference page for the XML element total-expenditure.

Definition

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.

Rules

This element may occur any number of times.

Example Usage

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.

Changelog

2.02

The optional total-expenditure element was added.

Developer tools

Find the source of this documentation on github: