-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
56 lines (53 loc) · 1.74 KB
/
configuration.yaml
File metadata and controls
56 lines (53 loc) · 1.74 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
statement_parser:
csv_columns:
payment_party: "Name Zahlungsbeteiligter"
amount: "Betrag"
type_of_transfer: "Buchungstext"
description: "Verwendungszweck"
date: "Buchungstag"
date_format: "%d.%m.%Y"
internal_transfer_categories: ["Savings"]
category_mapping:
Salary:
description: ["lohn", "gehalt"]
Insurance:
payment_party: ["versicherung", "assuranc"]
Mobility:
or:
description: ["tankstelle", "tanken", "parkhaus", "parkplatz", "garage", "autohaus", "autocenter", "waschanlage"]
payment_party:
["tank", "bundeskasse in weiden", "vergoelst", "shell", "aral", "pneuhage", "jet"]
Household:
payment_party: ["swu"]
description: ["entsorgungsbetriebe"]
Multimedia/Internet:
or:
description: ["spotify", "rundfunk"]
payment_party:
["vodafone", "klarmobil", "congstar", "Rundfunk ARD, ZDF, DRadio"]
Groceries:
or:
description: ["takeaway.com", "lidl", "kfc", "ristorante", "burgerkind", "mcdonalds"]
payment_party:
[
"lidl",
"edeka",
"rewe",
"finkbeiner",
"ecenter",
"drogerie",
"kaufland",
"Netto Marken-Discoun"
]
Rent:
description: ["miet"]
Online Shopping:
or:
description: ["paypal", "amazon"]
payment_party: ["paypal", "amazon"]
Dept:
payment_party: ["florian rottach"]
Shared Account:
description: ["IBAN: DE6012030000"]
Savings:
payment_party: ["andreas rottach"]