You are viewing VERSION 2.02 of IATI Standard Reference View another version
To search for organisations and projects in IATI data, see IATI data access tools
You are viewing VERSION 2.02 of IATI Standard Reference View another version
iati-organisations/iati-organisation/recipient-country-budget/recipient-country
This is the reference page for the XML element recipient-country
.
The recipient country.
This element must occur once and only once (within each parent element).
ISO 3166-1 alpha-2 code for the country.
This attribute is required.
This value must be of type xsd:string.
This value should be on the Country codelist.
Example usage of recipient-country
in context of recipient-country-budget
element:
<recipient-country-budget status="2">
<recipient-countrycode="AF"/>
<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>Budget Line</narrative>
</budget-line>
</recipient-country-budget>
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element, but only in particular use-cases.
Find the source of this documentation on github: