-
Consider this filing unit:
```
RECID,FLPDYR,MARS,age_head,age_spouse,XTOT,n24,e00200,e00200p,e02000,e26270,f6251,cmbtp_standard,cmbtp_itemizer
1,2009,2,40,40,4,2,150000,150000,-500000,-500000,1,15000…
-
If the II_rt values do not equal the pt_rt values, the tax filers with positive pass-through income will have their taxable income taxed at two different rate schedules. If that filer also has long-te…
-
In the following section of code for cap gain in AMT, I didn't see any calculation particularly for the 28% capital gain.
`
c62747 = _cgrate1(FLPDYR)__amt5pc;
c62755 = _cgrate2(FLPDYR)__…
-
After reviewing the NIIT logic, I have some questions. In a development branch I'm working on, the calculation of the NIIT is as follows:
```
def NetInvIncTax(e00300, e00600, e02000, e26270, c01000,…
-
I fed the tax-calculator and Internet TAXSIM with a subset of variables in 08 puf with slight manipulation, where the `numextra` was imputed separately (#577) based on the imputation we currently have…
-
The `testmtr.py` program was recently added to the Tax-Calculator repository. This program simply computes 2013 marginal tax rates (mtr) with respect to each income type for records in the `puf.csv` …
-
I thought the two variables are equivalent in the current master, but from PR #451 it seems they are not exactly interchangeable in every single cases due to SimpleTaxIO. Merging the PR and posting th…
-
I'm confused about the relationship between e32750 and e32800 in Tax-Calculator.
In order to pass the Internet-TAXSIM validation tests, the SimpleTaxIO class has to set **both** of them equal to qual…
-
I believe there is a bug in our marginal tax rate function. I am comparing baseline to a reform scenario where the standard deduction is doubled; for some taxpayers, marginal tax rates wrt e00200p _in…