-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIATI-CoVE-sample-activity-standard.xml
More file actions
128 lines (128 loc) · 5.11 KB
/
Copy pathIATI-CoVE-sample-activity-standard.xml
File metadata and controls
128 lines (128 loc) · 5.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<iati-activities generated-datetime="2018-10-29T04:43:02.784000+00:00" version="2.03" xml:lang="en">
<!--XML generated by flatten-tool-->
<iati-activity default-currency="GBP" humanitarian="1" last-updated-datetime="2018-10-29T04:43:02.784000+00:00">
<iati-identifier>XE-EXAMPLE-ORG-ACTIVITY123</iati-identifier>
<reporting-org ref="XE-EXAMPLE-ORG" type="21">
<narrative>Example Org</narrative>
</reporting-org>
<title>
<narrative>International Development Activity</narrative>
</title>
<description>
<narrative>Investing money into reducing poverty on a global level</narrative>
</description>
<participating-org ref="XE-EXAMPLE-DONOR" role="1" type="10">
<narrative>Example Donor</narrative>
</participating-org>
<participating-org ref="XE-EXAMPLE-ORG" role="2" type="21">
<narrative>Example Org</narrative>
</participating-org>
<participating-org ref="XE-EXAMPLE-PARTNER" role="4" type="80">
<narrative>Example Partner</narrative>
</participating-org>
<activity-status code="2"/>
<activity-date iso-date="2016-10-01" type="2"/>
<activity-date iso-date="2018-12-31" type="3"/>
<contact-info type="1">
<organisation>
<narrative>Example Org</narrative>
</organisation>
<website>http://www.example.org/</website>
</contact-info>
<recipient-country code="UG">
<narrative>Uganda</narrative>
</recipient-country>
<sector code="11182">
<narrative>Research and studies on education effectiveness, relevance and quality; systematic evaluation and monitoring</narrative>
</sector>
<budget status="1" type="1">
<period-start iso-date="2017-01-01"/>
<period-end iso-date="2017-12-31"/>
<value currency="GBP" value-date="2017-01-01">90000</value>
</budget>
<budget status="1" type="1">
<period-start iso-date="2018-01-01"/>
<period-end iso-date="2018-12-31"/>
<value currency="GBP" value-date="2017-01-01">60000</value>
</budget>
<transaction>
<transaction-type code="11"/>
<transaction-date iso-date="2016-10-01"/>
<value currency="GBP" value-date="2016-10-01">100000</value>
<description>
<narrative>Incoming Commitment from Example Donor</narrative>
</description>
<provider-org provider-activity-id="XE-EXAMPLE-DONOR-ABC" ref="XE-EXAMPLE-DONOR">
<narrative>Example Donor</narrative>
</provider-org>
</transaction>
<transaction>
<transaction-type code="1"/>
<transaction-date iso-date="2017-01-01"/>
<value currency="GBP" value-date="2017-01-01">50000</value>
<description>
<narrative>Incomming funds from Example Donor</narrative>
</description>
<provider-org provider-activity-id="XE-EXAMPLE-DONOR-ABC" ref="XE-EXAMPLE-DONOR">
<narrative>Example Donor</narrative>
</provider-org>
</transaction>
<transaction>
<transaction-type code="2"/>
<transaction-date iso-date="2017-01-01"/>
<value currency="GBP" value-date="2017-01-01">30000</value>
<description>
<narrative>Outgoing Commitment to Example Partner</narrative>
</description>
<receiver-org receiver-activity-id="XE-EXAMPLE-PARTNER-XYZ123" ref="XE-EXAMPLE-PARTNER">
<narrative>Example Partner</narrative>
</receiver-org>
</transaction>
<transaction>
<transaction-type code="3"/>
<transaction-date iso-date="2017-03-31"/>
<value currency="GBP" value-date="2017-03-31">10000</value>
<description>
<narrative>Disbursement of funds to Example Partner</narrative>
</description>
<receiver-org receiver-activity-id="XE-EXAMPLE-PARTNER-XYZ123" ref="XE-EXAMPLE-PARTNER">
<narrative>Example Partner</narrative>
</receiver-org>
</transaction>
<transaction>
<transaction-type code="3"/>
<transaction-date iso-date="2017-06-30"/>
<value currency="GBP" value-date="2017-06-30">15000</value>
<description>
<narrative>Disbursement of funds to Example Partner</narrative>
</description>
<receiver-org receiver-activity-id="XE-EXAMPLE-PARTNER-XYZ123" ref="XE-EXAMPLE-PARTNER">
<narrative>Example Partner</narrative>
</receiver-org>
</transaction>
<transaction>
<transaction-type code="4"/>
<transaction-date iso-date="2017-03-31"/>
<value currency="GBP" value-date="2017-03-31">2000</value>
<description>
<narrative>Total expenditure on Q1 2017</narrative>
</description>
</transaction>
<transaction>
<transaction-type code="4"/>
<transaction-date iso-date="2017-06-30"/>
<value currency="GBP" value-date="2017-06-30">3200</value>
<description>
<narrative>Total expenditure on Q2 2017</narrative>
</description>
</transaction>
<document-link format="application/pdf" url="http://example.org/document.pdf">
<title>
<narrative xml:lang="en">Example Org document</narrative>
</title>
<category code="A01"/>
<language code="en"/>
<document-date iso-date="2018-01-01"/>
</document-link>
</iati-activity>
</iati-activities>