Thanks for this very useful framework. I'm unfortunately quite new to python and am trying to get the ibkr importer customized for my setup. I had already tried to refer to the documentation but do not see this answered there (maybe because it is too basic). Essentially, I have 4 quick questions below:
I see this account (sample) in the code. How can I change it to the specific ones per my setup. Is it via the configuration file and if yes, is the below the right way for that?
How do I customize the location of the ibkr.yaml file instead of the import directory? E.g. "~.config\beancount"
Does this importer also account for cash withdrawals and transfers in various currencies?
What are the specific fields needed for the Flex Web queries when putting together a customized report for this importer? Does the order of the fields matter?
At the moment you have to extend the importer to adjust it, if you want I can adjust it so it reads those values from the config
the way I set up the importers you can have the file wherever you want, it's basically the "trigger" file for the import (like with other imports, it would be a csv file that you downloaded)
Hi,
Thanks for this very useful framework. I'm unfortunately quite new to python and am trying to get the ibkr importer customized for my setup. I had already tried to refer to the documentation but do not see this answered there (maybe because it is too basic). Essentially, I have 4 quick questions below:
How do I customize the location of the ibkr.yaml file instead of the import directory? E.g. "~.config\beancount"
Does this importer also account for cash withdrawals and transfers in various currencies?
What are the specific fields needed for the Flex Web queries when putting together a customized report for this importer? Does the order of the fields matter?
Thank you so much for the kind guidance!