You are viewing VERSION 2.03 of IATI Standard Reference View another version
total-budget
iati-organisations/iati-organisation/total-budget
This is the reference page for the XML element total-budget
.
Definition
The total-budget element allows for the reporting of the organisation’s own budget. The recommendation is that, where and when possible, the organisation’s total annual planned budget for each of the next three years is reported. The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative.
Rules
This element may occur any number of times.
Attributes
- @status
The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative.
This value must be of type xsd:string.
This value must be on the BudgetStatus codelist.
Example Usage
Example of total-budget
for an iati-organisation
.
This element is a parent for other child elements.
<total-budgetstatus="1">
...
</total-budget>
Full example with all child elements.
<total-budgetstatus="2">
<period-startiso-date="2014-01-01"/>
<period-endiso-date="2014-12-31"/>
<valuecurrency="USD"value-date="2014-01-01">250000000</value>
<budget-lineref="1234">
<valuecurrency="USD"value-date="2014-01-01">200000000</value>
<narrative>BudgetLine</narrative>
</budget-line>
</total-budget>
The total-budget
element can be repeated in any iati-organisation
.
Changelog
2.02
The status
attribute was added.
Developer tools
Find the source of this documentation on github:
Subelements