-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaxonomy.py
More file actions
39 lines (32 loc) · 914 Bytes
/
taxonomy.py
File metadata and controls
39 lines (32 loc) · 914 Bytes
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
TAXONOMY = """
L1 | L2 | L3
-----------------------------------
Banking & Financial | Banking Charges | -
Banking & Financial | Global Rating | -
Banking & Financial | Insurance | -
Facilities | Food Services | -
Facilities | Janitorial Services | -
Facilities | Security Services | -
Facilities | Uniform | -
HR | Employee Benefits | -
HR | Employee Recognition | -
HR | Recruitment Services | -
HR | Training | -
IT | Hardware | Accessories
IT | Hardware | Laptop
IT | Hardware | Mobile
IT | Software | Licenses Cost
IT | Software | Subscription
Professional Services | Audit Services | -
Professional Services | Consulting Services | -
Professional Services | Legal Services | -
Professional Services | Risk Consulting Services | -
T&E | Air | -
T&E | Food | -
T&E | GROUND TRANSPORTATION | -
T&E | Hotel | -
T&E | Parking fees | -
Unaddressable | Tax | -
Utilities | Power | -
Utilities | Water | -
"""