← Back to site

Team Management

To update the team, edit lib/team-data.ts and push to Git — Vercel redeploys automatically (usually under 60 seconds).

How to update

  1. 1.Open lib/team-data.ts in your code editor (or on GitHub)
  2. 2.Find the member you want to edit in the executiveCommittee array
  3. 3.Update name, role, programme, background, linkedin, initials
  4. 4.To add a member: copy an existing block and paste inside the array
  5. 5.To remove a member: delete their { ... } block (and the comma before it)
  6. 6.Commit & push → site updates automatically

Template — copy to add a new member

{
  name: "Full Name",
  role: "Role Title",
  programme: "MBA",       // MBA | MiF | PhD Finance | MiM
  background: "One sentence about prior experience.",
  linkedin: "https://linkedin.com/in/yourhandle",
  initials: "AB",
},

Current Executive Committee (13 members)

PR

President

President · MBA

#0
TR

Treasurer

Treasurer · MiF

#1
CS

Chief of Staff

Chief of Staff · MBA

#2
VI

VP Investments

VP, Investments · MiF

#3
VE

VP Events

VP, Events · MBA

#4
VS

VP Sponsorship

VP, Sponsorship · MiF

#5
VM

VP Marketing

VP, Marketing · MBA

#6
VC

VP Careers

VP, Careers · MBA

#7
HR

Head of Research

Head of Research · MBA

#8
HE

Head of Education

Head of Education · MiF

#9
HT

Head of Technology

Head of Technology · MBA

#10
HP

Head of Partnerships

Head of Partnerships · PhD Finance

#11
AD

AMC Director

AMC Director · MiF

#12

Sub-Committees (4)

Equities Committee

Fundamental equity research across geographies and sectors, with a paper portfolio benchmarked to the MSCI World.

Fixed Income & Macro Committee

Global macro themes, rates, credit, and currency markets with a sovereign and corporate bond framework.

Alternative Investments Committee

Hedge funds, private equity, real assets, and quantitative strategies.

ESG & Sustainable Finance Committee

ESG integration into investment frameworks and sustainable value creation research.

Edit committees in the committees array in lib/team-data.ts

View Team PageView Events PageView Sponsors Page