-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
65 lines (65 loc) · 3.15 KB
/
resume.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="myStyle.css">
<title>Resume</title>
</head>
<body>
<ul class="nav_bar">
<li class="nav_entry"><a href="/index.html">Home</a></li>
<li class="nav_entry"><a href="/bio.html">Biography</a></li>
</ul>
<h1 id="res_name">Nik Telkedzhiev</h1>
<h5 id="email">email: <a href="mailto:[email protected]">[email protected]</a></h5>
<h4>EDUCATION</h4>
<hr>
<h3>Tufts University</h3>
<ul>
<li>Major: Computer Science</li>
<li>Minor: Economics</li>
</ul>
<h4>Investment Banking Institute Course</h4>
<ul>
<li>Performed company valuations utilizing comparable public company analysis,<br>precedent transactions analysis, and discounted cash flow (DCF) analysis
</li>
<li> Built a fully-integrated financial statements projection model, LBO model, and <br>
accretion/dilution merger models, which had the ability to run within-model operational <br> and capital structure sensitivities and data tables for sensitivity analysis
</li>
</ul>
<h4>EXPERIENCE</h4>
<hr>
<p>Unicredit Bulbank</p>
<h6>Summer intern</h6>
<ul>
<li>Supported all stages of offering the bank's products to individual customers</li>
<li>Helped loan consultants prepare documents for inspection by the risk
management department of the bank</li></ul>
<p>Tufts Financial Group</p>
<h6>Member</h6>
<ul>
<li>Student-led equity fund with AUM exceeding $100,000</li>
<li>Member of the team in charge of making portfolio decisions for the consumers sector</li></ul>
<h4>EXTRACURRICULLAR ACTIVITIES AND ATHLETIC ACHIEVEMENTS</h4>
<hr>
<p>ITF Tennis Player</p>
<ul>
<li>Became an internationally ranked player at age seventeen</li>
<li>Won several national and international tennis awards</li>
<li>Finished nationally ranked in the top 3 for two consecutive years</li>
</ul>
<p>Tufts University Men's Tennis</p>
<ul>
<li>Played #1 singles and #1 doubles</li>
<li>First Tufts student to ever reach the semifinals of the Northeast <br>Regional tournament</li>
<li>Ranked #6 in the Northeast Region and #25 nationally</li>
</ul>
<h4>SKILLS</h4>
<hr>
<p>Programming Experience: C++, C, Java, Objective-C, Impcore, HTML, CSS, iOS and Android Development </p>
<p>Languages: Bulgarian(native), Russian(fluent)</p>
<p>Other: Microsoft Office, financial modeling</p>
<h4>ADDITIONAL INFORMATION</h4>
<hr>
<p>Recognition and Awards: Tufts Men's Tennis Most Improved Player Award (as a freshman), Selected<br> as the second best young tennis player in Bulgaria, Featured in <br> "Maritza" newspaper for recognition of special academic and sports achievement</p>
<p>Interests: Computer science, financial and economic news, politics, market analysis, watching and playing tennis, socializing with people from different cultures, travelling</p>
</body>