MHR |Tenancy in Common - Transfer of Interest to Remaining Owner
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
**Context:**
- The MH was initially held under a group tenancy with the type “Tenants in Common.”
- Following the death of one tenant, an executor was added to the ownership record.
- the MH was subsequently transferred to the surviving tenant, who now becomes the sole owner and holds the entire remaining interest in the property.
**Issues:**
1. UI Ownership Display Error:
- The system fails to consolidate ownership into a single group after the transfer.
- Instead of displaying one sole owner, the UI shows two identical group ownerships with the same name and address of the surviving tenant.

This duplication creates confusion and misrepresents the actual ownership status.
2. Statement Generation Discrepancy:
- The transaction statement generated does not align with the ownership details shown in the UI.
- The owner’s name and address are repeated three times, suggesting incorrect duplication.

- The allotted ownership interests also do not add up correctly.
**The ask:**
- Update the UI logic to correctly transition from multiple ownership groups to a single sole owner when applicable.
- Review and correct the statement generation process to ensure consistency with the UI and accurate representation of ownership interests.
- Implement validation checks to prevent duplication of owner details and ensure interest totals are accurate.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.