-
Notifications
You must be signed in to change notification settings - Fork 0
/
003_econ_integ.qmd
534 lines (450 loc) · 24.4 KB
/
003_econ_integ.qmd
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
---
title: "Regional economic integration"
author: Luis Francisco Gomez Lopez
date: 2023-01-07
format:
beamer:
colortheme: dolphin
fonttheme: structurebold
theme: AnnArbor
link-citations: true
linkcolor: blue
include-in-header:
- text: |
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{colortbl}
\usepackage{pdflscape}
\usepackage{tabu}
\usepackage{threeparttable}
\usepackage{threeparttablex}
\usepackage[normalem]{ulem}
\usepackage{makecell}
\usepackage{xcolor}
bibliography: econ_glob_faedis.bib
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = FALSE,
warning = FALSE,
message = FALSE,
fig.align = "center")
```
```{r libraries}
library(tidyverse)
library(rnaturalearth)
library(ISOcodes)
library(countrycode)
library(tidyquant)
library(knitr)
library(kableExtra)
library(readxl)
```
# Contents
- Please Read Me
- Purpose
- Regional trade agreements (RTA)
- Level of integration
- Regional integration in Europe
- Regional integration in North America
- Regional integration in Central America and the Caribbean
- Regional integration in South America
- Regional integration in Africa
- Regional integration in the Middle East
- Regional integration in Asia
- Regional integration in Oceania
- Acknowledgments
- References
# Please Read Me
- Check the message __Welcome greeting__ published in the News Bulletin Board.
- Dear student please edit your profile uploading a photo where your face is clearly visible.
- The purpose of the virtual meetings is to answer questions and not to make a summary of the study material.
- This presentation is based on [@wild_international_2020, Chapter 8]
# Purpose
Explore and outline the trend toward greater economic integration of the national economies and its debate
# Regional trade agreements (RTA)
- A regional trade agreement (RTA) is a treaty between two or more countries that specify the rules of trade
- Where can I find information about the RTA around the world?
+ Regional Trade Agreements Database:
+ [https://rtais.wto.org](https://rtais.wto.org) > Explore the data > Export all RTAs
+ Market access map:
+ [https://www.macmap.org/](https://www.macmap.org/) > Analyze markets
# Regional trade agreements (RTA)
```{r, out.width="95%"}
# European Union countries
european_union <- countrycode::codelist_panel %>%
# United Kingdom is not part of the European Union
filter(!is.na(eu28) & year == 2021 & country.name.en != "United Kingdom") %>%
pull(country.name.en) %>%
str_c(collapse = "; ")
# EFTA countries
efta <- countrycode::codelist_panel %>%
# Iceland, Liechtenstein, Norway, Switzerland
filter((iso3c %in% c("ISL", "LIE", "NOR", "CHE")) & year == 2020) %>%
pull(country.name.en) %>%
str_c(collapse = "; ")
# Raw data
rta_col <- read_excel(path = "003_AllRTAs.xlsx", sheet = 1) %>%
filter(str_detect(string = `Current signatories`, pattern = "Colombia"),
Status == "In Force") %>%
select(`RTA Name`, `Current signatories`) %>%
filter(!str_detect(string = `RTA Name`, pattern = "Accession")) %>%
separate_longer_delim(`Current signatories`, delim = ";") %>%
mutate(`Current signatories` = str_trim(`Current signatories`, side = "both")) %>%
mutate(`Current signatories` = case_when(
`Current signatories` == "European Union" ~ european_union,
`Current signatories` == "European Free Trade Association (EFTA)" ~ efta,
`Current signatories` == "Iran" ~ "Iran, Islamic Republic of",
`Current signatories` == "Tanzania" ~ "Tanzania, United Republic of",
`Current signatories` == "United States of America" ~ "United States",
.default = as.character(`Current signatories`))) %>%
separate_longer_delim(`Current signatories`, delim = ";") %>%
mutate(`Current signatories` = str_trim(`Current signatories`, side = "both")) %>%
left_join(y = ISOcodes::ISO_3166_1 %>%
as_tibble() %>%
select(Alpha_3, Name), by = c("Current signatories" = "Name")) %>%
filter(`Current signatories` != "Colombia") %>%
select(`RTA Name`, Alpha_3) %>%
set_names(c("rta_name", "iso_alpha_3")) %>%
count(iso_alpha_3, name = "n_rta", sort = TRUE)
ne_countries_n_rta <- rnaturalearth::ne_countries(scale = 10, returnclass = "sf") %>%
select(iso_a3, admin, geometry) %>%
left_join(rta_col, by = c("iso_a3" = "iso_alpha_3")) %>%
replace_na(replace = list(n_rta = 0)) %>%
mutate(n_rta = as.character(n_rta),
n_rta = case_when(
iso_a3 == "COL" ~ "Colombia",
.default = as.character(n_rta)),
n_rta = fct_relevel(n_rta, c("0", "1", "2", "3", "4", "5", "6", "Colombia")))
# Plot
ne_countries_n_rta %>%
ggplot() +
geom_sf(aes(geometry = geometry, fill = n_rta), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C", "#18BC9C",
"#CCBE93", "#A6CEE3", "#1F78B4",
"#B2DF8A")) +
labs(fill = "Number of RTAs",
title = "Number of RTAs in force with Colombia by country reported to WTO",
caption = str_glue("Source data: RTA database - WTO & OMC,
Last update data: 2023-07-10,
Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
legend.position = "bottom")
```
# Level of integration
![Degrees of economical and political integration for regional trading blocs according to [@wild_international_2020, Fig 8.1]](003_level_integration.png){#fig-level_integration fig-alt="egrees of economical and political integration for regional trading blocs" fig-align="center" width="225px" height="225px"}
# Level of integration
- Types of RTAs notify to the WTO
+ __Free Trade Agreement (FTA)__
+ "Two or more customs territories in which the duties and other restrictive regulations of commerce ... are eliminated on substantially all the trade between the constituent territories in products originating in such territories ..." [@wto_wto_2020, Article XXIV, 8 (b) - GATT 1994]
+ __Customs Union (CU)__
+ "The substitution of a single customs territory for two or more customs territories ..." [@wto_wto_2020, Article XXIV, 8 (a) - GATT 1994]
+ __Economic Integration Agreement (EIA)__
+ This type of integration is described in [@wto_wto_2020-1, Article V]
+ __Partial Scope Agreement (PSA)__
+ The agreement covers only certain products and must be notified according to [@wto_wto_2020-2, 4 - Decision of 28 November 1979 (L/4903)]
# Level of integration
```{r, out.width="100%"}
read_excel(path = "003_AllRTAs.xlsx", sheet = 1) %>%
filter(str_detect(string = `Current signatories`, pattern = "Colombia"),
Status == "In Force",
!str_detect(string = `RTA Name`, pattern = "Accession")) %>%
select(`RTA Name`, Type) %>%
kable(format = "latex", booktabs = TRUE, caption = "Colombia RTAs in force by type reported to WTO") %>%
kable_styling(font_size = 6, latex_options = "striped") %>%
row_spec(row = 0, bold = TRUE) %>%
footnote(number = c("Source: RTA database - WTO & OMC", "Last update: 2023-07-11"))
```
# Integration in Europe
```{r, out.width="80%"}
eu_efta <- codelist_panel %>%
filter((!is.na(eu28) | (iso3c %in% c("ISL", "LIE", "NOR", "CHE"))) & year == 2021 & (iso3c != "GBR")) %>%
select(eu28, iso3c) %>%
set_names(nm = c("trade_region", "iso_a3")) %>%
mutate(trade_region = case_when(
is.na(trade_region) ~ "EFTA",
.default = as.character(trade_region)))
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
left_join(y = eu_efta, by = c("adm0_a3" = "iso_a3")) %>%
mutate(trade_region = case_when(
is.na(trade_region) ~ "Not in EFTA or EU",
.default = as.character(trade_region)),
trade_region = fct_relevel(trade_region, c("Not in EFTA or EU", "EFTA", "EU"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C")) +
coord_sf(xlim = c(-25, 60), ylim = c(35, 80)) +
labs(fill = "",
title = "European Free Trade Association (EFTA) and European Union (EU)",
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in North America
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
adm0_a3 %in% c("CAN", "MEX", "USA") ~ "USMCA",
.default = as.character("Not in USMCA")),
trade_region = fct_relevel(trade_region, c("Not in USMCA", "USMCA"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50")) +
coord_sf(xlim = c(-180, -50), ylim = c(15, 80)) +
labs(fill = "",
title = "United States, Mexico, Canada Agreement (USMCA)",
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in Central America and the Caribbean
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
# https://www.sica.int/
adm0_a3 %in% c("CRI", "SLV", "GTM",
"HND", "NIC", "PAN",
"DOM") ~ "SICA",
# https://caricom.org/
adm0_a3 %in% c("ATG", "BHS", "BRB",
"DMA", "GRD", "GUY",
"HTI", "JAM", "MSR",
"LCA", "KNA", "VCT",
"SUR", "TTO") ~ "CARICOM",
adm0_a3 %in% c("BLZ") ~ "SICA and CARICOM",
.default = as.character("Not in SICA or CARICOM")),
trade_region = fct_relevel(trade_region, c("Not in SICA or CARICOM",
"SICA", "CARICOM",
"SICA and CARICOM"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C",
"#18BC9C")) +
coord_sf(xlim = c(-95, -50), ylim = c(0, 30)) +
labs(fill = "",
title = str_glue("Central American Integration System (SICA) and
Caribbean Community and Common Market (CARICOM)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in South America
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
# http://www.comunidadandina.org/
adm0_a3 %in% c("BOL", "COL", "ECU", "PER") ~ "CAN",
# https://www.mercosur.int/en/
adm0_a3 %in% c("ARG", "BRA", "PRY", "URY") ~ "MERCOSUR",
.default = as.character("Not in CAN or MERCOSUR")),
trade_region = fct_relevel(trade_region, c("Not in CAN or MERCOSUR", "CAN", "MERCOSUR"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C")) +
coord_sf(xlim = c(-95, -30), ylim = c(-55, 10)) +
labs(fill = "",
title = str_glue("Andean Community (CAN) and
Southern Common Market (MERCOSUR)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in Africa
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
# https://www.comesa.int/
adm0_a3 %in% c("BDI", "COM", "COD",
"DJI", "EGY", "ERI",
"SWZ", "ETH", "KEN",
"LBY", "MDG", "MWI",
"MUS", "RWA", "SYC",
"SOM", "SDN", "TUN",
"UGA", "ZMB", "ZWE") ~ "COMESA",
# https://www.ecowas.int/
adm0_a3 %in% c("BEN", "BFA", "CPV",
"CIV", "GMB", "GHA",
"GIN", "GNB", "LBR",
"MLI", "NER", "NGA",
"SEN", "SLE", "TGO") ~ "ECOWAS",
.default = as.character("Not in COMESA or ECOWAS")),
trade_region = fct_relevel(trade_region, c("Not in COMESA or ECOWAS",
"COMESA", "ECOWAS"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C")) +
coord_sf(xlim = c(-25, 60), ylim = c(-35, 35)) +
labs(fill = "",
title = str_glue("Common Market for Eastern and Southern Africa (COMESA) and
Economic Community of West African States (ECOWAS)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in the Middle East
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
# https://www.gcc-sg.org/en-us/Pages/default.aspx
adm0_a3 %in% c("BHR", "KWT", "OMN",
"QAT", "SAU", "ARE") ~ "GCC",
.default = as.character("Not in GCC")),
trade_region = fct_relevel(trade_region, c("Not in GCC", "GCC"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50")) +
coord_sf(xlim = c(35, 60), ylim = c(10, 35)) +
labs(fill = "",
title = str_glue("Gulf Cooperation Council (GCC)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Integration in Asia
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
adm0_a3 %in% c("ARM", "BLR", "KAZ",
"KGZ", "MDA", "RUS",
"TJK", "UKR", "UZB") ~ "CISFTA",
# https://asean.org/
adm0_a3 %in% c("BRN", "KHM", "IDN",
"LAO", "MYS", "MMR",
"PHL", "SGP", "THA",
"VNM") ~ "ASEAN",
.default = as.character("Not in ASEAN or CISFTA")),
trade_region = fct_relevel(trade_region, c("Not in ASEAN or CISFTA", "ASEAN", "CISFTA"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50", "#E31A1C",
"#18BC9C")) +
coord_sf(xlim = c(25, 180), ylim = c(-15, 80)) +
labs(fill = "",
title = str_glue("Association of Southeast Asian Nations (ASEAN) and
Commonwealth of Independent States Free Trade Area (CISFTA)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Regional integration in Oceania
```{r, out.width="80%"}
ne_countries(returnclass = "sf", type = "countries", scale = 10) %>%
select(adm0_a3, admin, geometry) %>%
mutate(trade_region = case_when(
adm0_a3 %in% c("AUS", "NZL") ~ "ANZCERTA",
.default = as.character("Not in ANZCERTA")),
trade_region = fct_relevel(trade_region, c("Not in ANZCERTA", "ANZCERTA"))) %>%
# Plot
ggplot() +
geom_sf(aes(geometry = geometry, fill = trade_region), color = "black", alpha = 0.5) +
scale_fill_manual(values = c("white",
"#2C3E50")) +
coord_sf(xlim = c(110, 180), ylim = c(-50, -5)) +
labs(fill = "",
title = str_glue("Australia & New Zealand Closer Economic Relations Trade Agreement (ANZCERTA)"),
caption = str_glue("Source data map: Natural Earth")) +
theme(panel.border = element_rect(fill = NA, color = "black"),
plot.background = element_rect(fill = "#f3fcfc"),
panel.background = element_rect(fill = "#f3f7fc"),
panel.grid = element_blank(),
legend.background = element_rect(fill = "#f3fcfc"),
plot.title = element_text(face = "bold"),
axis.title = element_text(face = "bold"),
legend.title = element_text(face = "bold"),
axis.text = element_blank(),
axis.ticks = element_blank())
```
# Acknowledgments
- To my family that supports me
- To the taxpayers of Colombia and the __[UMNG students](https://www.umng.edu.co/estudiante)__ who pay my salary
- To the __[Business Science](https://www.business-science.io/)__ and __[R4DS Online Learning](https://www.rfordatasci.com/)__ communities where I learn __[R](https://www.r-project.org/about.html)__
- To the __[R Core Team](https://www.r-project.org/contributors.html)__, the creators of __[RStudio IDE](https://rstudio.com/products/rstudio/)__ and the authors and maintainers of the packages __[tidyverse](https://CRAN.R-project.org/package=tidyverse)__, __[knitr](https://CRAN.R-project.org/package=knitr)__, __[tidyquant](https://CRAN.R-project.org/package=tidyquant)__, __[rnaturalearth](https://CRAN.R-project.org/package=rnaturalearth)__, __[ISOcodes](https://CRAN.R-project.org/package=ISOcodes)__, __[countrycode](https://CRAN.R-project.org/package=countrycode)__, __[kableExtra](https://CRAN.R-project.org/package=kableExtra)__ and __[tinytex](https://CRAN.R-project.org/package=tinytex)__ for allowing me to access these tools without paying for a license
- To the __[Linux kernel community](https://www.kernel.org/category/about.html)__ for allowing me the possibility to use some __[Linux distributions](https://static.lwn.net/Distributions/)__ as my main __[OS](https://en.wikipedia.org/wiki/Operating_system)__ without paying for a license
# References