beancount-bd 1.0.0

Creator: codyrutscher

Last updated:

0 purchases

beancount-bd 1.0.0 Image
beancount-bd 1.0.0 Images
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.