Investments are not normally reported on the receiving end in transaction logs, and they introduce too much visual noise in monthly expense graphs. As such they will later appear in relevant invesment graphs, but are removed for now from the available choices.
80 lines
956 B
YAML
80 lines
956 B
YAML
Income1:
|
|
group: income
|
|
regex:
|
|
- company A
|
|
|
|
Income2:
|
|
group: income
|
|
regex:
|
|
- transfer
|
|
banks:
|
|
- BankA
|
|
|
|
Income3:
|
|
group: income
|
|
regex:
|
|
- company B
|
|
|
|
Commute:
|
|
group: required
|
|
regex:
|
|
- uber
|
|
regular:
|
|
- [train, 50]
|
|
|
|
Utilities:
|
|
group: fixed
|
|
regex:
|
|
- electricity
|
|
regular:
|
|
- [water]
|
|
- [internet, 30.5]
|
|
|
|
Groceries:
|
|
group: required
|
|
regex:
|
|
- lidl
|
|
- e.leclerc
|
|
- aldi
|
|
|
|
Eating Out:
|
|
group: discretionary
|
|
regex:
|
|
- restaurant 1
|
|
- restaurant 2
|
|
|
|
Entertainment:
|
|
group: discretionary
|
|
regex:
|
|
- cinema
|
|
- steam
|
|
|
|
Investment:
|
|
group: investment
|
|
|
|
Pets:
|
|
group: required
|
|
|
|
Medical:
|
|
group: health
|
|
regex:
|
|
- hospital
|
|
- pharmacy
|
|
|
|
Miscellaneous:
|
|
|
|
Travel:
|
|
group: discretionary
|
|
regex:
|
|
- ryanair
|
|
- easyjet
|
|
- airbnb
|
|
negative_regex:
|
|
- Commute
|
|
- Utilities
|
|
|
|
date_fmt: "%Y-%m-%d"
|
|
dates:
|
|
- ["2019-12-23", "2020-01-02"]
|
|
- ["2020-07-01", "2020-07-30"]
|