-
Notifications
You must be signed in to change notification settings - Fork 7
/
config-sample.toml
42 lines (34 loc) · 1019 Bytes
/
config-sample.toml
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
[time]
# Dates should be in MM/DD/YYYY format, with optional leading zeros
start_date = "5/1/2018"
end_date = "8/1/2018"
[transactions]
prefer_labels = true # have labels override categories
use_percentages = false # output in relative percentages
# Vendors to ignore
ignore_vendors = [
"Bad Vendor"
]
# Categories to ignore
ignore_categories = [
"Bad Category",
]
# Mint is a bit verbose on the categories by default, so
# any category with a sumnmed value below the threshold
# will get bundled as 'Misc'
category_threshold = 15
[paths]
use_custom_input = true
input_file = "data/test-data.csv"
use_custom_output = false
output_path = "output-test.txt"
############## WARNING ##############
# Make sure not to commit or share anything personal here!
# All numbers here are assumed to be biweekly
# Please scale by the appropriate factor if not
[paycheck]
net_earnings = 150
#### add as many key-value pairs as you have
[paycheck.pretax]
"Federal Income Tax" = 30
"Social Security" = 5