Tax-Calculator GrowFactors
Contents
Tax-Calculator GrowFactors¶
Tax-Calculator GrowFactors
taxcalc.growfactors¶
- class taxcalc.growfactors.GrowFactors(growfactors_filename='growfactors.csv')[source]¶
Constructor for the GrowFactors class.
- Parameters
growfactors_filename (string) – string is name of CSV file in which grow factors reside; default value is name of file containing baseline grow factors.
- Raises
ValueError: – if growfactors_filename is not a string.
- Returns
class instance
- Return type
Notes
Typical usage is “gfactor = GrowFactors()”, which produces an object containing the default growth factors in the GrowFactors.FILE_NAME file.