0 purchases
beancountbd 1.0.0
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.