https://github.com/kts-o7/insurance_calculator
https://github.com/kts-o7/insurance_calculator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kts-o7/insurance_calculator
- Owner: KTS-o7
- License: gpl-3.0
- Created: 2024-11-06T16:16:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:26:21.000Z (5 months ago)
- Last Synced: 2025-01-06T19:18:09.307Z (4 months ago)
- Language: HTML
- Homepage: https://makesensiblefindeci.pythonanywhere.com/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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])