-
Notifications
You must be signed in to change notification settings - Fork 0
/
Domestic_Holdings.ejs
424 lines (408 loc) · 14.4 KB
/
Domestic_Holdings.ejs
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- viewport - the area of a web page that's visible to the user -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- adding external bootstrap5 CSS and External CSS3 links -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/Domestic_Holdings.css">
<title>My Domestic Holdings</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"><i>ExpandUr</i>Wealth</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./Domestic_Stocks_Discover.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Discover
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/domestic_stocks">Domestic Stocks</a></li>
<li><a class="dropdown-item" href="#">US Stocks</a></li>
<li><a class="dropdown-item" href="#">Mutual Funds</a></li>
<li><a class="dropdown-item" href="/ipo">IPO</a></li>
<li><a class="dropdown-item" href="#">Gold</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./Domestic_Holdings.html">My Holdings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Orders</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Watch-List</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Learn&Invest
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Fundamental and Industry Analysis</a></li>
<li><a class="dropdown-item" href="#">Technical Analysis</a></li>
<li><a class="dropdown-item" href="#">Macro & Micro Economics</a></li>
<li><a class="dropdown-item" href="#">Financial & Investing Psychology</a></li>
<li><a class="dropdown-item" href="#">Personal Finance</a></li>
<li><a class="dropdown-item" href="#">Stock Market Terminology</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Market News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
My Account
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#"><h5><%= name %></h5> Account Details ></li>
<a class="dropdown-item" href="#">Settings</a>
<div class="dropdown-divider"></div>
<li>
<form action="/logout?_method=DELETE" method="POST">
<button type="submit" class="dropdown-item">Logout</button>
</form>
</li>
</ul>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search about stocks here..." aria-label="Search">
<button class="btn btn-success" type="submit">Explore</button>
</form>
</div>
</div>
</nav>
<!-- Market Indices -->
<div class="container">
<div class="row">
<div class="col">
<!-- 1st column info -->
<a href="#" id="nifty-50"><h5>Nifty 50 (Market Index)</h5></a>
<p id="index1-price">---</p>
</div>
<div class="col">
<!-- 2nd column info -->
<a href="#" id="sensex"><h5>Sensex (Market Index)</h5></a>
<p id="index2-price">---</p>
</div>
<div class="col">
<!-- 3rd column info -->
<a href="#" id="bank-nifty"><h5>Bank Nifty (Market Index)</h5></a>
<p id="index3-price">---</p>
</div>
</div>
</div>
<h4 id="heading-1">Your Portfolio</h4>
<div class="container">
<div class="row">
<div class="col">
<h6>Total Investment Value (₹)</h6> <!-- 1st column info -->
<p id="total-investment">0</p>
</div>
<div class="col">
<h6>Total Current Value (₹)</h6><!-- 2nd column info -->
<p id="total-current">0</p>
</div>
<div class="col">
<h6>Total Returns (₹)</h6><!-- 3rd column info -->
<p id="total-returns">0</p>
</div>
<div class="col">
<h6>Total Returns (%)</h6>
<p id="total-returns-percent">0</p><!-- 4th column info -->
</div>
</div>
</div>
<!-- Stock Holdings Table -->
<table class = table-light id="stock-table">
<thead>
<tr>
<th>Stock Name</th>
<th>Sector</th>
<th>Shares Owned</th>
<th>Capital Invested per share (₹)</th>
<th>Current Market Price (₹)</th>
<th>Investment Value</th>
<th>Current Value</th>
<th>Returns (₹)</th>
<th>Returns (%)</th>
</tr>
</thead>
<tbody>
<tr class="stock-row" data-stock="THE FEDERAL BANK">
<td id="stock-a">The Federal Bank</td>
<td>Banking (Private)</td>
<td id="shares-buy-A">20</td>
<td id="price-per-share-A">0</td>
<td id="price-a">0</td>
<td id="investment-a">0</td>
<td id="current-value-a">0</td>
<td id="returns-a">0</td>
<td id="returns-a-percent"></td>
</tr>
<tr class="stock-row" data-stock="NYKAA">
<td id="stock-b">Nykaa</td>
<td>Online Services</td>
<td id="shares-buy-B">18</td>
<td id="price-per-share-B">0</td>
<td id="price-b">0</td>
<td id="investment-b">0</td>
<td id="current-value-b">0</td>
<td id="returns-b">0</td>
<td id="returns-b-percent">0</td>
</tr>
<tr class="stock-row" data-stock="TATA MOTORS">
<td id="stock-c">Tata Motors</td>
<td>Automobile</td>
<td id="shares-buy-C">5</td>
<td id="price-per-share-C">0</td>
<td id="price-c">0</td>
<td id="investment-c">0</td>
<td id="current-value-c">0</td>
<td id="returns-c">0</td>
<td id="returns-c-percent">0</td>
</tr>
<tr class="stock-row" data-stock="INFOSYS">
<td id="stock-d">Infosys</td>
<td>Information Tech.</td>
<td id="shares-buy-D">13</td>
<td id="price-per-share-D">0</td>
<td id="price-d">0</td>
<td id="investment-d">0</td>
<td id="current-value-d">0</td>
<td id="returns-d">0</td>
<td id="returns-d-percent">0</td>
</tr>
<tr class="stock-row" data-stock="CHENNAI PETROLEUM CORPORATION">
<td id="stock-e">Chennai Petro Corp.</td>
<td>Fuel, Gas, Oil</td>
<td id="shares-buy-E">3</td>
<td id="price-per-share-E">0</td>
<td id="price-e">0</td>
<td id="investment-e">0</td>
<td id="current-value-e">0</td>
<td id="returns-e">0</td>
<td id="returns-e-percent">0</td>
</tr>
<tr class="stock-row" data-stock="ICICI BANK">
<td id="stock-f">ICICI Bank</td>
<td>Banking (Private)</td>
<td id="shares-buy-F">42</td>
<td id="price-per-share-F">0</td>
<td id="price-f">0</td>
<td id="investment-f">0</td>
<td id="current-value-f">0</td>
<td id="returns-f">0</td>
<td id="returns-f-percent">0</td>
</tr>
<tr class="stock-row" data-stock="TATA CONSULTANCY SERVICES">
<td id="stock-g">TCS</td>
<td>Information Tech.</td>
<td id="shares-buy-G">2</td>
<td id="price-per-share-G">0</td>
<td id="price-g">0</td>
<td id="investment-g">0</td>
<td id="current-value-g">0</td>
<td id="returns-g">0</td>
<td id="returns-g-percent">0</td>
</tr>
<tr class="stock-row" data-stock="BAJAJ HOLDINGS & INVESTMENT">
<td id="stock-h">Bajaj Holdings & Investment</td>
<td>Financial Services</td>
<td id="shares-buy-H">1</td>
<td id="price-per-share-H">0</td>
<td id="price-h">0</td>
<td id="investment-h">0</td>
<td id="current-value-h">0</td>
<td id="returns-h">0</td>
<td id="returns-h-percent">0</td>
</tr>
<tr class="stock-row" data-stock="COSMO FIRST">
<td id="stock-i">Cosmo First</td>
<td>Packaging</td>
<td id="shares-buy-I">2</td>
<td id="price-per-share-I">0</td>
<td id="price-i">0</td>
<td id="investment-i">0</td>
<td id="current-value-i">0</td>
<td id="returns-i">0</td>
<td id="returns-i-percent">0</td>
</tr>
<tr class="stock-row" data-stock="ITC">
<td id="stock-j">ITC</td>
<td>Multi Business Segment</td>
<td id="shares-buy-J">17</td>
<td id="price-per-share-J">0</td>
<td id="price-j">0</td>
<td id="investment-j">0</td>
<td id="current-value-j">0</td>
<td id="returns-j">0</td>
<td id="returns-j-percent">0</td>
</tr>
</tbody>
</table>
<!-- Buy / Sell pop up -->
<div class="modal">
<div class="modal-content">
<span class="close">×</span>
<a href="/company-details-and-fundamentals" id="about-stock"><h5 class="stock-name"></h5></a>
<div class="quantity-field">
<label for="quantity"><h6><b>Quantity:</b></h6></label>
<input type="number" id="quantity" name="quantity" min="1" max="100" value="1">
</div>
<br>
<div class="buy-sell-options">
<button class="buy-button">Buy</button>
<button class="sell-button">Sell</button>
</div>
</div>
</div>
<br> <br>
<!-- Footer -->
<footer
class="text-center text-lg-start text-white"
style="background-color: #1c2331"
>
<!-- Section: Social media -->
<section
class="d-flex justify-content-between p-4"
style="background-color: darkgreen"
>
<!-- Left -->
<div class="me-5">
<span>Don't be a stranger, connect with us on social networks and stay up to date.:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="#" class="text-white me-4">
<b class="fab fa-twitter" id="social-1">Twitter</b>
</a>
<a href="#" class="text-white me-4">
<b class="fab fa-google" id="social-2">Google</b>
</a>
<a href="" class="text-white me-4">
<b class="fab fa-instagram" id="social-3">Insta</b>
</a>
<a href="" class="text-white me-4">
<b class="fab fa-linkedin" id="social-4">LinkedIn</b>
</a>
<a href="" class="text-white me-4">
<b class="fab fa-Telegram" id="social-5">Telegram</b>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold">ExpandUrWealth</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
We offer various investment products and helps provide financial education to the new, inexperienced investors
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Products</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
<a href="#!" class="text-white">Stocks</a>
</p>
<p>
<a href="#!" class="text-white">Mutual Funds</a>
</p>
<p>
<a href="#!" class="text-white">IPOs</a>
</p>
<p>
<a href="#!" class="text-white">Digital Gold</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Useful links</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
<a href="#!" class="text-white">About Us</a>
</p>
<p>
<a href="#!" class="text-white">Support</a>
</p>
<p>
<a href="#!" class="text-white">Pricing</a>
</p>
<p>
<a href="#!" class="text-white">Account</a>
</p>
<p>
<a href="#!" class="text-white">Careers</a>
</p>
<p>
<a href="#!" class="text-white">Terminology</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p><i class="fas fa-home mr-3"></i> Fairfax, VA 22030, US</p>
<p><i class="fas fa-envelope mr-3"></i> info@expandurwealth.com</p>
<p><i class="fas fa-phone mr-3"></i> +1 (703) 401-3887</p>
<p><i class="fas fa-print mr-3"></i> +1 (571) 992-6542</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2023 ExpandUrWealth: Made with a sprinkle of investing magic
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- adding bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- adding external JS -->
<script src="./js/Domestic_Holdings.js"></script>
</body>
</html>