-
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
Support for "gift to spouse" action type #510
Comments
I think it would be an useful feature to support. Although I believe you need to handle both sending and receiving the shares, it's likely both people will be using the tool.
I don't have transaction of these sorts so any help for implementing this would be appreciated. |
This adds a new action type, as TRANSFER seems to deal with money transfers rather than share transfers, and SALEs also involve money whereas gifted shares do not. The calculation code will raise a NotImplementedError if it encounters one of these transactions. This may help KapJI#510.
This adds a new action type, as TRANSFER seems to deal with money transfers rather than share transfers, and SALEs also involve money whereas gifted shares do not. The calculation code will raise a NotImplementedError if it encounters one of these transactions. This may help KapJI#510. This contribution has been developed in my spare time.
This adds a new action type, as TRANSFER seems to deal with money transfers rather than share transfers, and SALEs also involve money whereas gifted shares do not. The calculation code will raise a NotImplementedError if it encounters one of these transactions. This may help KapJI#510. This contribution has been developed in my spare time.
This adds a new action type, as TRANSFER seems to deal with money transfers rather than share transfers, and SALEs also involve money whereas gifted shares do not. The calculation code will raise a NotImplementedError if it encounters one of these transactions. This may help KapJI#510. This contribution has been developed in my spare time.
It add support for transfers to spouse that have no GCT implications (if legally married and living together). It just reduces the Section 104. This should fix KapJI#510
It add support for transfers to spouse that have no GCT implications (if legally married and living together). It just reduces the Section 104. This should fix KapJI#510
I was looking into that and came to the same conclusions. Transfering to spouse should not be a subject to matching rules, only reduces the Section 104 (based on https://community.hmrc.gov.uk/customerforums/cgt/cd55f761-e320-ef11-a81c-0022481b5e57). I have created a patch for that. I have such a transaction but only use the raw format so haven't added it for other broakers. Regarding receiving shares I am not fully clear whether it is subject to the same day and B&B rules. Some time ago I saw a post on the forum which implied it is, but when I checked again now that post is gone, so maybe it was wrong. Otherwise getting the quantity and value will be easy as it will be the same as the quantity and value that was removed from partner's Section 104. |
Is there a consideration to support gifts to spouse as a separate action?
I guess standard gifts are equivalent to selling shares. But giving to a spouse, despite not having tax implications, reduces Section 104. I don't see how to input that transaction at least as a raw input.
Skipping that transaction would lead to incorrect results causing this application cannot be used in such scenarios.
The text was updated successfully, but these errors were encountered: