-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.example.json
More file actions
36 lines (36 loc) · 853 Bytes
/
profile.example.json
File metadata and controls
36 lines (36 loc) · 853 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
{
"income": {
"gross_annual": 0,
"net_monthly": 0
},
"debts": [
{
"name": "Example Credit Card",
"balance": 0,
"monthly_payment": 0,
"rate": "0%",
"type": "Credit Card",
"notes": "",
"color": "#818cf8"
}
],
"fixed_costs": [
{ "label": "Rent", "match": "YOUR LANDLORD REF", "match_type": "exact" },
{ "label": "Broadband", "match": "YOUR ISP", "match_type": "exact_ci" }
],
"debt_patterns": [
{ "label": "Example Card", "match": "Card Provider", "match_type": "exact_ci" }
],
"subscriptions": [
{ "label": "Netflix", "match": "Netflix", "match_type": "exact_ci" }
],
"rent_contribution": null,
"transfers": [],
"cancelled_subscriptions": [],
"events": [],
"strategy": {
"method": "snowball",
"priority_order": [],
"start_month": ""
}
}