You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest 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 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/country-budget-items
This is the reference page for the XML element country-budget-items
.
Recipient country budget items.
This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities.
A code for the common functional classification or country system (This allows for common codes, country-specific, or any other classification agreed between countries and donors).
This value must be of type xsd:string.
This value must be on the BudgetIdentifierVocabulary codelist.
The country-budget-items
element acts as a container for other sub elements.
Example country-budget-items
that declares BudgetIdentifierVocabulary
code 2 (Country Chart of Accounts):
<country-budget-items vocabulary="2">
...
</country-budget-items>
Full example:
<country-budget-items vocabulary="2">
<budget-item code="1.1.1">
<description>Description text</description>
</budget-item>
</country-budget-items>
This is a new element, introduced in version 1.03 of the standard
This element did not exist
This element did not exist
Find the source of this documentation on github: