Live data from Hacker News

Show HN: A Tax Calculator for India

github.com

1–10 of 29 posts

Re: Show HN: A Tax Calculator for India

#2
I 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 section 44AD.

- Health and education cess

- Surcharge

- GST

- PF and pension

- Section 80C investments

- Professional tax

Re: Show HN: A Tax Calculator for India

#7
post #2

I 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…

Section 44ADA, not 44AD.

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

#9
There is a software/framework/library named OpenFisca[1] that helps you turn law (for taxes) in software. They modeled some countries like Senegal, Tunisia or France. I know that they also use it to build easy to use web interfaces or to create visualization and better understand how a tax applies to a population. You can take a look at their documentation[2] too.

[1] https://openfisca.org/en/ [2] https://openfisca.org/doc/index.html

Re: Show HN: A Tax Calculator for India

#10
post #2

I 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…

For the non-Indians in the audience, what is "CTC"?
Post reply on HN