Show HN: A Tax Calculator for India
github.com
Show HN: A Tax Calculator for India
1–10 of 29 posts
Re: Show HN: A Tax Calculator for India
#2This script determines:
- When you're made an offer for a given CTC, how much will you take home every month?
- If you want a certain amount of take-home pay every month, what CTC should you ask for? This is for Indians.
This script handles:
- Differing tax treatments for employees and consultants. The latter are eligible for presumptive taxation under section 44AD.
- Health and education cess
- Surcharge
- GST
- PF and pension
- Section 80C investments
- Professional tax
Re: Show HN: A Tax Calculator for India
#3Re: Show HN: A Tax Calculator for India
#4Re: Show HN: A Tax Calculator for India
#5One suggestion: could you separate the code and tax slab configuration, different files.
Re: Show HN: A Tax Calculator for India
#6Re: Show HN: A Tax Calculator for India
#7I built this command-line tax calculator as a side project. This script determines: - When you're made an offer for a given CTC, how much will you take home every month? - If you want a certain amount of take-home pay every month, what CTC should you ask for? This is for Indians. This script handles: - Differing tax treatments for employees and consultants. The latter are eligible for presumptive taxation under secti…
44AD is for businesses and has a presumptive taxable income of 8% of gross income. 44ADA is for (eligible) individuals and has a presumptive taxable income of 50% of gross income.
Re: Show HN: A Tax Calculator for India
#8Re: Show HN: A Tax Calculator for India
#9[1] https://openfisca.org/en/ [2] https://openfisca.org/doc/index.html
Re: Show HN: A Tax Calculator for India
#10I built this command-line tax calculator as a side project. This script determines: - When you're made an offer for a given CTC, how much will you take home every month? - If you want a certain amount of take-home pay every month, what CTC should you ask for? This is for Indians. This script handles: - Differing tax treatments for employees and consultants. The latter are eligible for presumptive taxation under secti…