A CA-grade Income Tax calculation engine for India (FY 2025-26) with AIS reconciliation and support for the Income Tax Act, 2025.
Project description
TRB Tax Pro
A CA-grade Income Tax calculation engine for India (FY 2020-21 to FY 2026-27) with AIS reconciliation and support for the Income Tax Act, 2025.
Built for precision, notice remediation, ITR-U compliance, and multi-year tax planning.
💡 Simple Guide: How this helps you
Most tax software is built for filing, but TRB Tax Pro is built for accuracy and safety. Here is how it simplifies taxes for the masses:
- No More "Tax Cliffs": Under the New Tax Regime, earning just ₹1 over ₹12 Lakhs used to result in a massive tax jump. Our engine automatically applies "Marginal Relief," ensuring you only pay tax on the actual extra income you earned, saving you thousands in unnecessary taxes.
- Historical Fixes (ITR-U): If you missed a deduction or made a mistake in the last 3 years, our modular engines (FY 2020-21 onwards) help you calculate the exact "Updated Return" tax without needing to be a tax expert.
- Automatic Data Checking: Instead of typing in numbers from your bank statements, the engine can "read" your official AIS (Annual Information Statement) data to ensure your return matches what the Government already knows about you, preventing those scary tax notices.
- Small Business Friendly: If you are a freelancer or small shop owner (under Section 44AD/ADA), the engine automatically checks if you qualify for higher turnover limits based on your digital receipts, making sure you don't pay for an expensive audit if you don't need one.
Features
- Multi-Year Support (NEW): Modular engines for FY 2020-21 through FY 2024-25 added for historical audits, ITR-U filings, and notice resolution.
- Section 87A Marginal Rebate: Precise resolution for the "Cliffs" under the New Regime (specifically mapping the ₹12 Lakh threshold gracefully for FY 2025-26).
- Marginal Relief (Surcharges): Mathematically rigorous computation across multiple thresholds (₹50L, ₹1Cr, ₹2Cr, and ₹5Cr).
- Presumptive Taxation Validation (44AD/44ADA): Dynamic tests against digital transaction limits to unlock enhanced turnover rules (e.g., 5% Cash rules mapping to ₹3Cr limits).
- Automated AIS Reconciliation: Pull SFT entries, Salary, and Capital Gains directly from official JSON specs reducing manual mapping and notice exposure.
Installation
Install the latest version directly from PyPI:
pip install trb-tax-pro --upgrade
Programmatic Usage
Access specific year engines via the MultiYearDispatcher:
from trb_tax_pro.engine.dispatcher import MultiYearDispatcher
# Get the engine for a specific Financial Year
engine = MultiYearDispatcher.resolve("fy2025_26")
# Calculate tax
result = engine.calculate_tax({
"gross_income": 1280000,
"regime": "new_regime"
})
print(f"Tax Payable: ₹{result['total_tax']}")
Dashboard Interface
Launch the professional CA wrapper interface featuring unified Tax Computation and AIS Data Bridging:
streamlit run ui.py
Support the Project
If this engine simplifies your compliance workflows or saves your practice from potential 143(1) mismatch notices, please consider supporting the project: ☕ Buy Me a Coffee
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trb_tax_pro-1.1.2.tar.gz.
File metadata
- Download URL: trb_tax_pro-1.1.2.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9346b425dda35d40485c6c1673296bf66510075888e29af9f1b5a61e34f137fb
|
|
| MD5 |
67df4848ebe508a43bcb3783606de2a4
|
|
| BLAKE2b-256 |
c3fddeb8762a9a76a279e2e6159ad481534f39bfb0659662eef695e1cb84948a
|
File details
Details for the file trb_tax_pro-1.1.2-py3-none-any.whl.
File metadata
- Download URL: trb_tax_pro-1.1.2-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54bd6dc71f15ea9414ed69c3b201262bc249a7640f1a40e2e86c72bb8e9b9da1
|
|
| MD5 |
4cdbfad4b737d3bea7e2e2de9c2e324c
|
|
| BLAKE2b-256 |
51a72567df003f123ad89e2e8e6f23129af6b24017d30b9ea5f6ce5a9a1eba06
|