Tools to assist with IB Flex reports and Ledger
The crate is incomplete but there are funcioning parts. These can be seen in Tests.
This crate contains a CLI and a library which assist with Flex Reports from Interactive Brokers. There are several components involved:
ibflex
uses the ibflex
libraryibflex
library exposes the following functionality
pricedb
crate (repo) uses a database which contains the list of securities with the Symbol mapping between IB Flex report and Ledger. I.e. symbol VHYL
in the report is VHYL_AS
in Ledger. The package is a dependency of ibflex
but must be configured manually.