-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimporters_config.yml
68 lines (67 loc) · 2.01 KB
/
importers_config.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
importers:
# Importer key also corresponds to the subdirectory in the beancount_import_data
# directory where the csv files will be looked up
# Possible "importer" values are:
# "monzo", "revolut", "wise",
# "ibkr", "kraken", "binance"
# You can use different directories to distinguish between different accounts
monzo:
importer: monzo
account: Assets:Monzo:Cash
currency: GBP
params:
# This will ignore Monzo's automatic categories. At some point beancount-import predictions will be better
# so you may want to enable it
ignore_bank_categories: True
revolut_eur:
importer: revolut
account: Assets:Revolut:Cash
currency: EUR
revolut_gbp:
importer: revolut
account: Assets:Revolut:Cash
currency: GBP
revolut_usd:
importer: revolut
account: Assets:Revolut:Cash
currency: USD
wise_eur:
importer: wise
account: Assets:Wise:Cash
currency: EUR
wise_gbp:
importer: wise
account: Assets:Wise:Cash
currency: GBP
wise_usd:
importer: wise
account: Assets:Wise:Cash
currency: USD
kraken:
importer: kraken
account: Assets:Kraken
currency: USD
binance:
importer: binance
account: Assets:Binance
currency: USD
params:
spot_wallet_account: "Assets:Crypto:Binance:Cash"
fees_account: "Expenses:Fees:Crypto:Binance"
p2p_account: "Assets:Crypto:Binance:P2P"
savings_account: "Assets:Crypto:Binance:Savings"
income_interest_account: "Income:Crypto:Binance:Interest"
income_referal_account: "Income:Crypto:Binance:Referal"
income_distributions_account: "Income:Crypto:Binance:Distribution"
ibkr:
importer: ibkr
account: Assets:IB:Cash
currency: USD
params:
cash_account: "Assets:IB:Cash"
assets_account: "Assets:IB:{symbol}"
div_account: "Income:IB:{symbol}:Div"
interest_account: "Income:IB:Interest"
wht_account: "Expenses:IB:WithholdingTax"
fees_account: "Expenses:IB:Commissions"
pnl_account: "Income:IB:PnL"