An open API service indexing awesome lists of open source software.

https://github.com/kts-o7/insurance_calculator


https://github.com/kts-o7/insurance_calculator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Insurance Returns Calculator 🧮

A web application designed to help users make informed decisions about their insurance investments by comparing returns across different investment options.

## 🌟 Key Features

- **IRR Calculation** for endowment plans
- **Investment Comparisons** with debt funds and fixed deposits
- **Interactive Visualizations** using dynamic charts
- **Year-wise Growth Analysis**
- **Real-time Comparison** of investment options like Term Insurance, FD, and Debt Funds

## Live Link

> [Insurance Calculator Hosted on pythonanywhere](https://makesensiblefindeci.pythonanywhere.com/)

## 🛠️ Technical Requirements

- Python 3.7+
- Flask 3.0.0
- numpy-financial 1.0.0
- plotly 5.18.0
- pandas 2.1.3

## ⚡ Quick Start

1. **Clone the repository**

```bash
git clone https://github.com/KTS-o7/insurance_calculator.git
cd insurance_calculator
```

2. **Set up environment**

```bash
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
```

3. **Launch application**

```bash
python app.py
```

4. Visit `http://127.0.0.1:5000` in your browser

## 📱 User Interface

### Input Parameters

- Annual Premium (₹)
- Premium Payment Term (years)
- Total Policy Term (years)
- Maturity Amount (₹)
- Inflation Rate (%)
- Fixed Deposit Interest Rate (%)
- Debt Mutual Fund Returns (%)

### Output Analysis

- Policy Summary
- IRR Calculations
- Opportunity Potential Analysis
- Detailed Investment Comparisons
- Interactive Charts
- Year-wise Growth Tables

## 🎨 Features

- Light/Dark theme toggle
- Responsive design
- Interactive charts
- Detailed tabular comparisons

## 🤝 Contributing

Contributions welcome! Open issues or submit PRs at [GitHub Repository](https://github.com/KTS-o7/insurance_calculator)

## 📝 License

MIT License

## 📞 Contact

[Email](mailto:[email protected])