Browse Source
* CLDC-2075: details added to three question pages with tests updated * CLDC-2075: guidance partial displaying depends on specific year * CLDC-2075: Page and questions tests for each for all 3 questions * CLDC-2075: Header content change on all 3 question pages * CLDC-2075: linting fix * CLDC-2075: fix failing subsection test * CLDC-2075: date clarification in tests * CLDC-2075: Lintingpull/1715/head^2
Aaron Spencer
2 years ago
committed by
GitHub
16 changed files with 221 additions and 27 deletions
@ -0,0 +1,23 @@
|
||||
<%= govuk_details(summary_text: "Discounted ownership type definitions") do %> |
||||
<p class="govuk-body"> |
||||
<b>Right to Acquire (RTA):</b> a discounted sale of a property built or purchased after 31 March 1997 to tenants of a private registered provider. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Preserved Right to Buy (PRTB):</b> a discounted sale of a property that used to be owned by a council to tenants of a private registered provider. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Voluntary Right to Buy (VRTB):</b> a discounted sale to tenants in this PRP owned property, as part of a pilot scheme. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Right to Buy (RTB):</b> a discounted sale to tenants in this council owned property. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Rent to Buy full ownership:</b> a sale on full ownership terms following a period of discounted rent. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Social HomeBuy for outright purchase:</b> a discounted sale to tenants of a private registered provider on full ownership terms. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Any other equity loan scheme:</b> any scheme, not covered elsewhere, in which a loan is used to purchase equity. |
||||
</p> |
||||
<% end %> |
@ -0,0 +1,8 @@
|
||||
<%= govuk_details(summary_text: "Outright sale type definitions") do %> |
||||
<p class="govuk-body"> |
||||
<b>Outright sale:</b> the full purchase of a property, usually with a mortgage or cash. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Other sale:</b> any sale which does not fit the criteria of any of the remaining options. |
||||
</p> |
||||
<% end %> |
@ -0,0 +1,26 @@
|
||||
<%= govuk_details(summary_text: "Shared ownership type definitions") do %> |
||||
<p class="govuk-body"> |
||||
<b>Shared ownership:</b> Cannot be used for homes funded through the Affordable Homes Programme 2021 to 2026. Use the 2021 model lease for these properties. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Shared ownership 2021 model lease:</b> Homes bought using the Affordable Homes Programme 2021 to 2026. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Older Persons Shared Ownership:</b> A type of shared ownership for those 55 years and over. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Social HomeBuy shared ownership purchase:</b> Tenants of private registered providers purchase their home at discount on Shared Ownership terms. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Home Ownership for people with Long-Term Disabilities (HOLD):</b> A shared ownership sale for those with long term disabilities. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Rent to Buy shared ownership:</b> A sale following a period of discounted rent. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>Right to Shared Ownership:</b> A sale of a share of a rented home to a tenant using this scheme. |
||||
</p> |
||||
<p class="govuk-body"> |
||||
<b>London Living Rent shared ownership:</b> A shared ownership sale following a period of discounted rent as part of the London Living Rent scheme. |
||||
</p> |
||||
<% end %> |
Loading…
Reference in new issue