You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
disbursement-channel
iati-activities/iati-activity/transaction/disbursement-channel
This is the reference page for the XML element disbursement-channel
.
Definition
The channel through which the funds will flow for this transaction, from an IATI codelist.
Attributes
- @code
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.
- @xml:lang
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example Usage
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):
<transactionref="1234">
<valuecurrency="EUR"value-date="2012-01-01">1000</value>
<description>Transactiondescriptiontext</description>
<transaction-typecode="IF"/>
<provider-orgprovider-activity-id="BB-BBB-123456789-1234AA"ref="BB-BBB-123456789">AgencyB</provider-org>
<receiver-orgreceiver-activity-id="AA-AAA-123456789-1234"ref="AA-AAA-123456789">AgencyA</receiver-org>
<transaction-dateiso-date="2012-01-01"/>
<disbursement-channelcode="1"/>
</transaction>
Full example with additional elements which can override the default value set in iati-activity
:
<transactionref="1234">
<valuecurrency="EUR"value-date="2012-01-01">1000</value>
<description>Transactiondescriptiontext</description>
<transaction-typecode="IF"/>
<provider-orgprovider-activity-id="BB-BBB-123456789-1234AA"ref="BB-BBB-123456789">AgencyB</provider-org>
<receiver-orgreceiver-activity-id="AA-AAA-123456789-1234"ref="AA-AAA-123456789">AgencyA</receiver-org>
<transaction-dateiso-date="2012-01-01"/>
<flow-typecode="20"/>
<finance-typecode="111"/>
<aid-typecode="A02"/>
<tied-statuscode="5"/>
<disbursement-channelcode="1"/>
</transaction>
Developer tools
Find the source of this documentation on github: