@@ -61,21 +61,21 @@ file.
61
61
62
62
The [ tax-microdata
63
63
repository] ( https://github.com/PSLmodels/tax-microdata-benchmarking )
64
- produces an input variables file (` tmd.csv ` ), a national weights file
65
- (` tmd_weights.csv.gz ` ), and a variable growth factors file
64
+ produces an input variables file (` tmd.csv.gz ` ), a national weights
65
+ file (` tmd_weights.csv.gz ` ), and a variable growth factors file
66
66
(` tmd_growfactors.csv ` ) that can be used with the Tax-Calculator
67
67
package beginning with the 3.6.0 release. The TMD files are available
68
68
only to users who have purchased their own version of the 2015 IRS-SOI
69
- PUF. For those users, the three TMD files are avaiable from the
70
- tax-microdata repository. These three TMD files can be used with
69
+ PUF. For those users, the TMD files are avaiable from the
70
+ tax-microdata repository. The three TMD files can be used with
71
71
Tax-Calculator in two ways:
72
72
- with the ** Python API** by instantiating a GrowFactors object that
73
- uses TMD factors [ ` gf = GrowFactors("path/to/tmd_growfactors.csv") ` ]
73
+ uses TMD growth factors [ ` gf= GrowFactors("path/to/tmd_growfactors.csv") ` ]
74
74
and by using the ` Records.tmd_constructor() ` and
75
75
` Policy.tmd_constructor() ` static methods to instantiate a Records
76
76
object and a Policy object, or
77
77
- with the ** CLI tool** , ` tc ` , when the three TMD files are all in
78
- the same folder.
78
+ the same folder and the ` tmd.csv.gz ` file has been unzipped .
79
79
80
80
## Using other data with Tax-Calculator
81
81
0 commit comments