-
Notifications
You must be signed in to change notification settings - Fork 20
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
Генерация 3-НДФЛ не работает - assert conid not in self._conid_to_ticker #40
Comments
Изменился параметр тикера, при этом сам тикер не изменился - надо разобраться подробнее. Можете скинуть вывод команды? |
Вот пример:
Правда у меня падает на
Поскольку тикеры могут меняться надо хранить не только название, но и дату. |
В отчете есть дата когда параметры тикера изменились? |
В "Trade Confirmation" есть привязка каждой сделки к правильному активу, так что можно от туда инфу брать. |
Можно еще мапинг нескольких conid на ticker попробовать, убедившись что другие параметры (multiplier, возможно что-то еще) не изменились |
% python3 -m investments.ibtax --activity-reports-dir ./activity --confirmation-reports-dir ./confirmation
Traceback (most recent call last):
File "/Users/kostya/.pyenv/versions/3.9.1/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/kostya/.pyenv/versions/3.9.1/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/ibtax/main.py", line 3, in
main()
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/ibtax/ibtax.py", line 251, in main
parser_object = parse_reports(args.activity_reports_dir, args.confirmation_reports_dir)
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/ibtax/ibtax.py", line 226, in parse_reports
parser_object.parse_csv(
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/report_parsers/ib.py", line 142, in parse_csv
self._real_parse_activity_csv(csv.reader(ac_fh, delimiter=','), {
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/report_parsers/ib.py", line 211, in _real_parse_activity_csv
parser_fn(fields)
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/report_parsers/ib.py", line 216, in _parse_instrument_information
self._tickers.put(
File "/Users/kostya/.local/lib/python3.9/site-packages/investments/report_parsers/ib.py", line 65, in put
assert conid not in self._conid_to_ticker
AssertionError
The text was updated successfully, but these errors were encountered: