You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
provider-org
iati-activities/iati-activity/transaction/provider-org
This is the reference page for the XML element provider-org
.
Definition
The organisation providing the money for the transaction (if omitted, the provider organisation is the reporting organisation).
Attributes
- @ref
Machine-readable identification string for the business object being described.
This value must be of type xsd:string.
- @provider-activity-id
If the funds are being provided from the budget of another activity that is reported to IATI, this should record the unique IATI activity identifier for that activity.
This value must be of type xsd:string.
Example Usage
The full name of the organisation making the financial transaction
(receiving in the case of loan and interest repayments).:
<provider-org>Agency B</provider-org>
The unique Organisation Identifier for the provider-org
:
<provider-org ref="BB-BBB-123456789-1234AA">Agency B</provider-org>
If the funds are being provided from another reported iati-activity
, the unique iati-identifier
is included:
<provider-org ref="BB-BBB-123456789" provider-activity-id="BB-BBB-123456789-1234AA">Agency B</provider-org>
Full example:
<transaction ref="1234">
<value currency="EUR" value-date="2012-01-01">1000</value>
<description>Transaction description text</description>
<transaction-type code="IF" />
<provider-org provider-activity-id="BB-BBB-123456789-1234AA" ref="BB-BBB-123456789">Agency B</provider-org>
<receiver-org receiver-activity-id="AA-AAA-123456789-1234" ref="AA-AAA-123456789">Agency A</receiver-org>
<transaction-date iso-date="2012-01-01" />
<disbursement-channel code="1" />
</transaction>
Full example with additional elements which can override the default value set in iati-activity
:
<transaction ref="1234">
<value currency="EUR" value-date="2012-01-01">1000</value>
<description>Transaction description text</description>
<transaction-type code="IF" />
<provider-org provider-activity-id="BB-BBB-123456789-1234AA" ref="BB-BBB-123456789">Agency B</provider-org>
<receiver-org receiver-activity-id="AA-AAA-123456789-1234" ref="AA-AAA-123456789">Agency A</receiver-org>
<transaction-date iso-date="2012-01-01" />
<flow-type code="20" />
<finance-type code="111" />
<aid-type code="A02" />
<tied-status code="5" />
<disbursement-channel code="1" />
</transaction>
Developer tools
Find the source of this documentation on github: