Skip to content

Commit

Permalink
Deploying to gh-pages from @ 95d55d4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Oct 28, 2024
1 parent b6396c8 commit 4836038
Show file tree
Hide file tree
Showing 9 changed files with 8,451 additions and 8,047 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
34 changes: 31 additions & 3 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 Down Expand Up @@ -242,7 +242,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 +544,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 +621,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
Loading

0 comments on commit 4836038

Please sign in to comment.