This version is DEPRECATED, v2.03 is the latest version
Transaction
Definition
The IATI activity standard enables transaction
information to be published.
The transaction
data is a core component to IATI, detailing the flow of monies between organisations.
Considerations
When using the IATI activity standard to declare transaction, the following should be considered:
Every
iati-activity
should contain at least onetransaction
. However, this may not always be possible for early-stage activities, for example.Every
transaction
must contain atransaction-date
,value
,value-date
andtransaction-type
.For every
transaction
a type contained on theTransactionType
codelist is required,- There are several types of transactions. The most common are:
Commitment - the total agreed budget for the activity.
Disbursement - the amount transferred to another organisation in the aid delivery chain (e.g. a partner organisation being funded).
Expenditure - the outlay on goods and services and project overheads.
Incoming funds - the funds received from a funding source (e.g. a donor).
- The
value
of a transaction can be positive or negative, and contain decimals. It must not contain comma seperators (eg: 3,000): example:
3000
or3000.00
or-3000
is acceptable.3,000
is not.
- The
Both the
transaction-date
andvalue-date
must be in ISO 8601 format (YYYY-MM-DD), eg: 2014-03-21.Neither of
transaction-date
andvalue-date
can be in the “future”. Atransaction
always describes something that has taken place.A
transaction
can be declared in any currency on theCurrency
codelist.A
transaction
can also includefinance-type
,flow-type
,aid-type
and/ortied-status
information.Currency
,finance-type
,flow-type
,aid-type
andtied-status
can be set as defaults in theiati-activity
element. There is no requirement to restate these within atransaction
if they are the same.A
transaction
can also contain information on the source and destination organisation. When describing these theprovider-org
andreceiver-org
should be used. Ideally, the unique organisation identifier would be included.Where possible, it is recommended that a
transaction
includes theprovider-activity-id
and/orreceiver-activity-id
to refernce theiati-activity
from which funds flow from/to.