-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ipo.ejs
250 lines (219 loc) · 8.12 KB
/
Ipo.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content = "IE=edge">
<meta name="viewport" content="width=device-width, iniial-scale=1.0">
<link rel="stylesheet" href="./css/Ipo.css">
<title>IPO</title>
</head>
<body>
<div class="container">
<video autoplay loop muted plays-inline class="background-clip">
<source src="./img/video.mp4" type="video/mp4">
</video>
</div>
<br> <br> <br>
<section1>
<h2 class ="tile">Initial Public Offering</h2>
<p>(IPO)</p>
<br>
<p>Initial public offering is the process by which a private company can go public by sale of its stocks to general public.</p>
<p>After the IPO has been issued, shares will begin trading on the market and will be able to access those shares more readily. </p>
<br>
<br>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SiAuBVrwqbw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</section1>
<style>
h4{
text-align: center;
}
</style>
<h4 class="title">Upcoming IPOs</h4>
<table class="content-table">
<thead>
<tr>
<th>IPO Name</th>
<th>Listing Date</th>
<th>Closing Date</th>
<th>Offer price</th>
<th>Issue size </th>
</tr>
</thead>
<tbody>
<tr>
<td>Pattech Fitwell Tube Components</td>
<td>05-04-2023</td>
<td>12-04-2023</td>
<td>50.00</td>
<td>12</td>
</tr>
<tr>
<td>LabelKraft Technologies Ltd.</td>
<td>13-10-2023</td>
<td>15-10-2023</td>
<td>55.00</td>
<td>4.75</td>
</tr>
<tr>
<td>Avalon Technologies Ltd.</td>
<td>14-04-2023</td>
<td>22-04-2023</td>
<td>415.00</td>
<td>865</td>
</tr>
<tr>
<td>Bright Outdoor Media Ltd.</td>
<td>06-04-2023</td>
<td>20-04-2023</td>
<td>146.00</td>
<td>55.48</td>
</tr>
<tr>
<td>Ducol Organice & Colours Ltd.</td>
<td>06-05-2023</td>
<td>08-05-2023</td>
<td>78.00</td>
<td>31.51</td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<br>
<h4 class="title">Recently Listed IPOs</h4>
<table class="content-table">
<thead>
<tr>
<th>IPO Name</th>
<th>Close Date</th>
<th>Listing Date</th>
<th>Offer price</th>
<th>Current price</th>
<th>Holding Period</th>
</tr>
</thead>
<tbody>
<tr>
<td>Aki India Ltd.</td>
<td>03-10-2018</td>
<td>04-06-2023</td>
<td>11.00</td>
<td>80.90</td>
<td>4</td>
</tr>
<tr>
<td>Global Surfaces Ltd.</td>
<td>15-03-2023</td>
<td>23-03-2023</td>
<td>140.00</td>
<td>186.10</td>
<td>18</td>
</tr>
<tr>
<td>VELS Film International Ltd.</td>
<td>14-03-2023</td>
<td>22-03-2023</td>
<td>99.00</td>
<td>99.00</td>
<td>19</td>
</tr>
<tr>
<td>Vertexplus Technologies Ltd.</td>
<td>06-03-2023</td>
<td>15-03-2023</td>
<td>96.00</td>
<td>102.50</td>
<td>27</td>
</tr>
<tr>
<td>Maiden Forgings Ltd.</td>
<td>06-04-2023</td>
<td>08-04-2023</td>
<td>63.00</td>
<td>59.86</td>
<td>12</td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<section>
<h2 class="title">FAQs</h2>
<div class="faq">
<div class="question">
<h3>How do I participate in an IPO?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="black" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
If you have a brokerage account with a firm that is participating in the IPO, you may be able to participate by placing a conditional offer to buy (COB) through your brokerage. However, the availability of IPO shares can be limited and allocation is not guaranteed.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>How is the IPO price determined?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="black" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
The IPO price is determined by the investment banks hired by the company going public. The banks consider a variety of factors, including the company's financial performance, industry trends, and investor demand.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>What are the risks associated with investing in an IPO?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="black" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Investing in an IPO can be risky, as the company is new to the public market and there may be limited information available about its performance. Additionally, the price of the stock may be volatile in the early days of trading.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>How can I learn more about a company before investing in its IPO?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="black" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Before investing in an IPO, it is important to research the company and its financials in order to make an informed decision. This can include reading the company's prospectus, researching analyst reports, and monitoring news coverage of the company.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>How do I know if a company is going public?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="black" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Companies typically announce their plans to go public several months in advance. You can stay informed by following financial news and checking the websites of investment banks that may be involved in the IPO. Your brokerage firm may also notify you of upcoming IPOs.
</p>
</div>
</div>
</section>
<script src="./js/Ipo.js"></script>
</body>
</html>