Skip to content
Permalink
Browse files
Revised the third feature
  • Loading branch information
aa7401 committed Dec 11, 2021
1 parent 5d9e098 commit 10c1ccfc5f670bb8f4349bcb3b9f32680f642cfb
Showing 1 changed file with 10 additions and 10 deletions.
@@ -46,22 +46,22 @@ The hone screen shound list the various options they have been exploring. Each o

## Feature 3

The Home screen should allow the options to be sorted by one of the following columns:
Mortgage interest rates vary depending on the level of deposit provided.

Modify the calculations by using different interest rates depending on the size of the deposit:

1. under 5% deposits are not permitted.
2. 5-9% deposit uses interest rate of 6%.
3. 10-20% deposit uses interest rate of 4%.
4. 21-30% deposit uses interest rate of 3%.
5. 31%+ deposit uses interest rate of 2.3%.

1. The total amount to be paid.
2. The number of years.
The currently applicable rate should be clearly visible on the screen.

There should be a **Delete** button or link next to each option allowing the user to delete the options that are no longer of interest.

## Feature 4

Mortgage interest rates vary depending on the level of deposit provided.

1. modify the calculations by using different interest rates depending on the size of the deposit:
1. 5-9% deposit uses interest rate of 6%.
2. 10-20% deposit uses interest rate of 4%.
3. 21-30% deposit uses interest rate of 3%.
4. 31%+ deposit uses interest rate of 2.3%.
2. The home screen should have a button labelled **Financial data** which takes the user to a screen where they can establish how large a monthly payment they can afford. This data should be saved in their profile. This should ask for:
1. Their average monthly take home wage.
2. Fixed monthly outgoings excluding rent or mortgage.

0 comments on commit 10c1ccf

Please sign in to comment.