python-uk-trading-tax-calculator icon indicating copy to clipboard operation
python-uk-trading-tax-calculator copied to clipboard

Automatically exported from code.google.com/p/python-uk-trading-tax-calculator

Results 3 python-uk-trading-tax-calculator issues
Sort by recently updated
recently updated
newest added

Hi Rob, Couple quick questions. First, when you run calculatetax() for a given tax year, should the summary profit of the output report be a figure close to the total...

according to this entry and talking to an accountant, the bed and breakfast (30 day rule) doesn't apply to speculative instruments like futures https://community.hmrc.gov.uk/customerforums/pt/5c7e7ce6-fe45-ec11-a3ee-00155d9c6b71 It would be great to have...

(all_trades, all_positions)=get_all_trades_and_positions() File "example.py", line 41, in get_all_trades_and_positions trades1=get_ib_trades("U2625371_20190407_20200228.htm") File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 428, in get_ib_trades df_results=_parse_pandas_df(main_table) File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 240, in _parse_pandas_df if _check_blank_row(row): File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 180, in _check_blank_row...