iati-organisations/iati-organisation/recipient-org-budget
This is the reference page for the XML element recipient-org-budget
.
The recipient-org-budget element allows for the reporting of forward looking budgets for each institution which receives core funding from the reporting organisation. The recommendation is that, where and when possible, annual planned budgets for each recipient institution for each of the next three financial years are reported. This is primarily applicable to donors but any provider of core funding is expected to use it. Earmarked budgets should be reported at activity-level through the Activity Standard. 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 element may occur any number of times.
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 of recipient-org-budget
for an iati-organisation
.
This element is a parent for other child elements.
<recipient-org-budget status="1">
...
</recipient-org-budget>
Full example with all child elements.
<recipient-org-budget status="2">
<recipient-org ref="AA-ABC-1234567">
<narrative>Org Name</narrative>
</recipient-org>
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">2500000</value>
<budget-line ref="1234">
<value currency="USD" value-date="2014-01-01">2000000</value>
<narrative>Budget Line</narrative>
</budget-line>
</recipient-org-budget>
The recipient-org-budget
element can be repeated in any iati-organisation
.
The status
attribute was added.
Find the source of this documentation on github: