-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckbook.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Checkbook.json
File metadata and controls
38 lines (38 loc) · 1.02 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
[
{
"amount": 1000.0,
"category": "Savings",
"date_time": "2023-07-13 20:46:41",
"description": "recieved paycheck from work"
},
{
"amount": -100.5,
"category": "Entertainment",
"date_time": "2023-07-13 23:11:09",
"description": "movies"
},
{
"amount": -50.5,
"category": "Housing",
"date_time": "2023-07-13 23:14:36",
"description": "groceries. bought some cake and egs and tomato"
},
{
"amount": 200000.0,
"category": "Housing",
"date_time": "2023-07-13 23:25:05",
"description": "sold house "
},
{
"amount": -10000.0,
"category": "Entertainment",
"date_time": "2023-07-13 23:28:41",
"description": "bought a boat"
},
{
"amount": -180000.5,
"category": "Housing",
"date_time": "2023-07-14 09:03:09",
"description": "bought a new house"
}
]