budget/categories.yaml

79 lines
959 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"
vacations:
- ["2019-12-23", "2020-01-02"]
- ["2020-07-01", "2020-07-30"]