-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory_mapping.example.json
More file actions
56 lines (56 loc) · 1.87 KB
/
category_mapping.example.json
File metadata and controls
56 lines (56 loc) · 1.87 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
{
"caixa_categories": {
"AGUA": "Bills: Utilities",
"LUZ": "Bills: Utilities",
"GAS": "Bills: Utilities",
"TELE / TV / INTERNET": "Bills: TV, phone and internet",
"SEGUROS": "Bills: Insurance",
"COMPRAS": "Needs: Groceries",
"COMBUSTIVEL": "Transport: Fuel",
"RESTAURACAO / BARES": "Wants: Dining Out",
"SAUDE": "Health",
"FARMACIA": "Health: Pharmacy",
"VESTUARIO": "Shopping: Clothing",
"PASS": "Transport: Public Transport",
"TRANSFERENCIA": "Transfer",
"VENCIMENTO": "Income: Salary",
"JUROS": "Income: Interest"
},
"payee_rules": {
"BOLT": "Transport: Taxi",
"UBER": "Transport: Taxi",
"PINGO DOCE": "Needs: Groceries",
"CONTINENTE": "Needs: Groceries",
"LIDL": "Needs: Groceries",
"AUCHAN": "Needs: Groceries",
"INTERMARCHE": "Needs: Groceries",
"MERCADONA": "Needs: Groceries",
"GLOVO": "Wants: Food Delivery",
"UBER EATS": "Wants: Food Delivery",
"NETFLIX": "Wants: Subscriptions",
"SPOTIFY": "Wants: Subscriptions",
"AMAZON": "Shopping: Online",
"WORTEN": "Shopping: Electronics",
"FNAC": "Shopping: Electronics",
"ZARA": "Shopping: Clothing",
"H&M": "Shopping: Clothing",
"DECATHLON": "Shopping: Sports",
"IKEA": "Shopping: Home",
"LEROY MERLIN": "Shopping: Home",
"GALP": "Transport: Fuel",
"REPSOL": "Transport: Fuel",
"BP": "Transport: Fuel",
"CEPSA": "Transport: Fuel",
"CP COMBOIOS": "Transport: Public Transport",
"METRO": "Transport: Public Transport",
"CARRIS": "Transport: Public Transport",
"FARMACIA": "Health: Pharmacy",
"HOSPITAL": "Health: Medical",
"CLINICA": "Health: Medical",
"CINEMA": "Wants: Entertainment",
"TEATRO": "Wants: Entertainment",
"GYM": "Health: Gym",
"SOLINCA": "Health: Gym",
"WELLS": "Health: Gym"
}
}