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