recipient-org-budget¶
iati-organisations/iati-organisation/recipient-org-budget
This is the reference page for the XML element recipient-org-budget. See also the relevant overview page: Budgets
Definition¶
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.
Rules¶
This element may occur any number of times.
The time between recipient-country-budget/period-start/@iso-date and recipient-country-budget/period-end/@iso-date must not be over a year
The time between recipient-org-budget/period-start/@iso-date and recipient-org-budget/period-end/@iso-date must not be over a year
@xml-lang must exist, otherwise all lang must exist.
@default-currency must exist, otherwise all currency must exist.
Example Usage¶
<recipient-org-budget>
...
</recipient-org-budget>
<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>