-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEgypt_Project.Rmd
218 lines (173 loc) · 7.28 KB
/
Egypt_Project.Rmd
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
---
title: "Egypt Project"
author: "Da Lu & Xuanying He"
date: "Oct/22/2019 - Present"
output:
html_document:
toc: FALSE
toc_float:
collapsed: FALSE
toc_depth: 3
number_sections: FALSE
---
<style>
h1 {font-size: 28px; color: black; font-weight: bold; text-align: left; background-color: White;}
h1.title {color: black; background-color: white; text-align: center;}
h2 {font-size: 24px; color: black; font-weight: bold; font-style: normal; background-color: White;}
h3 {font-size: 20px; color: black; font-weight: bold; font-style: normal; background-color: White;}
h3.subtitle {background-color: White; text-align: center;}
h4.date {text-align: center;}
h4.author {text-align: center;}
p {font-size: 16px; color: black;}
table {border: 1px solid black; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px;}
th {border: 1px solid black; width: auto; height: 50px; font-size: 16px; color: black;}
td {border: 1px solid black; width: auto; height: 50px; text-align: left; font-size: 16px; color: black; vertical-align: middle; padding: 15px;}
td.title {text-align: center;}
ol {font-size: 16px; color: black;}
ul {font-size: 16px; color: black;}
img {display: block; margin-top: 10px; margin-bottom: 10px; margin-left: auto; margin-right: auto; width: 600px;}
span.r {color: red;}
.pic_heading {font-size: 40px; text-align: center;}
</style>
---
# Project Description
*As explained on telephone, I send to you this email to inform about some of the business opportunities in Egypt.*
*The Egyptian government had formed a special authority who's entrusted with reviving and refreshing the slow and old fashion performance of state owned enterprises in several sectors.*
*The intention is to invite capable international entities with advanved tecnology and know-how to takeover these businesses for the purpose to invest into revamping, modifying, modernizing, and operate for a reasonable term that assures good return on such investment.*
*The specific role of the interested international investors depends on the investment opportunity and the sector belonging to it.*
*In our case, for the hospitality sector, it has been described as follows:*
**Description**
- The Hotels & Tourism Holding Company and its subsidiaries, own many assets in prime destinations all over Egypt, that can be developed into 5 stars touristic destinations offering a wide range of services.
- The company also possesses knowledge of local market needs, as well as capabilities to suggest project ideas and draft preliminary feasibility studies about the kinds of projects that can be implemented (Such as a Conferenc Center in Luxor).
**Business Opportunity**
- Equity Partner for a potential SPV with the mandate of establishing touristic property according to market needs & trends, is needed.
- The targeted partner should have track record and rich experience in developing and potentially managing hospitality entities (hotels, conference centers, commercial areas, Garages... etc.)
*Examples are the three development areas as attached and listed below:*
**1. New Alamein City**
51.6 Fedan = 216895 Square Meter
Allocated as follows:
- 97600 Square Meter Residential Area
- 68200 Square Meter for 85 Apartments Buildings
- 24400 Square Meter for 160 Villas
- 25000 Square Meter for an Hotel
- 21700 Square Meter for a Club, Hospital, School, Nursery, Mall, Mosque.
**2. Savoy land in Luxor**
21000 Square Meter
Studies Made For the Following:
- Four-Stars Hotel totaling 200 rooms
- Two large conference rooms for around 1100 persons
- Ten smaller meeting rooms for 125 persons each
- Commercial Mall (3106 square meter)
- Another commercial bazars area for 49 bazars over 1704 square meter, next to Luxor Governorate
**3. The Historical Continental Destination Down Town Cairo - Opera Square**
- Four Stars Hotel (206 Rooms and Suites)
- Office Building (32 Offices & 8 Meeting Rooms)
- Commercial Area & Garage On Three Floors (totaling 29760 Square Meters), including 3000 Square Meter for Shops, and Two Floors Garage for 596 Cars.
*It's for the international investment concern to select the opportunity of interest, evaluate it, and propose their plan for it.*
*I hope you find these opportunities suitable and in good match to your investment strategy and targets.*
# 可能需要的數據
**已下载**
- GDP
- GDP-current-price-usd
- Real-GDP-Growth
- Population
- I/R
- CPI
- Exchange Rate
- Unemployment
- Exports
- Imports
- Total Employment
- Employement in tourism
- Real GVA
- total
- construction
- wholesale,retail,hotels
- transportation
- Budget
- .
- .
- .
- .
- Debt **
---
**需查**
- Age
- Global Conflict Risk Index (GCRI)
- Investor Confidence
- Recent summits
---
World Bank: https://data.worldbank.org/country/egypt-arab-rep
<div class="pic_heading">这是标题</div>
![](https://media.tacdn.com/media/attractions-splice-spp-674x446/06/6b/9b/69.jpg)
# Exchange Rate Data
```{r, message=FALSE, warning=FALSE}
library(quantmod)
library(lubridate)
start = today() - years(70)
getSymbols(Symbols = "CNY=X",
from = start,
to = today(),
periodicity = "daily",
return.class = "xts")
a = get("CNY=X")
a = a$`CNY=X.Adjusted`
a = as.data.frame(a)
Date = rownames(a)
a = cbind(Date, a)
#write.csv(a, "Data_Exchange_Rate_CNY_USD.csv", row.names = FALSE)
getSymbols(Symbols = "EGP=X",
from = start,
to = today(),
periodicity = "daily",
return.class = "xts")
b = get("EGP=X")
b = b$`EGP=X.Adjusted`
b = as.data.frame(b)
Date = rownames(b)
b = cbind(Date, b)
#write.csv(b, "Data_Exchange_Rate_EGP_USD.csv", row.names = FALSE)
```
```{r}
b = b[3:4803,]
egp_cny = b$`EGP=X.Adjusted` / a$`CNY=X.Adjusted`
which(a$Date == "2010-01-01")
plot(egp_cny[2242:4803], type = "l")
which(a$Date == "2015-01-01")
plot(egp_cny[3546:4803], type = "l")
which(a$Date == "2016-01-01")
plot(egp_cny[3807:4803], type = "l")
which(a$Date == "2017-01-02")
plot(egp_cny[4068:4803], type = "l")
```
# Data Import
```{r, message=FALSE, warning=FALSE}
library(dplyr)
```
```{r, message=FALSE, warning=FALSE}
Data_GDP_Current_Prices_USD = read.csv("macroecon_data/Data_GDP_Current_Prices_USD.csv", encoding="UTF-8")
#Data_GDP_Current_Prices_USD = Data_GDP_Current_Prices_USD[c("Year", "X.U.FEFF..DownloadDisplay")]
#colnames(Data_GDP_Current_Prices_USD) = c("Year", "GDP_Current_Prices_USD")
#Data_GDP_Current_Prices_USD$GDP_Current_Prices_USD = Data_GDP_Current_Prices_USD$GDP_Current_Prices_USD %>% as.character() %>% gsub(",", "", .) %>% as.numeric()
#Data_GDP_Current_Prices_USD = Data_GDP_Current_Prices_USD %>% arrange(Year)
#plot(GDP_Current_Prices_USD ~ Year, data = Data_GDP_Current_Prices_USD, type = "l")
visul_1 = function(table) {
d = table[,c(10, 1)]
colnames(d) = c("Year", "GDP")
d$GDP = d$GDP %>% as.character() %>% gsub(",", "", .) %>% as.numeric()
d = d %>% arrange(Year)
plot(GDP ~ Year, data = d, type = "l")
}
visul_1(Data_GDP_Current_Prices_USD)
```
```{r}
Data_Real_GDP_Growth = read.csv("macroecon_data/Data_Real_GDP_Growth.csv", encoding="UTF-8")
visul_2 = function(table) {
d = table[,c(10, 1)]
colnames(d) = c("Year", "GDP Growth")
d$`GDP Growth` = d$`GDP Growth` %>% as.character() %>% gsub("%", "", .) %>% as.numeric()
d = d %>% arrange(Year)
plot(`GDP Growth` ~ Year, data = d, type = "l")
}
visul_2(Data_Real_GDP_Growth)
```