recipient-region-budget

iati-organisations/iati-organisation/recipient-region-budget

This is the reference page for the XML element recipient-region-budget.

Definition

The recipient-region-budget element allows for the reporting of forward looking budgets where the organisation maintains region-wide, rather than or in addition to country-specific budgets. The recommendation is that, where and when possible, the organisation’s total annual planned budget for each of the next three financial years is reported for each recipient region. This must NOT include an aggregation of budgets reported in the recipient-country-budget element. It is strongly recommended that publishers report to existing defined regions wherever possible. 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 recipient-region-budget for an iati-organisation.
This element is a parent for other child elements.
<recipient-region-budget status="1">
...
</recipient-region-budget>
Full example with all child elements.
  <recipient-region-budget status="2">
   <recipient-region vocabulary="99" vocabulary-uri="http://example.com/vocab.html" code="A1" />
   <period-start iso-date="2014-01-01" />
   <period-end iso-date="2014-12-31" />
   <value currency="USD" value-date="2014-01-01">25000000</value>
   <budget-line ref="1234">
    <value currency="USD" value-date="2014-01-01">2000000</value>
    <narrative xml:lang="en">Budget Line</narrative>
   </budget-line>
  </recipient-region-budget>
The recipient-region-budget element can be repeated in any iati-organisation.

Changelog

2.02

The optional recipient-region-budget element was added.

Developer tools

Find the source of this documentation on github: