-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.json
95 lines (94 loc) · 2.92 KB
/
categories.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
{
"expenseCategories": [
{
"category": "Housing",
"subcategories": [
"Rent/Mortgage",
"Utilities",
"Home Maintenance"
],
"description": "Manage expenses related to your living space, including rent or mortgage payments, utility bills, and maintenance costs."
},
{
"category": "Transportation",
"subcategories": [
"Public Transit",
"Gas/Fuel",
"Maintenance"
],
"description": "Track costs associated with commuting, whether it's through public transportation or private vehicles, including fuel and maintenance."
},
{
"category": "Food and Dining",
"subcategories": [
"Groceries",
"Restaurants",
"Takeout/Delivery"
],
"description": "Monitor spending on food items, groceries, dining out, and ordering takeout or delivery."
},
{
"category": "Entertainment",
"subcategories": [
"Movies",
"Events/Concerts",
"Subscriptions"
],
"description": "Record expenses related to entertainment, such as movie tickets, concert tickets, or subscription services."
},
{
"category": "Health and Fitness",
"subcategories": [
"Gym Memberships",
"Medical Expenses",
"Wellness Products"
],
"description": "Keep track of health-related expenses, including gym memberships, medical bills, and wellness products."
},
{
"category": "Shopping",
"subcategories": [
"Clothing",
"Electronics",
"Gifts"
],
"description": "Monitor spending on shopping, whether it's for clothing, electronics, or gifts for others."
},
{
"category": "Education",
"subcategories": [
"Tuition",
"Books/Supplies",
"Courses/Workshops"
],
"description": "Record educational expenses, such as tuition fees, textbooks, and additional courses or workshops."
},
{
"category": "Travel",
"subcategories": [
"Flights",
"Accommodation",
"Transportation (within destination)"
],
"description": "Track expenses related to travel, including flights, accommodation, and local transportation."
},
{
"category": "Personal Care",
"subcategories": [
"Haircuts",
"Skincare",
"Toiletries"
],
"description": "Manage expenses related to personal care, including grooming, skincare products, and toiletries."
},
{
"category": "Miscellaneous",
"subcategories": [
"Fees/Charges",
"Donations",
"Miscellaneous Expenses"
],
"description": "Capture any miscellaneous expenses that don't fit into specific categories."
}
]
}