Record Header
Definitions
The Organisations Standard allows publishers to report on information for multiple organisations: a government agency may report on behalf of other agencies; an INGO may report on behalf of its national associates; a private company may report on behalf of its subsidiaries. The Record Header, the iati-organisation element, indicates the start of a report on a single organisation’s information.
last-updated-datetime | The date (and optionally time) the data in this record was last updated. |
default-language | This field allows a default language for an entire organisation report. In most cases all the information for an organisation will be provided in the same language. If this omitted it is necessary to specify the language used in all text fields throughout this record. |
default-currency | The default currency for an entire organisation report. In most cases, all financial figures will be provided using the same currency. If omitted it is necessary to specify a currency for each reported monetary value. |
Example Usage
.. .. ..
Structure
Item | Format | XML | Occurs |
---|---|---|---|
iati-organisation | iati-organisation | 1..* | |
last-updated-datetime | DateTime | iati-organisation/@last-updated-datetime | 0..1 |
default-language | Language Code | iati-organisation/@xml:lang | 0..1 |
default-currency | Currency Code | iati-organisation/@default-currency | 0..1 |
Usage & Compliance
There MUST be at least one occurrence of this element in the file.
- The last-updated-datetime is not mandatory but is recommended for full compliance.
- If default-language is present it MUST be a valid code from the codelist.
- If default-language is omitted it is necessary to specify the language code for all text fields throughout the record.
- If default-currency is present it MUST be a valid code from the codelist.
- If default-currency is omitted it is necessary to specify the currency code for all monetary value fields throughout the record.