Motor Insurance Premium Calculator is an Android application developed using Java that calculates different categories of vehicle premiuim. The user can get to know the premium value in less than 2 minutes against the paper based module that takes more than 20 minutes for the same.
Clone this repository using,
git clone https://github.com/Abhishekds94/InsurancePremiumCalculator.git
- Motor Insurance Premium Calculator is an one-stop application to calculate all the motor vehicle premium.
The type of vehicles that are available for calculation now are as below,
- Motorcycle
- Private Car
- Taxi
- Passenger Vehicles
- Passenger Auto
- Public Carrier Goods Auto
- Private Carrier Goods Auto
- Goods Vehicle - Public
- Goods Vehicle - Private
- Tractors & Trailers
- Users can get to know Package policy and also the Liability policy rates for all the above vehicle types.
- This app can also be used by Insurance agents of all the Insurance companies across India to get to know the policy rates for their customers within few minutes along with the NCB and ND discounts
You can build the app with Android Studio or with ./gradlew assembleDebug
command.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.