This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-organisations/iati-organisation/recipient-org-budget/period-end
This is the reference page for the XML element period-end
.
The ending date for the budget period, in ISO 8601 format (e.g. 2011-03-31 for 31 March 2011). This element must be present.
The ISO 8601 date.
This value must be of type xsd:date.
Example usage of period-end
in context of recipient-org-budget
element.
A date in ISO 8601 format (YYYY-MM-DD) for the period-end
date of the reporting period (YYYY-MM-DD) is required:
<recipient-org-budget>
<recipient-org ref="123">Example Recipient Organisation</recipient-org>
<period-start iso-date="2014-01-01" />
<period-endiso-date="2014-12-31"/>
<value currency="USD" value-date="2014-01-01">2500000</value>
</recipient-org-budget>
<recipient-org-budget>
<recipient-org ref="123">Example Recipient Organisation</recipient-org>
<period-start iso-date="2015-01-01" />
<period-endiso-date="2015-12-31"/>
<value currency="USD" value-date="2015-01-01">3000000</value>
</recipient-org-budget>
<recipient-org-budget>
<recipient-org ref="123">Example Recipient Organisation</recipient-org>
<period-start iso-date="2016-01-01" />
<period-endiso-date="2016-12-31"/>
<value currency="USD" value-date="2014-01-01">3500000</value>
</recipient-org-budget>
Find the source of this documentation on github: