Skip to content

A simple insurance premium calculator prototype to demonstrate key features.

Notifications You must be signed in to change notification settings

yash-61016/PolicyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

PolicyManager🎫

A simple insurance premium calculator prototype to demonstrate key features.

The basic insurance premium is calculated based on the number of gadgets and the value of the most expensive item as listed in the Monthly Premiums table below.

Preview

Screenshot 2021-08-24 at 17 09 30

Basic Monthly Premiums:-

Number of Items Maximum Value of Most Expensive Gadget
£500|£800|£1,000
1 5.99 |7.15|8.30
2 - 3 10.99|13.35|15.55
4 - 5 15.99|19.60|22.82

Example Data:-

Number of Items Most Expensive Item Monthly Premium
2 £600 £13.35
4 £200 £15.99
6 £800 Reject
4 £1,200 Reject

How program works

The company charges an excess (the amount the client will have to pay) of £30 for each claim.

Clients can choose to increase this up to £70.00 (in multiples of 10) to reduce the premium – for each £10 increase the premium is reduced by 5%.

The default payment term is monthly. However, customers can choose to pay annually to receive an additional 10% discount.

As well as entering the inputs identified above, the user will also provide the following: -Policy reference number (eg: JB123A – two letters, three digits and a letter). -Client name (eg: J Smith – maximum of 20 characters)

1. Option 1 (Create New Policy):

  • This option asks you necessary questions to create a new policy :

Screenshot 2021-08-24 at 17 11 28

  • And then it displays you a ticket with your intrest calculated :

Screenshot 2021-08-24 at 17 11 45

2. Display Summary of Policies

  • User is asked to select the current (policy.txt) or archive (archive.txt) policies and a summary of the following is displayed: * Total number of policies (accepted and rejected). * Average number of items for the accepted policies. * Average monthly premium for the accepted policies. * Total number of policies per month. *

Screenshot 2021-08-24 at 17 12 52

3. Display Summary of Policies for Selected Month

  • The user is asked to select the current or archive policies and to enter a month. A summary of policies (as specified in option 2 should then be displayed for the specified month).

Screenshot 2021-08-24 at 17 13 34

4. Find and Display Policy

  • The user is asked to select the current or archive policies and enter the search text. The selected file should be searched for any matches (full or partial) against the reference or client name.

Screenshot 2021-08-24 at 17 14 33

About

A simple insurance premium calculator prototype to demonstrate key features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published