Closed martinholmer closed 7 years ago
Martin asked:
(1) I couldn't find anything in the taxdata repository that describes how the AIPD variable is constructed. It was not listed in the taxdata/docs/info/CBO Baseline Updating Instructions file that contains all the other other economic projection variables. Did I miss the documentation for the source of this variable?
Good catch! AIPD is not a factor we have from beginning. I added this factor because e19200 was off by about $200 million. This factor was derived from SOI interest paid amounts and CBO personal income growth rates. PR https://github.com/open-source-economics/Tax-Calculator/pull/231 has more details.
(3) The taxcalc/StageIFactors.csv file contains a variable called APOPDEP, but I can't find where it is used by Tax-Calculator. Have I missed where it is used? If not, is there a reason for including it in the taxcalc/StageIFactors.csv file?
Interesting! I never noticed that. In the extrapolation process, this factor was used to make sure total dependent exemption number is on the right track. Maybe we have different assumptions on dependents in taxcalc? I'm not entirely sure on this.
@MattHJensen
@martinholmer @Amy-Xu, looking through TaxCalc, I don't see anywhere APOPDEP is used. As far as I can tell it's only used in the extrapolation process. I believe it is the same case for ARETS.
As for RENTS, I might be missing something, but I can't see where it is used even in Stage One. @Amy-Xu is this correct or have I just overlooked it?
@andersonfrailey said:
looking through TaxCalc, I don't see anywhere APOPDEP is used. As far as I can tell it's only used in the extrapolation process. I believe it is the same case for ARETS.
By "only used in the extrapolation process", do you mean used only in calculations internal to the taxdata repository?
@Amy-Xu @MattHJensen
@martinholmer
By "only used in the extrapolation process", do you mean used only in calculations internal to the taxdata repository?
Correct.
Tax-Calculator issue #1174 has been resolved by taxdata pull request 63.
I have questions about the source and use of a couple of variables in the
StageIFactors.csv
file. Here is a listing of the variables in that file:Here are my questions:
(1) I couldn't find anything in the taxdata repository that describes how the
AIPD
variable is constructed. It was not listed in thetaxdata/docs/info/CBO Baseline Updating Instructions
file that contains all the other other economic projection variables. Did I miss the documentation for the source of this variable?(2) The
taxdata/docs/info/CBO Baseline Updating Instructions
file does mention a CBO projection variable calledRENTS
, but I don't see a variable like that in thetaxcalc/StageIFactors.csv
file. Have I missed it? If not, is there a reason to discuss it along with the other CBO economic projection variables that are included in thetaxcalc/StageIFactors.csv
file?(3) The
taxcalc/StageIFactors.csv
file contains a variable calledAPOPDEP
, but I can't find where it is used by Tax-Calculator. Have I missed where it is used? If not, is there a reason for including it in thetaxcalc/StageIFactors.csv
file?(4) The
taxcalc/StageIFactors.csv
file contains a variable calledARETS
, but I can't find where it is used by Tax-Calculator. Have I missed where it is used? If not, is there a reason for including it in thetaxcalc/StageIFactors.csv
file?Answers to these questions will be very helpful in my redesign of the Growth class. Thanks in advance for the answers to my questions.
@MattHJensen @Amy-Xu @andersonfrailey @feenberg @GoFroggyRun @codykallen