Slabs Module

Tax slab definitions for different regimes and assessment years.

taxcalcindia.slabs.get_tax_slabs(financial_year, age)[source]

Return tax slabs for the given financial_year and age. Currently financial_year is accepted for future extensibility; all years use the same base slabs.

Parameters:
  • financial_year (int | str | None)

  • age (int | None)

Return type:

Dict[str, List[Tuple[int | float, float]]]