-
Notifications
You must be signed in to change notification settings - Fork 48
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
Morgan Stanley: Non-zero Net Cash Proceeds #534
Comments
@goofy57 Hi Sergey, I saw you added this parser, so wondering if you could take a look at my question above. Thank you in advance! |
TBH this was very custom and I had to update the code a bit every year that I completed a self assessment - so please double-check at least orders of magnitude when you use it :) I don't recall seeing non-zero net cash proceeds in my data, therefore wasn't sure how to deal with them in the code - feel free to patch this and happy to take a look at the pull request. Is there any chance this is caused by the new G dividend program? |
Thanks for the quick reply. Actually, it seems these come from Autosale, which are shown in a weird way in these reports. From what I have figured out so far, auto-sold stocks are reported in the "Releases Report" with a non-zero
However, there's a complication, since the Releases report does not show the net shares received (it shows the quantity before taxes), so this may need to be sourced from somewhere else. I can try to put together a PR later. |
SG, thanks! I'd also suggest to add some validation in case those non-zero Net Cash Proceeds are not found in the autosale report, otherwise it's easy to lose them in the final accounting. |
Thank you for writing this calculator.
I'm trying to use it with my Morgan Stanley report (from Alphabet), but I'm getting the exception thrown here. I'm trying to understand why the code needs to make this assumption, as some of the entries in my file contain non-zero values.
Thanks
The text was updated successfully, but these errors were encountered: