-
Notifications
You must be signed in to change notification settings - Fork 58
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
Got a stock symbol with an unsupported format #62
Comments
Hi, could you please look into your Activity statement: how this stock is displayed there in Is there any other errors? From what you've provided I see:
What do you see if you temporary replace this symbol with something else ( |
Hi, It was a mistake with *.dc0, I use now *.dc1. Thank you. "U.UN" is a correct ticker (SPROTT PHYSICAL URANIUM TRUS), it is everywhere in the reports. If I replace "U.UN" by "UUN" there is no such error anymore. Thank you. However I got another one related to parsing "Custom activity statement" file: I guess it's because warrants not supported at the moment as well as options (#48) |
OK, thanks. I'll support dots in symbol names (I've asked how it's displayed in other places because sometimes it varies almost unpredictably - #40). But yes, I'm not going to support options in the near time. If it was an occasional trade, you may try to delete any information about it from the statement (or change it too look like a stock trade), but if you really use these instruments and the only thing you need is a tax statement, I may recommend you to look at https://github.com/titov-vv/jal/ - it has no portfolio rebalancing and some other features investments provides, but definitely has more deep support of various complex cases. |
Fixed in v4.3.4. |
Error while executing command:
investments tax-statement ib 2021 statement.dc0
Error:
Got a stock symbol with an unsupported format: "U.UN"
Error while reading "/home/ubuntu/Brokerage/Interactive Brokers/Statements": Error while reading "/home/ubuntu/Brokerage/Interactive Brokers/Statements/2021_Trade_Confirmation.csv": Failed to parse ("U0000000", "XXXXXX", "", "CAD", "STK", "U.UN", "SPROTT PHYSICAL URANIUM TRUS", "503299503", "CA85210A1049", "ISIN", "", "CA85210A1049", "TSE", "", "", "", "", "", "1", "", "", "", "", "ExchTrade", "4060338060", "2058458591", "0000d8c0.6138944c.01.01", "004d0452.00022e64.6136ee12.0001", "", "", "", "0", "", "", "2021-09-07 20:52:42", "2021-09-08 09:30:00", "2021-09-08", "2021-09-10", "2021-09-08", "TSE", "BUY", "10", "14.8", "148", "-148", "-0.755", "-0.755", "0", "0", "0", "0", "0", "CAD", "0", "O", "LMT", "EXECUTION", "", "N", "", "0", "", "", "", "", "0.0", "0.0 ()") record: Got a stock symbol with an unsupported format: "U.UN".
The text was updated successfully, but these errors were encountered: