-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·181 lines (168 loc) · 8.48 KB
/
Copy pathindex.html
File metadata and controls
executable file
·181 lines (168 loc) · 8.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Coco — Finance & Business Analysis</title>
<meta name="description" content="Finance professional with a mathematics background, working towards business analysis in finance systems and process automation. Based in the UK." />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<main id="main" class="page">
<!-- ============ HEADER ============ -->
<header class="profile-header">
<div class="avatar" aria-hidden="true">C</div>
<div class="profile-id">
<h1>Coco</h1>
<p class="profile-title">Finance & Business Analysis · Process Automation</p>
<p class="profile-loc">United Kingdom</p>
<nav class="contact-row" aria-label="Contact links">
<button id="btn-email" class="pill" type="button" aria-expanded="false">Email</button>
<button id="btn-whatsapp" class="pill" type="button" aria-expanded="false">WhatsApp</button>
<a class="pill" href="https://www.linkedin.com/in/coco-tan-06bb1139b" target="_blank" rel="noopener">LinkedIn</a>
<a class="pill" href="https://github.com/coco062" target="_blank" rel="noopener me">GitHub</a>
</nav>
<div id="reveal-panel" class="reveal-panel" hidden>
<span id="reveal-value" class="reveal-value" aria-live="polite"></span>
<span class="reveal-actions">
<a id="reveal-open" href="#" target="_blank" rel="noopener">Open</a>
<button id="reveal-copy" type="button">Copy</button>
<button id="reveal-vcard" type="button">Save contact</button>
</span>
<span id="reveal-note" class="reveal-note" role="status"></span>
</div>
</div>
</header>
<!-- ============ ABOUT ============ -->
<section aria-labelledby="h-about">
<h2 id="h-about">About</h2>
<p>
I am a finance professional with a <strong>mathematics background</strong>, working
at the point where finance operations meet systems. I served as the
<strong>finance-side key user</strong> in a company-wide
<strong>workflow automation (OA) rollout</strong> — mapping approval and expense
processes, consolidating requirements from finance and operations stakeholders,
and coordinating <strong>user acceptance testing</strong> across departments
through to adoption.
</p>
<p>
Alongside day-to-day finance work (AP/AR, reconciliation, month-end close),
I build <strong>Python and AI-agent automations</strong> for recurring data
collection and reporting, and I am developing towards a
<strong>business analyst</strong> role in finance systems and process automation.
</p>
<div class="callout">
<p>
<strong>I'm open to Business Analyst and finance-systems opportunities.</strong>
If my background fits what you're building, feel free to
<a href="#" id="callout-reach">reach out</a>.
</p>
</div>
</section>
<!-- ============ EXPERIENCE ============ -->
<section aria-labelledby="h-exp">
<h2 id="h-exp">Experience</h2>
<article class="entry">
<div class="entry-head">
<h3>Finance Officer · OA Rollout Key User</h3>
<span class="entry-meta">Present</span>
</div>
<p class="entry-sub">Finance operations & company-wide workflow-automation implementation</p>
<ul>
<li>Mapped existing approval and expense processes, identified pain points, and translated them into system requirements.</li>
<li>Represented finance in requirements discussions; consolidated stakeholder input and escalated conflicts between system workflows and policy manuals for management decision.</li>
<li>Coordinated cross-department UAT — shared defect log, follow-ups with the development team, verification of fixes.</li>
<li>Produced weekly progress reports and decision briefings for senior management on status, risks and sign-off items.</li>
<li>Day-to-day operations: AP/AR, bank reconciliation, payment runs, invoice processing, month-end close support under internal controls.</li>
</ul>
</article>
</section>
<!-- ============ PROJECTS ============ -->
<section aria-labelledby="h-proj">
<h2 id="h-proj">Selected Projects</h2>
<article class="entry">
<div class="entry-head">
<h3>Quant — Portfolio Risk Analytics</h3>
<a class="entry-link" href="https://github.com/coco062/quant" target="_blank" rel="noopener">GitHub</a>
</div>
<p>
Python toolkit that analyses an existing portfolio's risk–return structure
across US equities and crypto: annualised return, volatility,
<strong>Sharpe / Sortino</strong>, max drawdown, correlation matrix, weight
drift and contribution attribution. Deliberately descriptive — no predictions,
no signals.
</p>
</article>
<article class="entry">
<div class="entry-head">
<h3>Workflow & Data Automation</h3>
<span class="entry-tag">Python · TypeScript · Claude agents · MCP</span>
</div>
<p>
Agent-based pipelines that collect, format and forward recurring information
updates, standardised into templates for quick review and hand-over —
cutting the manual effort out of research and reporting. Includes a custom
MCP search server that gives AI assistants structured retrieval over
archived chat history: a reusable layer that can plug into reporting,
status dashboards or knowledge-base ingestion.
</p>
</article>
<article class="entry">
<div class="entry-head">
<h3>Competitor Intelligence Hub</h3>
<span class="entry-tag">Research · Analysis</span>
</div>
<p>
A consolidated repository of competitor products: feature matrices,
positioning, pricing signals and review highlights — a structured comparison
framework supporting faster product and marketing decisions.
</p>
</article>
<article class="entry">
<div class="entry-head">
<h3>EQ Playbook</h3>
<a class="entry-link" href="https://github.com/coco062/eq-playbook" target="_blank" rel="noopener">GitHub</a>
</div>
<p>
A bilingual (English + 中文) playbook of high-EQ phrases for everyday and
workplace situations, written in natural British English — doubles as
language-learning material.
</p>
</article>
<article class="entry">
<div class="entry-head">
<h3>Personal Knowledge Base</h3>
<a class="entry-link" href="https://github.com/coco062/personal-knowledge-base" target="_blank" rel="noopener">GitHub</a>
</div>
<p>
A self-growing knowledge-base skeleton: ingest pipelines, agent-compiled wiki
pages and provenance links back to raw sources. Framework only — content
lives in a private repo.
</p>
</article>
</section>
<!-- ============ SKILLS ============ -->
<section aria-labelledby="h-skills">
<h2 id="h-skills">Skills</h2>
<ul class="skills-list">
<li><strong>Business analysis & systems:</strong> process mapping, requirements gathering, stakeholder communication, UAT coordination, workflow automation (OA/BPM), issue tracking and reporting</li>
<li><strong>Finance & operations:</strong> AP/AR, bank reconciliation, payment runs, invoice processing, month-end close support, internal controls</li>
<li><strong>Data & tools:</strong> Excel (advanced), Google Workspace, Python (automation), Claude Code (AI-agent workflows), Matlab, PowerPoint, Word</li>
</ul>
</section>
<!-- ============ EDUCATION ============ -->
<section aria-labelledby="h-edu">
<h2 id="h-edu">Education & Languages</h2>
<ul class="skills-list">
<li><strong>Education:</strong> BSc Mathematics</li>
<li><strong>Languages:</strong> Mandarin Chinese (native) · English (professional working proficiency)</li>
</ul>
</section>
<footer class="site-footer">
<p>© <span id="year">2026</span> Coco</p>
</footer>
</main>
<script src="script.js" defer></script>
</body>
</html>