recipient-org¶
iati-organisations/iati-organisation/recipient-org-budget/recipient-org
This is the reference page for the XML element recipient-org
.
Definition¶
The organisation that will receive the funds.
Rules¶
This element must occur once and only once (within each parent element).
Attributes¶
- @ref
Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation.
This value must be of type xsd:string.
Example Usage¶
Example usage of recipient-org
in context of recipient-org-budget
element:
@ref
attribute. <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>
Changelog¶
2.01¶
narrative
element.