-
Notifications
You must be signed in to change notification settings - Fork 0
/
fundamental_analysis.ejs
416 lines (380 loc) · 17.4 KB
/
fundamental_analysis.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
<!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, initial-scale=1.0">
<!-- adding external bootstrap5 and 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/fundamental_analysis.css">
<title>Fundamental Analysis</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 <i>School</i></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="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Courses
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/fundamental_analysis">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">Stock Market Terminology</a></li>
<li><a class="dropdown-item" href="/mutual_fund_terminology">Mutual Fund Terminology</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Instructors</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">
Support
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Support Team</a></li>
<li><a class="dropdown-item" href="#">Common Customer Queries</a></li>
</ul>
</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>
<li class="nav-item">
<a class="nav-link" href="#">My Courses</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search courses..." aria-label="Search">
<button class="btn btn-success" type="submit">Explore</button>
</form>
</div>
</div>
</nav>
<!-- Fundamental Analysis course usage and instructor (container) -->
<div class="container">
<br>
<h3>Fundamental Analysis</h3>
<p>Enhance your market performance by accurately evaluating the value of a stock and using that information
to maximize your returns. Learn fundamental analysis strategies applied by the expert investors to get
consistent returns.
</p>
<p>Course Instructor: <b>Dmitri Kaznachey, Ph.D. (CS), CFA</b></p>
</div>
<!-- Fundamental Analysis course image and buy card (container) -->
<div class="container1">
<div class="row">
<div class="col-md-6">
<img src="./img/course1_pic_1.png" alt="Course Picture">
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body text-center">
<h5 class="card-title">Fundamental Analysis</h5>
<p class="card-text">A method of finding a stock's real market value</p>
<button class="btn btn-success" id="purchase-button">Invest in Learning</button>
<ul>
<br><li>Price: ₹16280.29</li>
<li>Access: Lifetime</li>
<li>Lessons featuring video instruction, interactive activities, and practice exercises</li>
<li>Real-life examples of how to evaluate and select stocks</li>
<li>The ExpandUrWealth School Assurance</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<h3>What can I expect to learn from this course?</h3>
<ul>
<br><li>Analyze a company's financial statements to understand its financial health.</li>
<li>Identify weakness(es) present in the balance sheet of a company.</li>
<li>Learn the important financial ratios.</li>
<li>Apply a fundamental analysis to discover a good stock.</li>
<li>Observe the specific financial ratios that are most significant for identifying investment opportunities.</li>
<li>Select the securities that are most likely to generate consistent returns and aligned to your risk
tolerance.</li>
</ul>
<br>
<h3>The course provides:</h3>
<ul>
<br><li>Video lectures, learning materials, practice exercises, interactive content.</li>
<li>Lifetime access - learn according to your schedule and at your own pace.</li>
</ul>
<br>
<h3>The course is designed for:</h3>
<ul>
<br><li>
Beginner and intermediate investors looking to move beyond mutual funds and start picking specific
stocks based on their own research.
</li>
</ul>
<!-- Course Plan Section (main concept will display and if we click on the downward arrow mark beside
main concept, contents of the main concept will display) -->
<h3 class="title">Course Plan:</h3>
<div class="faq">
<div class="question">
<h5>Learning Fundamentals</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Market Cap</li>
<li>Face Value</li>
<li>Book Value</li>
<li>Revenue Growth</li>
<li>Profit Growth</li>
<li>ROI (Return on Investments)</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Understanding the company's revenue and EPS</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Dilution: in the context of revenue and EPS</li>
<li>Net Income</li>
<li>EPS (Earnings per Share)</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Understanding cash flows</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Introduction</li>
<li>Cash Flow Statement</li>
<li>Cash from operating activies, investing activities, financing activities</li>
<li>CapEx (Capital Expenditures)</li>
<li>Free Cash Flow</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Evaluating the quality of company's management</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Introduction</li>
<li>ROE (Return on Equity)</li>
<li>Balance Sheet</li>
<li>Profit and Loss Statement</li>
<li>Quarterly Results</li>
<li>Negative Equity</li>
<li>ROE Calculation</li>
<li>Reliability of a company's management</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Learning Key Finacial Ratios</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Introduction</li>
<li>P/E Ratio & Industry P/E Ratio (Price-to-Earnings)</li>
<li>P/B Ratio (Price-to-Book Value)</li>
<li>D/E Ratio (Debt-to-Equity)</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Begin your search for stocks</h5>
<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">
<br>
<ul>
<li>Stocks screening</li>
<li>Narrowing the search</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Understanding the power of dividends in maximizing returns</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Introduction</li>
<li>The importance of timing in investing</li>
<li>Dividend vs. Growth</li>
<li>Dividend Payout Percentage</li>
<li>Dividend Quality</li>
<li>Dividend Yield</li>
<li>Overview</li>
</ul>
</div>
</div>
<div class="faq">
<div class="question">
<h5>Understanding the business / economic cycle and the sector rotation</h5>
<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">
<br>
<ul>
<li>Terminology</li>
<li>Introduction</li>
<li>Business / Economic Cycle</li>
<li>Sector Rotation</li>
<li>Phases (expansion, peak, contraction, trough)</li>
<li>Economic Indicators (GDP, inflation, employment data, consumer spending, housing data)</li>
<li>Overview</li>
</ul>
</div>
</div>
<br>
<br>
<!-- Course Completion Perks (Certificate) -->
<h3>Perk(s):</h3>
<br>
<div class="perks">
<div class="perks__perk">
<div class="perks__icon">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-certificate" viewBox="0 0 160 160"><g data-name="Layer 2"><g data-name="Layer 1" fill="#444"><path d="M24.88 86.23l-5.45 6.93 8.25 3.11-2.59 8.43 8.82-.07.64 8.8 8.2-3.26 3.77 7.97 6.47-5.99 6.39 6.07 3.87-7.93 8.16 3.35.73-8.79 8.82.18-2.48-8.46 8.28-3.02-5.37-6.99 6.64-5.81-7.54-4.58 4.09-7.82-8.69-1.54 1-8.77-8.66 1.7-2.24-8.53-7.46 4.7-5.17-7.14-5.26 7.08-7.4-4.79-2.34 8.5-8.64-1.79.89 8.77-8.7 1.45 4 7.86-7.59 4.49 6.56 5.89z"/><path d="M161 0H0v114h29.82l-3.33 24L53 128l26.5 10-3.33-24H161zm-6 108H85v.1l-4.81-.1h-4.86v-.1h-.37L74.1 118l-9.35-3.84-4.43 9.09-7.33-7-7.41 6.87-4.33-9.12-9.39 3.73-.73-10.08h-.43v.36H6V6h149z"/><path d="M24.49 24.99h112v8h-112zM93.49 46.99h43v8h-43z"/></g></g></svg>
</div>
<!-- /.perk__icon -->
<div class="perks__content">
<h4 class="perks__title">Course Completion Certificate</h4>
<p id="award">You will be awarded the <i>ExpandUr</i><b>Wealth</b> School Certificate of Completion upon finishing this course.</p>
</div>
<!-- /.perks__content -->
</div>
<!-- /.perks__perk -->
</div>
<!-- /.perks -->
<br>
<br>
<!-- About the instructor (instructor's bio) -->
<div>
<h3>The Instructor's Story:</h3>
<h5>Dmitri Kaznachey, Ph.D. (CS), CFA</h5>
<br>
<p id="bio">Dr. Dmitri Kaznachey is a CFA charter holder and a senior director of trading technology in Freddie Mac
(Federal Home Loan Mortgage Corporation), which provides home loan mortgage services to it's customers,
also offer services like credit risk management, mortgage servicing, loan origination, etc. Dr. Dmitri
Kaznachey is widely recognized for his financial strategy expertise. Along with being a CFA charterholder,
he holds a Ph.D. in Computer Science and works part-time as a professor in the Computer Science Department at
George Mason University. He inspires many of his students to pursue fintech careers by incorporating
finance, stock market, and investment-related examples in his lectures.
</p>
</div>
<br>
<!-- Students Feedback -->
<div>
<h3>Check out what our students are saying about their experience with the course:</h3>
<br>
<p>
I am a big fan of this course and the instructor. Professor Dmitri Kaznachey is extremely precise, very thorough in
his explanations, and quite easy to follow.
<h5>Abhijit</h5>
CS Grad student, CFA Level 1 candidate
</p>
<br>
<p>
I love the way ExpandUrWealth School designed this course, it allowed me to learn the course at my own pace and I
could revisit any lessons I wanted.
<h5>Sanjana</h5>
IT Professional
</p>
<br>
<p>
I can say that ExpandUrWealth School's "Fundamental Analysis" is one of the best courses I've ever taken.
<h5>Priyanka</h5>
MBA Finance
</p>
<div class="button-container">
<button id="more-btn" onclick="showMore()">Check Out More</button>
</div>
<div id="more-feedback" class="feedback-container">
<br>
<p>
This course has exceeded my expectations. The content is comprehensive and well-presented, and the instructor
is engaging and knowledgeable.
<h5>Stark</h5>
Business Owner
</p>
<br>
<p>
I appreciate the real-world examples used in this course. They have helped me understand the material in a way
that will be useful in my career.
<h5>Rogers</h5>
Accounting Student
</p>
</div>
</div>
<br>
<!-- 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/fundamental_analysis.js"></script>
</body>
</html>