-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV file format in 2022 report? #522
Comments
Uploading your test data works fine, data_single_account_2022.csv. I compared the headers and noticed that my report header have some extra rows. Deleted rows 1 to 6, but still it fails to upload. Here are first ten lines from my report. <style> </style>
|
The current version doesn't know hot to handle "Warrants" since I've never bought them. :) I can easily add those if there's nothing special about them. Do they show up exactly the same way as "Stocks" or do they have to be calculated in some special way like "Equity and Index Options", which need to be multiplied by 100 to get the real value of the trade? |
I have plenty of warrants. Please add them to the report. To simplify they are like stocks in this report (no option like multipliers applied). |
Could you attach a CSV file (just make sure you don't have your account information there), which shows a single full warrant transaction a bit like this stock transaction: https://raw.githubusercontent.com/oittaa/ibkr-report-parser/main/tests/test-data/data_single_account.csv I think the change is very simple and this might work: #643 |
Hi,
I just tried your code 1st time with IBKR 2022 report, but after report was generated and uploaded to parser nothing happened. It was not able to parse csv file.
Maybe the reason is that there is new mandatory parameter called Delivery confugurations in the Reporting section compared to the screenshot you had.
The text was updated successfully, but these errors were encountered: