-
Notifications
You must be signed in to change notification settings - Fork 0
/
budgetcategories.json
101 lines (101 loc) · 1.8 KB
/
budgetcategories.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
[
{
"model": "budgets.budgetcategory",
"pk": 1,
"fields": {
"name": "Gas",
"typical_percentage": "2.00",
"typical_monthly_amount": "175.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 2,
"fields": {
"name": "Food",
"typical_percentage": "10.00",
"typical_monthly_amount": "350.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 3,
"fields": {
"name": "Rent",
"typical_percentage": "25.00",
"typical_monthly_amount": "1700.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 4,
"fields": {
"name": "Car",
"typical_percentage": "7.50",
"typical_monthly_amount": "600.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 5,
"fields": {
"name": "Insurance",
"typical_percentage": "4.00",
"typical_monthly_amount": "400.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 6,
"fields": {
"name": "Entertainment",
"typical_percentage": "8.00",
"typical_monthly_amount": "250.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 7,
"fields": {
"name": "Clothing",
"typical_percentage": "3.00",
"typical_monthly_amount": "65.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 8,
"fields": {
"name": "Utilities",
"typical_percentage": "5.00",
"typical_monthly_amount": "350.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 9,
"fields": {
"name": "Phone Bill",
"typical_percentage": "0.25",
"typical_monthly_amount": "25.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 10,
"fields": {
"name": "Misceallaneous",
"typical_percentage": "3.50",
"typical_monthly_amount": "200.00"
}
},
{
"model": "budgets.budgetcategory",
"pk": 11,
"fields": {
"name": "Loans",
"typical_percentage": "8.00",
"typical_monthly_amount": "400.00"
}
}
]