-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6586 from alphagov/incorrect-figure-in-intestacy
Incorrect figure in intestacy
- Loading branch information
Showing
4 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
app/flows/inherits_someone_dies_without_will_flow/outcomes/outcome_15.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<% text_for :title do %> | ||
You’ll need to get legal advice to work out the net value of the estate and to find out who will inherit what. | ||
<% end %> | ||
|
||
<% govspeak_for :body do %> | ||
You’ll need to [get legal advice](/find-legal-advice/find-legal-adviser) to work out the net value of the estate and to find out who will inherit what. | ||
|
||
##If the estate is worth up to £322,000 | ||
|
||
The husband, wife or civil partner gets all of the estate and is entitled to [apply for probate](/applying-for-probate/apply-for-probate). | ||
|
||
If the husband, wife or civil partner died after the deceased, their share will become part of their own estate. | ||
|
||
##If the estate is worth over £322,000 | ||
|
||
The estate will be divided between the husband, wife or civil partner and the children of the deceased. | ||
|
||
The husband, wife or civil partner gets: | ||
|
||
- up to £322,000 in assets, and half of the rest of the estate | ||
- all of the personal possessions of the deceased | ||
|
||
The children of the deceased are entitled to a share of the half of the estate above £322,000. | ||
|
||
If any of the children died before the deceased, their children (grandchildren of the deceased) will inherit in their place. | ||
|
||
If any of these grandchildren died before the deceased, their children (great-grandchildren of the deceased) will inherit in their place. | ||
|
||
If any of these people died after the deceased, their share will become part of their own estate. | ||
<% end %> | ||
|
||
<% govspeak_for :next_steps do %> | ||
<%= render partial: 'next_step_links', locals: { next_steps: calculator.next_steps, probate_content: true } %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters