This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/transaction/disbursement-channel
This is the reference page for the XML element disbursement-channel
.
The channel through which the funds will flow for this transaction, from an IATI codelist.
Machine readable code for the entity being described. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the DisbursementChannel codelist.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example usage of disbursement-channel
in context of transaction
element.
Example declaring the DisbursementChannel
code 1 (Money is disbursed through central Ministry of Finance or Treasury):
<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-channelcode="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-channelcode="1"/>
</transaction>
Find the source of this documentation on github: