← 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 (10 members)

PR

President

President · MBA

#0
TR

Treasurer

Treasurer · MiF

#1
CS

Chief of Staff

Chief of Staff · MBA

#2
TL

Treks Lead

Treks Lead · MBA

#3
S1

Speaker Series Co-Lead

Speaker Series Co-Lead · MBA

#4
S2

Speaker Series Co-Lead

Speaker Series Co-Lead · MiF

#5
RL

Research Lead

Research Lead · MBA

#6
CP

Co-President

Co-President · MBA

#7
CP

Co-President

Co-President · MiF

#8
CI

Chief Investment Officer

Chief Investment Officer · MBA

#9

Sub-Committees (4)

Student Investment Fund

Fundamental equity research across geographies and sectors, with a live portfolio managed by LBS students.

Fixed Income Committee

Credit markets, sovereign and corporate bonds, and rates strategy across developed and emerging markets.

Macro Committee

Global macro themes, currency markets, and cross-asset strategy with a focus on geopolitical and economic drivers.

ESG & Sustainable 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