-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathheirarchy.json
202 lines (202 loc) · 11 KB
/
heirarchy.json
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"root": {
"name": "Barclays Bank Emails",
"description": "Root node representing all emails received in Barclays bank.",
"emails": [],
"children": [
{
"name": "Executive Leadership",
"description": "The Executive Leadership Team at Barclays comprises the Board of Directors, CEO, CFO, General Counsel, Board Secretary, and Internal Audit Team. They collectively oversee strategic direction, governance, financial management, legal matters, and internal controls to drive the bank's success and ensure compliance with regulations.",
"emails": [],
"children": [
{
"name": "CEO",
"description": "The CEO, or Chief Executive Officer, is the highest-ranking executive in Barclays, responsible for providing overall leadership, vision, and direction to the organization. They oversee the implementation of strategic initiatives, drive business growth, and ensure the company's success in achieving its goals and objectives.",
"emails": ["[email protected]"],
"children": []
},
{
"name": "CFO",
"description": "The CFO, or Chief Financial Officer, is responsible for overseeing the financial operations of Barclays, including financial planning, budgeting, reporting, and analysis. They play a key role in strategic decision-making, risk management, and ensuring the bank's financial health and stability.",
"emails": ["[email protected]"],
"children": []
},
{
"name": "General Counsel",
"description": "The General Counsel is the chief legal officer of Barclays, responsible for overseeing all legal matters, compliance, and regulatory affairs. They provide legal advice and guidance to the bank's leadership team, manage legal risks, and ensure compliance with laws and regulations.",
"emails": [],
"children": []
},
{
"name": "Board of Directors",
"description": "The Board of Directors is a group of individuals elected by Barclays' shareholders to oversee the bank's management and operations. They provide strategic guidance, set policies, and make key decisions to ensure the bank's long-term success and sustainability.",
"emails": [
],
"children": []
},
{
"name": "Board Secretary",
"description": "The Board Secretary is responsible for managing the administrative and governance functions of the Board of Directors. They coordinate board meetings, maintain corporate records, and ensure compliance with legal and regulatory requirements.",
"emails": ["[email protected]"],
"children": []
},
{
"name": "Internal Audit Team",
"description": "The Internal Audit Team is responsible for independently assessing and evaluating Barclays' internal controls, risk management processes, and compliance with policies and regulations. They provide assurance to the Board of Directors and senior management on the effectiveness of the bank's governance and risk management practices.",
"emails": [
],
"children": []
}
]
},
{
"name": "Government Relations",
"description": "The Government Relations Team at Barclays is responsible for managing the bank's relationships with government agencies, policymakers, and regulatory authorities. They engage with key stakeholders to advocate for the bank's interests, influence public policy, and ensure compliance with laws and regulations.",
"emails": [
],
"children": []
},
{
"name": "HR",
"description": "Human Resources department responsible for managing employee-related matters.",
"emails": ["[email protected]"],
"children": [
{
"name": "Recruitment",
"description": "Responsible for hiring new emails.",
"emails": ["[email protected]"],
"children": []
},
{
"name": "Employee Benefits",
"description": "Handles employee benefits and compensation.",
"emails": ["[email protected]"],
"children": []
},
{
"name": "Training & Development",
"description": "Responsible for employee training and skill development.",
"emails": ["[email protected]"],
"children": []
}
]
},
{
"name": "Finance",
"description": "Finance department responsible for financial operations.",
"employees": ["[email protected]"],
"children": [
{
"name": "Investment Banking",
"description": "Handles investment-related activities.",
"employees": ["[email protected]"],
"children": [
{
"name": "Mergers & Acquisitions",
"description": "Responsible for mergers and acquisitions.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Capital Markets",
"description": "Handles capital market transactions.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Corporate Finance",
"description": "Deals with corporate finance activities.",
"employees": ["[email protected]"],
"children": []
}
]
},
{
"name": "Retail Banking",
"description": "Deals with banking services for individual customers.",
"employees": ["[email protected]"],
"children": [
{
"name": "Savings Accounts",
"description": "Handles savings account operations.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Mortgages",
"description": "Handles mortgage operations.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Loans",
"description": "Handles loan operations.",
"employees": ["[email protected]"],
"children": []
}
]
},
{
"name": "Corporate Banking",
"description": "Deals with banking services for corporate clients.",
"employees": ["[email protected]"],
"children": [
{
"name": "Commercial Loans",
"description": "Handles commercial loan operations.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Trade Finance",
"description": "Handles trade finance operations.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Cash Management",
"description": "Handles cash management operations.",
"employees": ["[email protected]"],
"children": []
}
]
}
]
},
{
"name": "IT",
"description": "Information Technology department responsible for managing technological systems.",
"employees": ["[email protected]"],
"children": [
{
"name": "Infrastructure",
"description": "Manages IT infrastructure.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "Application Development",
"description": "Develops software applications.",
"employees": ["[email protected]"],
"children": []
},
{
"name": "IT Support",
"description": "Provides IT support services.",
"employees": ["[email protected]"],
"children": []
}
]
}
]
}
}