-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
84 lines (68 loc) · 2.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<h1>Resume</h1>
<h2>Connie Cheng</h2>
<h3> <a href="index.html">Index</a>
| <a href="About%20Me.html">About Me</a>
| <a href="location.html">Location</a>
| <a href="resume.html">Resume</a>
</h3>
</head>
<body>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href= "resume.css">
<br>
<h3 style= "text-align: left";>Education</h3>
<p>
Hunter College, New York, NY<br>
Bachelor of Arts: Economics, Political Science, and English<br>
Sept. 2014
</p>
<h3 style= "text-align: left";>Work Experience</h3>
<p>
<b>Lex Group Funding LLC, New York, NY</b>
<br>
Oct. 2015 – Apr 2016
<br>
<i>Underwriter/Risk Analyst</i>
<li>Performed risk analyses on merchants seeking funding through credit and cash flow analysis</li>
<li>Created and updated Access Database, tracked client funding trends in relation to ISO volume</li>
<li>Conducted background checks to reduce negligent repayment practices and external legal complications</li>
</p>
<p>
<b>Brown Brothers Harriman and Co (The Forum Group Solutions), Jersey City, NJ</b>
<br>
Jan. 2015 – Mar.2015
<br>
<i>Inquiry Response Client Services Representative (Temporary Position)</i>
<li>Collaborated with Control Receipt and Special Handling Departments to process client inquiries</li>
<li>Monitored and operated interbank communication systems to facilitate client transactions</li>
<li>Maintained workflow efficiency, supporting International and US Currency teams to prioritize client deliverables</li>
</p>
<p>
<b>New York Women’s Foundation, New York, NY</b> Sept. 2013 - Aug. 2014
<br>
<i>Public Service Scholar</i>
<li>Catalogued records of foundation investments of over $5 million, from past fiscal year for annual audit report</li>
<li>Analyzed potential for areas of growth through grantee partner site visits</li>
<li>Generated and distributed “Grantee Partner Directory” for collaborative efforts between organizations funded</li>
<li>Conceptualized program budget, layout and potential funding streams for “Girls in Grantmaking Initiative”</li>
</p>
<p>
<b>New York City Council, Office of Councilman Ydanis Rodriguez, New York, NY</b>
<br>
July 2012 - Nov. 2012
<br>
<i>Legislative Intern</i>
<li>Researched housing, health care and transportation legislation for legal memorandums</li>
<li>Compiled briefings on city news and public hearings concerning transportation, youth services and immigration</li>
<li>Coordinated and confirmed appointments with immigration advocacy groups for community events</li>
</p>
</body>
<footer>
<b>Contact Information</b><br>
Connie Cheng™ | <a href="form.html">Contact Me</a>
</footer>
</html>