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.
This element may occur any number of times.
Example of recipient-org-budget
for an iati-organisation
.
This element is a parent for other child elements.
<recipient-org-budget>
...
</recipient-org-budget>
Full example with all child elements.
<recipient-org-budget>
<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
.
Find the source of this documentation on github: