Skip to content

Commit

Permalink
Deploying to gh-pages from @ 23b3b5e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 1, 2024
1 parent 12a0cef commit 9460a4e
Show file tree
Hide file tree
Showing 9 changed files with 8,461 additions and 8,059 deletions.
12 changes: 6 additions & 6 deletions _sources/guide/input_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ _IRS Form Location:_
## `blind_head`
_Description_: 1 if taxpayer is blind; otherwise 0
_Datatype_: int
_Availability_: taxdata_cps
_Availability_: taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: 1040 line 39a


## `blind_spouse`
_Description_: 1 if spouse is blind; otherwise 0
_Datatype_: int
_Availability_: taxdata_cps
_Availability_: taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: 1040 line 39a

Expand Down Expand Up @@ -629,31 +629,31 @@ _IRS Form Location:_
## `a_lineno`
_Description_: CPS line number for the person record of the head of the tax filing unit (not used in tax-calculation logic)
_Datatype_: int
_Availability_: taxdata_cps
_Availability_: taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: sample construction info


## `ffpos`
_Description_: CPS family identifier within household (not used in tax-calculation logic)
_Datatype_: int
_Availability_: taxdata_cps
_Availability_: taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: sample construction info


## `fips`
_Description_: FIPS state code (not used in tax-calculation logic)
_Datatype_: int
_Availability_: taxdata_puf, taxdata_cps
_Availability_: taxdata_puf, taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: sample construction info


## `h_seq`
_Description_: CPS household sequence number (not used in tax-calculation logic)
_Datatype_: int
_Availability_: taxdata_cps
_Availability_: taxdata_puf, taxdata_cps
_IRS Form Location:_
2013-2016: sample construction info

Expand Down
45 changes: 36 additions & 9 deletions _sources/guide/output_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ _IRS Form Location:_
_Description_: Total federal individual income tax liability; appears as INCTAX variable in tc CLI minimal output
_Datatype_: float
_IRS Form Location:_
2013-2013: 1040 line 61 minus line 56 minus line 60a
2014-2016: 1040 line 63 minus line 57 minus line 62a
2013-2013: 1040 line 61 minus lines 56, 60a, 64a, 65, and 66
2014-2016: 1040 line 63 minus lines 57, 62a, 66a, 67, and 68


## `num`
Expand All @@ -123,11 +123,10 @@ _IRS Form Location:_


## `payrolltax`
_Description_: Total (employee + employer) payroll tax liability; appears as PAYTAX variable in tc CLI minimal output (payrolltax = ptax_was + setax + ptax_amc)
_Description_: Total (employee + employer) payroll tax liability; appears as PAYTAX variable in tc CLI minimal output (payrolltax = ptax_was)
_Datatype_: float
_IRS Form Location:_
2013-2013: OASDI+HI FICA plus 1040 lines 56 and 60a
2014-2016: OASDI+HI FICA plus 1040 lines 57 and 62a
2013-20??: OASDI+HI FICA


## `refund`
Expand Down Expand Up @@ -242,7 +241,7 @@ _IRS Form Location:_


## `c05200`
_Description_: Tax amount from Sch X,Y,X tables
_Description_: Tax amount from Sch X,Y,Z tables
_Datatype_: float
_IRS Form Location:_
2013-20??: calculated variable
Expand Down Expand Up @@ -544,6 +543,27 @@ _IRS Form Location:_
2013-20??: calculated variable


## `ctc_total`
_Description_: Total CTC amount (c07220 + c11070 + odc + ctc_new)
_Datatype_: float
_IRS Form Location:_
2013-20??: calculated variable


## `ctc_nonrefundable`
_Description_: Portion of total CTC amount that is nonrefundable
_Datatype_: float
_IRS Form Location:_
2013-20??: calculated variable


## `ctc_refundable`
_Description_: Portion of total CTC amount that is refundable
_Datatype_: float
_IRS Form Location:_
2013-20??: calculated variable


## `personal_refundable_credit`
_Description_: Personal refundable credit
_Datatype_: float
Expand Down Expand Up @@ -600,6 +620,13 @@ _IRS Form Location:_
2013-20??: calculated variable


## `dwks43`
_Description_: separate tax on long-term capital gains and qualified dividends
_Datatype_: float
_IRS Form Location:_
2013-20??: calculated variable


## `fstax`
_Description_: search taxcalc/calcfunctions.py for how calculated and used
_Datatype_: float
Expand Down Expand Up @@ -643,15 +670,15 @@ _IRS Form Location:_


## `ptax_amc`
_Description_: Additional Medicare Tax from Form 8959 (included in payrolltax)
_Description_: Additional Medicare Tax from Form 8959 (included in othertaxes and iitax)
_Datatype_: float
_IRS Form Location:_
2013-2013: 1040 line 60a
2014-2016: 1040 line 62a


## `ptax_oasdi`
_Description_: Employee + employer OASDI FICA tax plus self-employment tax (excludes HI FICA so positive ptax_oasdi is less than ptax_was plus setax)
_Description_: Employee + employer OASDI FICA tax plus self-employment tax
_Datatype_: float
_IRS Form Location:_
2013-2013: OASDI FICA plus 1040 line 56
Expand All @@ -667,7 +694,7 @@ _IRS Form Location:_


## `setax`
_Description_: Self-employment tax
_Description_: Self-employment tax (included in othertaxes and iitax)
_Datatype_: float
_IRS Form Location:_
2013-2013: 1040 line 56
Expand Down
Loading

0 comments on commit 9460a4e

Please sign in to comment.