-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgregrubin.html
57 lines (51 loc) · 2.22 KB
/
gregrubin.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Greg Rubin's Resume</title>
</head>
<body>
<div id="header">
<p id="name">Greg Rubin</p>
<a href="mailto:[email protected]"><p id="email">[email protected]</p></a>
</div>
<div class="left">
</div>
<div class="right">
<h4>Objective</h4>
<p class>Accomplished, passionate, college graduate in mathematics interested in starting a career in analytics</p>
<h4>Education</h4>
<p>BS, Mathematics, University of Pitsburgh
<ul><li>Minor in economics</li></ul>
</p>
<h4>Experience</h4>
<p>AAA Mid Atlantic, Life Insurance Specialist, (11/13 - Present)</p>
<ul>
<li>Calculate needs analysis for clients by auditing customer’s assets to build product portfolio</li>
<li>Improve strong relationships with auto & home and member specialists to obtain clients</li>
<li>Manage events to help build client relations and collect data</li>
<li>Evaluate potential client data to help build contact strategies</li>
<li>Establish initial contact with potential customers using AAA database</li>
<li>Provide recommendations on client portfolio</li>
<li>Correspond with underwriters to ensure client’s needs are met</li>
</ul>
<p> TD Bank N.A., Financial Services Representative, (02/12-11/13)
<ul>
<li>Utilized product knowledge to help customers find investment and banking solutions</li>
<li>Guided employees to create individual development plans</li>
<li>Audited client business with their banking needs to lower costs</li>
<li>Attained sales targets for branch</li>
<li>Analyzed customer’s finances to expand asset allocation</li>
<li>Reviewed client mortgages to create refinancing options</li>
</ul>
</p>
<h4>Skills</h4>
<p>Languages: HTML, JQuery, Python </p>
<p>Math: Matlab, Mathematica, Latex</p>
<p>Computers: Microsoft Office, Google Analytics, Amdocs Customer Interaction Manager (CRM), Windows</p>
</div>
<div id="footer">
<p>1722 Strahle Street Philadelphia, PA 19152 | Tel: (267) 760-0282
</div>
</body>
</html>