Beancount order history importer for Bourse Direct brooker
Project description
Beancount Bourse Direct Importer
beancount-bd
provides an order history importer for the brooker Bourse Direct to the Beancount format.
Installation
$ pip install beancount-bd
Usage
Add BDImporter
to your Beancount importers config file.
CONFIG = [
BDImporter(
account='Assets:FR:BD:PEA',
fee_category='Expenses:Finances:Commission',
tickers_lut={
"AM.E.P.SP500": "PE500",
"LY.PEANASD": "PUST",
"MSC.EM": "PAEEM",
"MSC.EUR": "PCEU",
}
),
]
Contribution
Feel free to contribute!
Please make sure you have Python 3.6+ and Poetry
installed.
-
Git clone the repository -
git clone https://github.com/ArthurFDLR/beancount-bd
-
Install the packages required for development -
poetry install
-
That's basically it. You should now be able to run lint checks and the test suite -
make lint test
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file beancount-bd-1.0.0.tar.gz
.
File metadata
- Download URL: beancount-bd-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.10 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4936481731ae7babb5d9c07ec3a9974e7321333ddc8f2d11f4dd1b8a2de8e43d |
|
MD5 | a9cb8bdef21fb5ce9ef66f44e728c077 |
|
BLAKE2b-256 | 517af97969c4b34af0812bbd30c74e3acbf420f8ea3303bdf430139ca0678237 |
File details
Details for the file beancount_bd-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: beancount_bd-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.10 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94d7dce8c1dd9f998fceb185d907db4f376887a89289827cc53b56d664a099f5 |
|
MD5 | 055ca32015693c4ba2f47f511a5aa99a |
|
BLAKE2b-256 | 41a71efe8d1238267beffe995fb4d744759b89c3654c6962c82ad4609bd4f527 |