taxcalc 5.0.4__py3-none-any.whl → 5.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- taxcalc/__init__.py +1 -1
- taxcalc/calcfunctions.py +119 -47
- taxcalc/calculator.py +2 -2
- taxcalc/policy.py +10 -5
- taxcalc/policy_current_law.json +235 -8
- taxcalc/records_variables.json +6 -1
- taxcalc/reforms/2017_law.json +1 -1
- taxcalc/reforms/CARES.json +2 -2
- taxcalc/reforms/TCJA.json +1 -1
- taxcalc/reforms/ext.json +1 -1
- taxcalc/tests/cpscsv_agg_expect.csv +6 -6
- taxcalc/tests/puf_var_correl_coeffs_2016.csv +10 -10
- taxcalc/tests/puf_var_wght_means_by_year.csv +5 -5
- taxcalc/tests/pufcsv_agg_expect.csv +8 -8
- taxcalc/tests/pufcsv_mtr_expect.txt +18 -18
- taxcalc/tests/test_calcfunctions.py +23 -16
- taxcalc/tests/test_reforms.py +1 -1
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/METADATA +1 -1
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/RECORD +23 -23
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/WHEEL +0 -0
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/entry_points.txt +0 -0
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/licenses/LICENSE +0 -0
- {taxcalc-5.0.4.dist-info → taxcalc-5.1.0.dist-info}/top_level.txt +0 -0
taxcalc/policy_current_law.json
CHANGED
@@ -6923,9 +6923,9 @@
|
|
6923
6923
|
"cps": true
|
6924
6924
|
}
|
6925
6925
|
},
|
6926
|
-
"
|
6927
|
-
"title": "Ceiling (as a decimal fraction of AGI) for
|
6928
|
-
"description": "The
|
6926
|
+
"ID_Charity_crt_all": {
|
6927
|
+
"title": "Ceiling (as a decimal fraction of AGI) for all charitable contribution deductions",
|
6928
|
+
"description": "The total deduction for charity is capped at this fraction of AGI.",
|
6929
6929
|
"notes": "When using PUF data, raising this parameter value may produce unexpected results because in PUF data the variables e19800 and e20100 are already capped.",
|
6930
6930
|
"section_1": "Itemized Deductions",
|
6931
6931
|
"section_2": "Charity",
|
@@ -8786,6 +8786,66 @@
|
|
8786
8786
|
"cps": true
|
8787
8787
|
}
|
8788
8788
|
},
|
8789
|
+
"ID_reduction_salt_rate": {
|
8790
|
+
"title": "Itemized deduction reduction rate for SALT deductions under OBBBA",
|
8791
|
+
"description": "Itemized deductions are reduced if pre-deduction taxable income exceeds top tax bracket.",
|
8792
|
+
"notes": "The 2026 value of 0.13513514 is about equal to 5/37.",
|
8793
|
+
"section_1": "Itemized Deductions",
|
8794
|
+
"section_2": "Itemized Deduction Limitation",
|
8795
|
+
"indexable": false,
|
8796
|
+
"indexed": false,
|
8797
|
+
"type": "float",
|
8798
|
+
"value": [
|
8799
|
+
{
|
8800
|
+
"year": 2013,
|
8801
|
+
"value": 0.0
|
8802
|
+
},
|
8803
|
+
{
|
8804
|
+
"year": 2026,
|
8805
|
+
"value": 0.0
|
8806
|
+
}
|
8807
|
+
],
|
8808
|
+
"validators": {
|
8809
|
+
"range": {
|
8810
|
+
"min": 0,
|
8811
|
+
"max": 1
|
8812
|
+
}
|
8813
|
+
},
|
8814
|
+
"compatible_data": {
|
8815
|
+
"puf": true,
|
8816
|
+
"cps": true
|
8817
|
+
}
|
8818
|
+
},
|
8819
|
+
"ID_reduction_other_rate": {
|
8820
|
+
"title": "Itemized deduction reduction rate for non-SALT deductions under OBBBA",
|
8821
|
+
"description": "Itemized deductions are reduced if pre-deduction taxable income exceeds top tax bracket.",
|
8822
|
+
"notes": "The 2026 value of 0.05405405 is about equal to 2/37.",
|
8823
|
+
"section_1": "Itemized Deductions",
|
8824
|
+
"section_2": "Itemized Deduction Limitation",
|
8825
|
+
"indexable": false,
|
8826
|
+
"indexed": false,
|
8827
|
+
"type": "float",
|
8828
|
+
"value": [
|
8829
|
+
{
|
8830
|
+
"year": 2013,
|
8831
|
+
"value": 0.0
|
8832
|
+
},
|
8833
|
+
{
|
8834
|
+
"year": 2026,
|
8835
|
+
"value": 0.0
|
8836
|
+
}
|
8837
|
+
],
|
8838
|
+
"validators": {
|
8839
|
+
"range": {
|
8840
|
+
"min": 0,
|
8841
|
+
"max": 1
|
8842
|
+
}
|
8843
|
+
},
|
8844
|
+
"compatible_data": {
|
8845
|
+
"puf": true,
|
8846
|
+
"cps": true
|
8847
|
+
}
|
8848
|
+
},
|
8789
8849
|
"ID_c": {
|
8790
8850
|
"title": "Ceiling on the amount of itemized deductions allowed (dollars)",
|
8791
8851
|
"description": "The amount of itemized deductions is limited to this dollar amount.",
|
@@ -15963,7 +16023,67 @@
|
|
15963
16023
|
"validators": {
|
15964
16024
|
"range": {
|
15965
16025
|
"min": 0,
|
15966
|
-
"max":
|
16026
|
+
"max": 1
|
16027
|
+
}
|
16028
|
+
},
|
16029
|
+
"compatible_data": {
|
16030
|
+
"puf": true,
|
16031
|
+
"cps": true
|
16032
|
+
}
|
16033
|
+
},
|
16034
|
+
"PT_qbid_min_ded": {
|
16035
|
+
"title": "Minimum QBID amount",
|
16036
|
+
"description": "QBID will be no less than this amount if qualified business income is not less than PT_qbid_min_qbi.",
|
16037
|
+
"notes": "",
|
16038
|
+
"section_1": "Personal Income",
|
16039
|
+
"section_2": "Pass-Through",
|
16040
|
+
"indexable": true,
|
16041
|
+
"indexed": true,
|
16042
|
+
"type": "float",
|
16043
|
+
"value": [
|
16044
|
+
{
|
16045
|
+
"year": 2013,
|
16046
|
+
"value": 0.0
|
16047
|
+
},
|
16048
|
+
{
|
16049
|
+
"year": 2026,
|
16050
|
+
"value": 0.0
|
16051
|
+
}
|
16052
|
+
],
|
16053
|
+
"validators": {
|
16054
|
+
"range": {
|
16055
|
+
"min": 0,
|
16056
|
+
"max": 9e99
|
16057
|
+
}
|
16058
|
+
},
|
16059
|
+
"compatible_data": {
|
16060
|
+
"puf": true,
|
16061
|
+
"cps": true
|
16062
|
+
}
|
16063
|
+
},
|
16064
|
+
"PT_qbid_min_qbi": {
|
16065
|
+
"title": "Minimum QBI amount required for receipt of PT_qbid_min_ded",
|
16066
|
+
"description": "QBID will be no less than this PT_qbid_min_ded if qualified business income is not less than this amount.",
|
16067
|
+
"notes": "",
|
16068
|
+
"section_1": "Personal Income",
|
16069
|
+
"section_2": "Pass-Through",
|
16070
|
+
"indexable": true,
|
16071
|
+
"indexed": true,
|
16072
|
+
"type": "float",
|
16073
|
+
"value": [
|
16074
|
+
{
|
16075
|
+
"year": 2013,
|
16076
|
+
"value": 0.0
|
16077
|
+
},
|
16078
|
+
{
|
16079
|
+
"year": 2026,
|
16080
|
+
"value": 1000.0
|
16081
|
+
}
|
16082
|
+
],
|
16083
|
+
"validators": {
|
16084
|
+
"range": {
|
16085
|
+
"min": 0,
|
16086
|
+
"max": 9e99
|
15967
16087
|
}
|
15968
16088
|
},
|
15969
16089
|
"compatible_data": {
|
@@ -18928,7 +19048,7 @@
|
|
18928
19048
|
"validators": {
|
18929
19049
|
"range": {
|
18930
19050
|
"min": 0,
|
18931
|
-
"max":
|
19051
|
+
"max": 1
|
18932
19052
|
}
|
18933
19053
|
},
|
18934
19054
|
"compatible_data": {
|
@@ -20623,7 +20743,7 @@
|
|
20623
20743
|
"validators": {
|
20624
20744
|
"range": {
|
20625
20745
|
"min": 0,
|
20626
|
-
"max":
|
20746
|
+
"max": 1
|
20627
20747
|
}
|
20628
20748
|
},
|
20629
20749
|
"compatible_data": {
|
@@ -22435,6 +22555,113 @@
|
|
22435
22555
|
"cps": true
|
22436
22556
|
}
|
22437
22557
|
},
|
22558
|
+
"SeniorDed_c": {
|
22559
|
+
"title": "Senior deduction amount per elderly head/spouse",
|
22560
|
+
"description": "Senior deduction is capped at this level per elderly head/spouse.",
|
22561
|
+
"notes": "",
|
22562
|
+
"section_1": "",
|
22563
|
+
"section_2": "",
|
22564
|
+
"indexable": true,
|
22565
|
+
"indexed": false,
|
22566
|
+
"type": "float",
|
22567
|
+
"value": [
|
22568
|
+
{
|
22569
|
+
"year": 2013,
|
22570
|
+
"value": 0.0
|
22571
|
+
},
|
22572
|
+
{
|
22573
|
+
"year": 2025,
|
22574
|
+
"value": 0.0
|
22575
|
+
},
|
22576
|
+
{
|
22577
|
+
"year": 2029,
|
22578
|
+
"value": 0.0
|
22579
|
+
}
|
22580
|
+
],
|
22581
|
+
"validators": {
|
22582
|
+
"range": {
|
22583
|
+
"min": 0,
|
22584
|
+
"max": 9e+99
|
22585
|
+
}
|
22586
|
+
},
|
22587
|
+
"compatible_data": {
|
22588
|
+
"puf": true,
|
22589
|
+
"cps": true
|
22590
|
+
}
|
22591
|
+
},
|
22592
|
+
"SeniorDed_ps": {
|
22593
|
+
"title": "Senior deduction phase-out start AGI level",
|
22594
|
+
"description": "Senior deduction is phased-out if AGI exceeds this amount.",
|
22595
|
+
"notes": "",
|
22596
|
+
"section_1": "",
|
22597
|
+
"section_2": "",
|
22598
|
+
"indexable": true,
|
22599
|
+
"indexed": false,
|
22600
|
+
"type": "float",
|
22601
|
+
"value": [
|
22602
|
+
{
|
22603
|
+
"year": 2013,
|
22604
|
+
"MARS": "single",
|
22605
|
+
"value": 75000.0
|
22606
|
+
},
|
22607
|
+
{
|
22608
|
+
"year": 2013,
|
22609
|
+
"MARS": "mjoint",
|
22610
|
+
"value": 150000.0
|
22611
|
+
},
|
22612
|
+
{
|
22613
|
+
"year": 2013,
|
22614
|
+
"MARS": "mseparate",
|
22615
|
+
"value": 75000.0
|
22616
|
+
},
|
22617
|
+
{
|
22618
|
+
"year": 2013,
|
22619
|
+
"MARS": "headhh",
|
22620
|
+
"value": 75000.0
|
22621
|
+
},
|
22622
|
+
{
|
22623
|
+
"year": 2013,
|
22624
|
+
"MARS": "widow",
|
22625
|
+
"value": 75000.0
|
22626
|
+
}
|
22627
|
+
],
|
22628
|
+
"validators": {
|
22629
|
+
"range": {
|
22630
|
+
"min": 0,
|
22631
|
+
"max": 9e+99
|
22632
|
+
}
|
22633
|
+
},
|
22634
|
+
"compatible_data": {
|
22635
|
+
"puf": true,
|
22636
|
+
"cps": true
|
22637
|
+
}
|
22638
|
+
},
|
22639
|
+
"SeniorDed_prt": {
|
22640
|
+
"title": "Senior deduction phase-out rate",
|
22641
|
+
"description": "Senior deduction is phased-out at this rate on AGI exceeding SeniorDed_ps.",
|
22642
|
+
"notes": "",
|
22643
|
+
"section_1": "",
|
22644
|
+
"section_2": "",
|
22645
|
+
"indexable": false,
|
22646
|
+
"indexed": false,
|
22647
|
+
"type": "float",
|
22648
|
+
"value": [
|
22649
|
+
{
|
22650
|
+
"year": 2013,
|
22651
|
+
"value": 0.06
|
22652
|
+
}
|
22653
|
+
],
|
22654
|
+
"validators": {
|
22655
|
+
"range": {
|
22656
|
+
"min": 0,
|
22657
|
+
"max": 1
|
22658
|
+
}
|
22659
|
+
},
|
22660
|
+
"compatible_data": {
|
22661
|
+
"puf": true,
|
22662
|
+
"cps": true
|
22663
|
+
}
|
22664
|
+
},
|
22438
22665
|
"AutoLoanInterestDed_c": {
|
22439
22666
|
"title": "Maximum amount of auto loan interest that is deductible",
|
22440
22667
|
"description": "Auto loan interest in excess of this amount may not be deducted from AGI.",
|
@@ -22722,7 +22949,7 @@
|
|
22722
22949
|
"validators": {
|
22723
22950
|
"range": {
|
22724
22951
|
"min": 0,
|
22725
|
-
"max":
|
22952
|
+
"max": 1
|
22726
22953
|
}
|
22727
22954
|
},
|
22728
22955
|
"compatible_data": {
|
@@ -22880,7 +23107,7 @@
|
|
22880
23107
|
"validators": {
|
22881
23108
|
"range": {
|
22882
23109
|
"min": 0,
|
22883
|
-
"max":
|
23110
|
+
"max": 1
|
22884
23111
|
}
|
22885
23112
|
},
|
22886
23113
|
"compatible_data": {
|
taxcalc/records_variables.json
CHANGED
@@ -817,7 +817,7 @@
|
|
817
817
|
},
|
818
818
|
"c04470": {
|
819
819
|
"type": "float",
|
820
|
-
"desc": "Itemized deductions after
|
820
|
+
"desc": "Itemized deductions after limitations (zero for non-itemizers)",
|
821
821
|
"form": {"2013-2017": "1040 line 40",
|
822
822
|
"2018-20??": "1040 line 8"}
|
823
823
|
},
|
@@ -1149,6 +1149,11 @@
|
|
1149
1149
|
"desc": "search taxcalc/calcfunctions.py for how calculated and used",
|
1150
1150
|
"form": {"2013-20??": "calculated variable"}
|
1151
1151
|
},
|
1152
|
+
"senior_deduction": {
|
1153
|
+
"type": "float",
|
1154
|
+
"desc": "Deduction for elderly head and/or spouse",
|
1155
|
+
"form": {"2025-20??": "calculated variable"}
|
1156
|
+
},
|
1152
1157
|
"auto_loan_interest_deduction": {
|
1153
1158
|
"type": "float",
|
1154
1159
|
"desc": "Deduction for payment of qualified auto loan interest",
|
taxcalc/reforms/2017_law.json
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
"ALD_DomesticProduction_hc": {"2018": 0},
|
63
63
|
"ID_prt": {"2018": 0.03},
|
64
64
|
"ID_crt": {"2018": 0.80},
|
65
|
-
"
|
65
|
+
"ID_Charity_crt_all": {"2018": 0.5},
|
66
66
|
"ID_Casualty_hc": {"2018": 0},
|
67
67
|
"ID_AllTaxes_c": {"2018": [9e99, 9e99, 9e99, 9e99, 9e99]},
|
68
68
|
"ID_Miscellaneous_hc": {"2018": 0},
|
taxcalc/reforms/CARES.json
CHANGED
@@ -8,12 +8,12 @@
|
|
8
8
|
// - Limit charitable deductions for non-itemizers to $300 (3)
|
9
9
|
// - Provide recovery rebate credits of $1200 per adult and $500 per child (4)
|
10
10
|
// Reform_Parameter_Map:
|
11
|
-
// - 1:
|
11
|
+
// - 1: ID_Charity_crt_all
|
12
12
|
// - 2: STD_allow_charity_ded_nonitemizers
|
13
13
|
// - 3: STD_charity_ded_nonitemizers_max
|
14
14
|
// - 4: RRC_*
|
15
15
|
{
|
16
|
-
"
|
16
|
+
"ID_Charity_crt_all": {"2020": 1.0, "2022": 0.6},
|
17
17
|
"STD_allow_charity_ded_nonitemizers": {"2020": true, "2022": false},
|
18
18
|
"STD_charity_ded_nonitemizers_max": {
|
19
19
|
"2020": [300, 600, 300, 300, 300],
|
taxcalc/reforms/TCJA.json
CHANGED
taxcalc/reforms/ext.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
"AMT_em_pe": {"2026": 940953.35},
|
29
29
|
"STD": {"2026": [15334.5, 30669.0, 15334.5, 23001.75, 30669.0]},
|
30
30
|
"ID_AllTaxes_c": {"2026": [10000.0, 10000.0, 5000.0, 10000.0, 10000.0]},
|
31
|
-
"
|
31
|
+
"ID_Charity_crt_all": {"2026": 0.60},
|
32
32
|
"ID_Casualty_hc": {"2026": 1.00},
|
33
33
|
"ID_Miscellaneous_hc": {"2026": 1.00},
|
34
34
|
"ID_ps": {"2026": [9e+99, 9e+99, 9e+99, 9e+99, 9e+99]},
|
@@ -1,14 +1,14 @@
|
|
1
1
|
,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026
|
2
2
|
Returns (#m),187.1,199.2,201.9,204.5,207.1,209.7,212.3,214.9,217.5,220.1
|
3
3
|
AGI ($b),9087.6,10714.8,11167.0,11573.2,13174.9,13526.4,14075.9,15201.9,16010.5,16760.0
|
4
|
-
Itemizers (#m),62.8,23.9,25.0,27.5,31.2,31.2,30.2,30.6,31.5,80.
|
5
|
-
Itemized Deduction ($b),1218.6,
|
6
|
-
Standard Deduction Filers (#m),124.3,175.
|
7
|
-
Standard Deduction ($b),1092.1,2951.3,3026.
|
4
|
+
Itemizers (#m),62.8,23.9,25.0,27.5,31.2,31.2,30.2,30.6,31.5,80.8
|
5
|
+
Itemized Deduction ($b),1218.6,611.9,655.1,745.3,862.7,881.9,901.0,955.1,1003.5,2214.5
|
6
|
+
Standard Deduction Filers (#m),124.3,175.4,176.9,176.9,175.8,178.5,182.0,184.3,186.0,139.3
|
7
|
+
Standard Deduction ($b),1092.1,2951.3,3026.2,3080.8,3091.9,3231.3,3528.5,3767.7,3907.1,1645.3
|
8
8
|
Personal Exemption ($b),1383.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2124.7
|
9
|
-
Taxable Income ($b),6230.6,7959.2,8322.
|
9
|
+
Taxable Income ($b),6230.6,7959.2,8322.9,8615.4,10049.9,10315.2,10641.5,11541.3,12197.4,11998.4
|
10
10
|
Regular Tax ($b),1108.0,1380.0,1449.0,1497.4,1762.8,1834.7,1884.9,2040.8,2163.6,2377.7
|
11
|
-
AMT Income ($b),8319.8,10212.6,10630.3,10965.7,12473.9,12804.
|
11
|
+
AMT Income ($b),8319.8,10212.6,10630.3,10965.7,12473.9,12804.3,13331.8,14409.4,15176.3,15356.1
|
12
12
|
AMT Liability ($b),8.1,0.4,0.4,0.5,1.4,0.6,0.4,0.7,0.7,17.9
|
13
13
|
AMT Filers (#m),2.6,0.1,0.1,0.1,0.2,0.1,0.1,0.1,0.1,4.1
|
14
14
|
Tax before Credits ($b),1116.0,1380.4,1449.4,1497.9,1764.3,1835.4,1885.3,2041.5,2164.3,2395.6
|
@@ -1,10 +1,10 @@
|
|
1
1
|
,c00100,c02500,c04470,c04600,c04800,c05200,c07180,c07220,c09600,c11070,c21040,cmbtp,data_source,e00200,e00300,e00400,e00600,e00650,e00700,e00800,e00900,e01100,e01200,e01400,e01500,e01700,e02000,e02100,e02300,e02400,e03150,e03210,e03220,e03230,e03240,e03270,e03290,e03300,e03400,e03500,e07240,e07260,e07300,e07400,e07600,e09700,e09800,e09900,e11200,e17500,e18400,e18500,e19200,e19800,e20100,e20400,e24515,e24518,e26270,e27200,e32800,e58990,e62900,e87521,e87530,eitc,elderly_dependents,g20500,iitax,k1bx14p,k1bx14s,nu06,nu13,p08000,p22250,p23250,payrolltax,pencon_p,pencon_s
|
2
2
|
c00100, 1.00, 0.09, 0.55, -0.21, 0.99, 0.99, -0.00, -0.05, 0.06, -0.05, 0.89, 0.02, 0.06, 0.44, 0.41, 0.25, 0.38, 0.33, 0.32, -0.00, 0.08, 0.01, 0.11, 0.10, 0.03, 0.05, 0.45, -0.03, -0.03, 0.04, 0.01, -0.03, -0.02, -0.02, 0.23, 0.15, 0.04, 0.07, 0.00, -0.00, -0.02, 0.04, 0.22, 0.16, 0.06, 0.01, -0.00, 0.00, 0.10, -0.01, 0.60, 0.45, 0.30, 0.32, 0.23, 0.39, 0.14, 0.09, 0.40, 0.01, -0.00, 0.06, 0.23, -0.04, -0.01, -0.05, -0.00, 0.00, 0.95, -0.09, -0.01, 0.00, 0.03, 0.02, 0.09, 0.77, 0.44, 0.18, 0.20
|
3
3
|
c02500, 0.09, 1.00, 0.09, -0.13, 0.08, 0.08, -0.05, -0.08, 0.03, -0.08, 0.08, 0.02, 0.08, -0.00, 0.05, 0.13, 0.08, 0.07, 0.04, -0.00, 0.02, 0.00, 0.01, 0.16, 0.13, 0.22, 0.05, -0.01, -0.03, 0.80, 0.01, -0.05, -0.02, -0.02, 0.03, 0.05, -0.02, 0.01, -0.00, 0.00, -0.03, 0.01, 0.00, 0.02, 0.02, -0.00, -0.00, -0.01, 0.00, 0.14, 0.05, 0.17, 0.05, 0.07, 0.03, 0.08, 0.03, 0.01, 0.03, 0.03, -0.05, 0.02, 0.00, -0.06, -0.02, -0.08, -0.00, 0.00, 0.08, -0.02, -0.01, -0.10, -0.14, 0.01, -0.01, 0.05, -0.02, -0.06, 0.09
|
4
|
-
c04470, 0.55, 0.09, 1.00, -0.14, 0.46, 0.46, -0.00, -0.04, 0.10, -0.04, 0.66, 0.02, 0.04, 0.30, 0.46, 0.27, 0.33, 0.29, 0.35, -0.00, 0.03, 0.00, 0.03, 0.07, 0.03, 0.05, 0.33, -0.04, -0.02, 0.05, 0.01, -0.02, -0.01, -0.01, 0.15, 0.11, 0.03, 0.06, 0.00, -0.00, -0.02, 0.03, 0.10, 0.13, 0.06, 0.00, -0.00, 0.01, 0.06, 0.02, 0.
|
4
|
+
c04470, 0.55, 0.09, 1.00, -0.14, 0.46, 0.46, -0.00, -0.04, 0.10, -0.04, 0.66, 0.02, 0.04, 0.30, 0.46, 0.27, 0.33, 0.29, 0.35, -0.00, 0.03, 0.00, 0.03, 0.07, 0.03, 0.05, 0.33, -0.04, -0.02, 0.05, 0.01, -0.02, -0.01, -0.01, 0.15, 0.11, 0.03, 0.06, 0.00, -0.00, -0.02, 0.03, 0.10, 0.13, 0.06, 0.00, -0.00, 0.01, 0.06, 0.02, 0.75, 0.42, 0.37, 0.62, 0.51, 0.53, 0.05, 0.04, 0.29, 0.00, -0.00, 0.08, 0.11, -0.03, -0.01, -0.04, -0.00, 0.01, 0.49, -0.05, -0.00, 0.00, 0.02, 0.01, 0.02, 0.29, 0.30, 0.12, 0.14
|
5
5
|
c04600, -0.21, -0.13, -0.14, 1.00, -0.21, -0.20, 0.14, 0.50, -0.02, 0.42, -0.20, -0.01, 0.04, -0.17, -0.06, -0.09, -0.08, -0.07, -0.08, -0.00, -0.06, -0.01, -0.02, -0.07, -0.04, -0.06, -0.14, 0.02, 0.07, -0.10, -0.01, 0.09, 0.10, 0.05, -0.06, -0.13, -0.06, -0.11, -0.01, 0.01, 0.07, -0.02, -0.06, -0.04, -0.03, -0.01, 0.01, 0.01, -0.10, -0.00, -0.15, -0.25, -0.10, -0.07, -0.03, -0.09, -0.03, -0.01, -0.12, -0.01, 0.15, -0.03, -0.06, 0.19, 0.03, 0.32, 0.01, -0.01, -0.22, 0.06, 0.02, 0.35, 0.48, -0.01, -0.01, -0.10, -0.16, -0.18, -0.14
|
6
|
-
c04800, 0.99, 0.08, 0.46, -0.21, 1.00, 1.00, -0.01, -0.05, 0.06, -0.05, 0.87, 0.04, 0.05, 0.44, 0.38, 0.24, 0.37, 0.32, 0.30, -0.00, 0.06, 0.01, 0.08, 0.10, 0.03, 0.05, 0.42, -0.03, -0.03, 0.03, 0.01, -0.03, -0.02, -0.01, 0.23, 0.15, 0.04, 0.07, 0.00, -0.01, -0.02, 0.04, 0.23, 0.15, 0.06, 0.01, -0.00, 0.00, 0.10, -0.01, 0.55, 0.43, 0.28, 0.
|
7
|
-
c05200, 0.99, 0.08, 0.46, -0.20, 1.00, 1.00, -0.01, -0.05, 0.06, -0.05, 0.87, 0.04, 0.05, 0.43, 0.38, 0.24, 0.37, 0.32, 0.30, -0.00, 0.05, 0.01, 0.08, 0.10, 0.02, 0.05, 0.
|
6
|
+
c04800, 0.99, 0.08, 0.46, -0.21, 1.00, 1.00, -0.01, -0.05, 0.06, -0.05, 0.87, 0.04, 0.05, 0.44, 0.38, 0.24, 0.37, 0.32, 0.30, -0.00, 0.06, 0.01, 0.08, 0.10, 0.03, 0.05, 0.42, -0.03, -0.03, 0.03, 0.01, -0.03, -0.02, -0.01, 0.23, 0.15, 0.04, 0.07, 0.00, -0.01, -0.02, 0.04, 0.23, 0.15, 0.06, 0.01, -0.00, 0.00, 0.10, -0.01, 0.55, 0.43, 0.28, 0.26, 0.18, 0.36, 0.14, 0.09, 0.36, 0.01, -0.00, 0.06, 0.23, -0.04, -0.01, -0.06, -0.00, 0.00, 0.96, -0.09, -0.01, 0.00, 0.03, 0.02, 0.09, 0.79, 0.44, 0.18, 0.19
|
7
|
+
c05200, 0.99, 0.08, 0.46, -0.20, 1.00, 1.00, -0.01, -0.05, 0.06, -0.05, 0.87, 0.04, 0.05, 0.43, 0.38, 0.24, 0.37, 0.32, 0.30, -0.00, 0.05, 0.01, 0.08, 0.10, 0.02, 0.05, 0.42, -0.03, -0.03, 0.03, 0.01, -0.03, -0.02, -0.01, 0.22, 0.14, 0.04, 0.07, 0.00, -0.01, -0.02, 0.04, 0.23, 0.15, 0.06, 0.01, -0.00, 0.00, 0.09, -0.01, 0.55, 0.42, 0.27, 0.26, 0.18, 0.36, 0.14, 0.09, 0.36, 0.01, -0.00, 0.06, 0.23, -0.04, -0.01, -0.05, -0.00, 0.00, 0.95, -0.08, -0.01, 0.00, 0.03, 0.02, 0.09, 0.79, 0.43, 0.17, 0.19
|
8
8
|
c07180, -0.00, -0.05, -0.00, 0.14, -0.01, -0.01, 1.00, 0.19, -0.01, 0.05, -0.01, -0.00, 0.04, 0.01, -0.01, -0.01, -0.01, -0.01, -0.00, -0.00, 0.00, -0.00, 0.00, -0.01, -0.01, -0.02, -0.00, 0.00, -0.01, -0.06, -0.00, 0.03, 0.05, 0.00, -0.01, 0.01, 0.00, 0.01, 0.00, 0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 0.00, 0.01, -0.01, -0.00, 0.00, 0.01, -0.01, -0.00, -0.01, -0.00, 0.00, 0.00, -0.00, 0.86, -0.00, -0.00, -0.00, 0.01, 0.00, -0.00, -0.00, -0.01, 0.01, 0.00, 0.09, 0.15, 0.00, 0.00, -0.01, 0.04, 0.05, 0.04
|
9
9
|
c07220, -0.05, -0.08, -0.04, 0.50, -0.05, -0.05, 0.19, 1.00, -0.00, 0.03, -0.05, 0.00, 0.08, -0.04, -0.02, -0.03, -0.02, -0.02, -0.02, -0.00, -0.01, -0.00, 0.00, -0.02, -0.03, -0.04, -0.03, 0.01, 0.02, -0.12, -0.01, 0.09, 0.08, 0.00, -0.02, -0.05, -0.02, -0.04, -0.00, -0.00, 0.05, -0.01, -0.01, -0.01, -0.01, -0.00, -0.00, 0.00, -0.03, -0.01, -0.04, -0.07, -0.02, -0.02, -0.01, -0.02, -0.01, -0.00, -0.03, -0.01, 0.22, -0.01, -0.01, 0.00, 0.02, -0.01, -0.00, -0.00, -0.06, 0.02, 0.00, 0.23, 0.35, -0.00, 0.00, -0.02, -0.01, -0.04, -0.03
|
10
10
|
c09600, 0.06, 0.03, 0.10, -0.02, 0.06, 0.06, -0.01, -0.00, 1.00, -0.01, 0.05, 0.96, 0.01, 0.01, 0.07, 0.06, 0.07, 0.06, 0.05, -0.00, -0.06, -0.00, 0.01, 0.01, 0.00, 0.01, -0.02, -0.01, -0.01, 0.02, -0.00, -0.01, -0.01, -0.00, 0.00, 0.01, 0.00, -0.00, 0.00, -0.00, -0.00, 0.00, 0.00, 0.01, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, 0.10, 0.04, 0.04, 0.02, 0.02, 0.09, 0.09, 0.01, -0.04, 0.00, -0.01, 0.03, 0.01, -0.00, 0.00, -0.01, -0.00, 0.00, 0.26, -0.00, 0.00, -0.00, -0.00, 0.01, -0.00, 0.07, 0.01, 0.00, 0.01
|
@@ -25,10 +25,10 @@ e01200, 0.11, 0.01, 0.03, -0.02, 0.08, 0.08, 0.00, 0.00,
|
|
25
25
|
e01400, 0.10, 0.16, 0.07, -0.07, 0.10, 0.10, -0.01, -0.02, 0.01, -0.02, 0.10, 0.01, 0.02, 0.04, 0.04, 0.07, 0.05, 0.05, 0.05, -0.00, 0.01, 0.00, -0.00, 1.00, 0.05, 0.05, 0.02, -0.00, -0.01, 0.12, 0.00, -0.01, -0.01, -0.01, 0.01, 0.04, 0.03, 0.02, 0.00, -0.00, -0.01, 0.02, 0.02, 0.01, 0.02, 0.00, -0.00, 0.12, 0.01, 0.02, 0.07, 0.13, 0.04, 0.03, 0.03, 0.07, 0.00, 0.00, 0.01, 0.00, -0.01, 0.01, 0.02, -0.02, -0.01, -0.02, -0.00, 0.01, 0.10, -0.01, -0.01, -0.02, -0.02, 0.00, -0.00, 0.04, 0.04, 0.02, 0.04
|
26
26
|
e01500, 0.03, 0.13, 0.03, -0.04, 0.03, 0.02, -0.01, -0.03, 0.00, -0.03, 0.02, -0.00, 0.03, 0.03, 0.01, 0.02, 0.01, 0.01, 0.01, -0.00, 0.00, 0.00, 0.00, 0.05, 1.00, 0.24, 0.00, -0.01, 0.01, 0.10, 0.00, -0.02, -0.00, -0.01, -0.00, 0.02, 0.02, 0.02, -0.00, -0.00, -0.01, 0.01, 0.00, 0.00, 0.00, -0.00, -0.00, 0.03, 0.04, 0.02, 0.03, 0.06, 0.02, 0.02, 0.00, 0.02, -0.00, 0.00, 0.00, -0.00, -0.01, 0.01, 0.00, -0.02, -0.01, -0.03, -0.00, 0.00, 0.03, -0.00, -0.00, -0.02, -0.03, -0.00, -0.00, 0.01, 0.04, 0.04, 0.07
|
27
27
|
e01700, 0.05, 0.22, 0.05, -0.06, 0.05, 0.05, -0.02, -0.04, 0.01, -0.04, 0.05, 0.00, 0.04, 0.03, 0.03, 0.07, 0.04, 0.03, 0.02, -0.00, 0.01, 0.00, -0.00, 0.05, 0.24, 1.00, -0.00, -0.01, -0.01, 0.18, -0.00, -0.02, 0.00, -0.01, 0.00, 0.01, -0.00, 0.01, -0.00, 0.00, -0.02, 0.01, 0.01, 0.01, 0.00, 0.00, -0.00, 0.07, 0.02, 0.04, 0.04, 0.09, 0.03, 0.03, 0.02, 0.05, 0.00, 0.00, -0.00, 0.00, -0.02, 0.01, 0.01, -0.03, -0.01, -0.04, -0.00, 0.00, 0.05, -0.01, -0.00, -0.04, -0.05, 0.00, -0.01, 0.02, 0.03, 0.00, 0.04
|
28
|
-
e02000, 0.45, 0.05, 0.33, -0.14, 0.42, 0.
|
28
|
+
e02000, 0.45, 0.05, 0.33, -0.14, 0.42, 0.42, -0.00, -0.03, -0.02, -0.04, 0.46, -0.03, 0.03, 0.07, 0.11, 0.10, 0.06, 0.05, 0.31, -0.00, -0.01, 0.01, -0.03, 0.02, 0.00, -0.00, 1.00, -0.04, -0.02, 0.01, 0.02, -0.02, -0.01, -0.01, 0.43, 0.19, 0.05, 0.11, 0.00, -0.00, -0.01, 0.01, 0.13, 0.28, 0.08, 0.00, -0.00, -0.00, 0.04, -0.01, 0.38, 0.22, 0.10, 0.25, 0.12, 0.07, -0.04, -0.01, 0.97, 0.01, 0.00, -0.02, 0.14, -0.03, -0.01, -0.03, -0.00, 0.00, 0.48, 0.01, 0.02, 0.01, 0.02, 0.01, -0.05, 0.01, 0.08, 0.08, 0.07
|
29
29
|
e02100, -0.03, -0.01, -0.04, 0.02, -0.03, -0.03, 0.00, 0.01, -0.01, -0.00, -0.03, -0.01, -0.00, -0.02, -0.01, -0.01, -0.04, -0.04, -0.01, 0.00, 0.01, 0.00, 0.01, -0.00, -0.01, -0.01, -0.04, 1.00, 0.00, -0.01, 0.02, -0.00, 0.00, -0.00, -0.00, 0.03, 0.01, 0.01, -0.00, -0.00, -0.00, 0.00, -0.00, -0.02, -0.00, -0.00, -0.00, -0.03, -0.00, 0.00, -0.02, -0.02, -0.01, -0.03, -0.03, -0.03, -0.02, 0.00, -0.04, 0.00, 0.00, -0.04, -0.00, 0.00, 0.00, 0.00, 0.00, 0.00, -0.03, -0.06, -0.06, 0.00, 0.00, 0.00, -0.00, -0.02, -0.02, -0.01, -0.01
|
30
30
|
e02300, -0.03, -0.03, -0.02, 0.07, -0.03, -0.03, -0.01, 0.02, -0.01, 0.02, -0.03, -0.00, 0.06, -0.02, -0.01, -0.02, -0.01, -0.01, -0.01, -0.00, -0.01, -0.00, -0.00, -0.01, 0.01, -0.01, -0.02, 0.00, 1.00, -0.04, -0.00, 0.01, -0.00, 0.01, -0.01, -0.04, -0.02, -0.02, -0.00, 0.00, 0.00, -0.00, -0.01, -0.01, -0.00, -0.00, -0.00, 0.02, -0.01, 0.00, -0.02, -0.04, -0.02, -0.01, -0.01, -0.01, -0.01, -0.00, -0.02, -0.00, 0.00, -0.00, -0.01, 0.05, 0.00, 0.03, -0.00, -0.00, -0.03, 0.01, 0.00, 0.01, 0.01, -0.00, 0.00, -0.01, -0.03, -0.04, -0.02
|
31
|
-
e02400, 0.04, 0.80, 0.05, -0.10, 0.03, 0.03, -0.06, -0.12, 0.02, -0.10, 0.04, 0.02, -0.12, -0.03, 0.04, 0.09, 0.05, 0.05, 0.02, -0.01, 0.00, -0.00, -0.00, 0.12, 0.10, 0.18, 0.01, -0.01, -0.04, 1.00, -0.01, -0.07, -0.04, -0.03, 0.02, 0.01, -0.04, -0.01, -0.00, -0.00, -0.04, 0.00, -0.01, 0.01, 0.01, 0.00, -0.01, -0.02, -0.02, 0.12, 0.02, 0.10, 0.02, 0.05, 0.02, 0.05, 0.02, 0.01, -0.00, 0.02, -0.07, 0.01, -0.01, -0.09, -0.03, -0.11, 0.01, -0.00, 0.
|
31
|
+
e02400, 0.04, 0.80, 0.05, -0.10, 0.03, 0.03, -0.06, -0.12, 0.02, -0.10, 0.04, 0.02, -0.12, -0.03, 0.04, 0.09, 0.05, 0.05, 0.02, -0.01, 0.00, -0.00, -0.00, 0.12, 0.10, 0.18, 0.01, -0.01, -0.04, 1.00, -0.01, -0.07, -0.04, -0.03, 0.02, 0.01, -0.04, -0.01, -0.00, -0.00, -0.04, 0.00, -0.01, 0.01, 0.01, 0.00, -0.01, -0.02, -0.02, 0.12, 0.02, 0.10, 0.02, 0.05, 0.02, 0.05, 0.02, 0.01, -0.00, 0.02, -0.07, 0.01, -0.01, -0.09, -0.03, -0.11, 0.01, -0.00, 0.04, -0.00, -0.00, -0.14, -0.19, 0.00, -0.01, 0.03, -0.08, -0.12, 0.02
|
32
32
|
e03150, 0.01, 0.01, 0.01, -0.01, 0.01, 0.01, -0.00, -0.01, -0.00, -0.03, 0.01, -0.00, 0.03, 0.00, 0.00, 0.00, 0.00, 0.00, 0.01, 0.00, 0.02, 0.00, -0.00, 0.00, 0.00, -0.00, 0.02, 0.02, -0.00, -0.01, 1.00, -0.01, 0.00, 0.00, 0.01, 0.09, 0.07, -0.01, -0.00, -0.00, 0.07, 0.00, 0.00, 0.02, 0.01, -0.00, -0.00, -0.00, 0.01, 0.01, 0.01, 0.03, 0.01, 0.00, -0.00, -0.00, 0.00, -0.00, 0.02, 0.00, 0.00, 0.00, 0.00, -0.00, 0.00, -0.03, -0.00, -0.00, 0.01, -0.02, -0.01, 0.00, 0.01, 0.01, -0.00, 0.00, 0.02, 0.02, 0.03
|
33
33
|
e03210, -0.03, -0.05, -0.02, 0.09, -0.03, -0.03, 0.03, 0.09, -0.01, -0.02, -0.03, -0.00, 0.05, -0.02, -0.01, -0.02, -0.01, -0.01, -0.01, -0.00, -0.01, -0.00, 0.00, -0.01, -0.02, -0.02, -0.02, -0.00, 0.01, -0.07, -0.01, 1.00, 0.10, 0.03, -0.01, -0.03, -0.02, -0.02, 0.00, -0.00, 0.01, -0.00, -0.01, -0.01, -0.01, -0.00, -0.00, -0.00, -0.02, -0.01, -0.02, -0.05, -0.02, -0.01, -0.00, -0.01, -0.01, -0.00, -0.02, -0.00, 0.04, -0.00, -0.01, 0.05, 0.05, -0.03, -0.00, -0.00, -0.03, 0.01, 0.00, 0.01, 0.00, -0.00, 0.00, -0.01, -0.01, -0.02, -0.02
|
34
34
|
e03220, -0.02, -0.02, -0.01, 0.10, -0.02, -0.02, 0.05, 0.08, -0.01, -0.02, -0.02, -0.00, 0.04, -0.01, -0.01, -0.01, -0.01, -0.01, -0.01, -0.00, -0.00, -0.00, 0.00, -0.01, -0.00, 0.00, -0.01, 0.00, -0.00, -0.04, 0.00, 0.10, 1.00, 0.05, -0.01, -0.02, -0.01, -0.01, -0.00, -0.00, -0.00, -0.00, -0.01, -0.00, -0.00, -0.00, -0.00, 0.00, -0.01, 0.00, -0.01, -0.02, -0.00, -0.01, -0.00, -0.01, -0.00, 0.00, -0.01, -0.00, 0.06, -0.00, -0.01, 0.03, 0.05, -0.03, -0.00, -0.00, -0.02, 0.01, 0.00, 0.03, 0.04, 0.00, 0.00, -0.01, 0.02, 0.02, 0.02
|
@@ -49,11 +49,11 @@ e09800, -0.00, -0.00, -0.00, 0.01, -0.00, -0.00, -0.00, -0.00,
|
|
49
49
|
e09900, 0.00, -0.01, 0.01, 0.01, 0.00, 0.00, 0.00, 0.00, 0.00, -0.01, 0.00, 0.00, 0.01, -0.00, -0.00, -0.00, -0.00, -0.00, 0.00, -0.00, -0.00, -0.00, -0.00, 0.12, 0.03, 0.07, -0.00, -0.03, 0.02, -0.02, -0.00, -0.00, 0.00, 0.00, -0.00, 0.01, 0.00, -0.00, 0.00, 0.01, -0.01, 0.00, -0.00, 0.01, -0.00, 0.00, -0.00, 1.00, 0.01, 0.00, 0.00, 0.01, 0.01, -0.00, -0.00, 0.03, 0.00, -0.00, -0.00, -0.00, 0.00, 0.00, -0.00, -0.00, -0.00, -0.01, -0.00, 0.03, 0.00, -0.00, 0.00, 0.01, 0.02, 0.00, -0.00, -0.00, 0.01, 0.02, 0.01
|
50
50
|
e11200, 0.10, 0.00, 0.06, -0.10, 0.10, 0.09, 0.01, -0.03, 0.00, -0.03, 0.09, -0.00, 0.03, 0.16, 0.02, 0.02, 0.02, 0.01, 0.05, -0.00, 0.01, 0.00, -0.01, 0.01, 0.04, 0.02, 0.04, -0.00, -0.01, -0.02, 0.01, -0.02, -0.01, -0.01, 0.01, 0.02, 0.01, 0.01, -0.00, 0.00, -0.02, 0.00, 0.03, 0.01, 0.01, 0.01, -0.00, 0.01, 1.00, -0.01, 0.08, 0.12, 0.06, 0.03, 0.00, 0.03, -0.00, 0.00, 0.04, -0.00, 0.02, 0.00, 0.03, -0.03, -0.00, -0.03, -0.00, 0.00, 0.11, -0.02, -0.01, 0.01, 0.05, 0.00, 0.00, 0.03, 0.20, 0.19, 0.17
|
51
51
|
e17500, -0.01, 0.14, 0.02, -0.00, -0.01, -0.01, -0.01, -0.01, 0.00, -0.02, -0.01, -0.00, 0.03, -0.02, -0.00, 0.04, 0.01, 0.01, -0.01, 0.01, -0.00, -0.00, 0.00, 0.02, 0.02, 0.04, -0.01, 0.00, 0.00, 0.12, 0.01, -0.01, 0.00, 0.00, -0.01, -0.00, 0.00, -0.01, 0.00, 0.00, -0.01, -0.00, -0.00, -0.00, -0.00, 0.01, -0.00, 0.00, -0.01, 1.00, -0.00, 0.03, 0.00, 0.01, 0.01, 0.02, -0.00, 0.00, -0.01, 0.01, -0.01, 0.00, -0.00, -0.01, -0.00, -0.03, -0.00, -0.00, -0.01, 0.00, 0.00, -0.02, -0.02, 0.00, -0.00, -0.00, -0.03, -0.02, -0.02
|
52
|
-
e18400, 0.60, 0.05, 0.
|
52
|
+
e18400, 0.60, 0.05, 0.75, -0.15, 0.55, 0.55, -0.00, -0.04, 0.10, -0.04, 0.71, 0.01, 0.04, 0.41, 0.39, 0.22, 0.25, 0.21, 0.46, -0.00, 0.04, 0.01, 0.02, 0.07, 0.03, 0.04, 0.38, -0.02, -0.02, 0.02, 0.01, -0.02, -0.01, -0.01, 0.19, 0.13, 0.03, 0.07, 0.00, -0.00, -0.02, 0.03, 0.12, 0.16, 0.05, 0.00, -0.00, 0.00, 0.08, -0.00, 1.00, 0.39, 0.28, 0.23, 0.16, 0.35, 0.05, 0.02, 0.34, 0.00, 0.00, 0.06, 0.14, -0.03, -0.01, -0.04, -0.00, 0.00, 0.60, -0.06, -0.00, 0.01, 0.03, 0.01, 0.02, 0.31, 0.40, 0.15, 0.16
|
53
53
|
e18500, 0.45, 0.17, 0.42, -0.25, 0.43, 0.42, 0.00, -0.07, 0.04, -0.08, 0.48, 0.00, 0.08, 0.33, 0.25, 0.30, 0.26, 0.22, 0.22, -0.00, 0.08, 0.01, 0.03, 0.13, 0.06, 0.09, 0.22, -0.02, -0.04, 0.10, 0.03, -0.05, -0.02, -0.02, 0.10, 0.22, 0.07, 0.14, 0.01, -0.00, -0.04, 0.08, 0.10, 0.08, 0.04, 0.00, -0.00, 0.01, 0.12, 0.03, 0.39, 1.00, 0.34, 0.19, 0.11, 0.35, 0.05, 0.02, 0.19, 0.01, 0.00, 0.07, 0.12, -0.05, -0.02, -0.09, -0.00, 0.01, 0.44, -0.08, -0.02, 0.02, 0.07, 0.02, 0.00, 0.24, 0.36, 0.23, 0.27
|
54
54
|
e19200, 0.30, 0.05, 0.37, -0.10, 0.28, 0.27, 0.01, -0.02, 0.04, -0.04, 0.34, 0.01, 0.05, 0.11, 0.35, 0.12, 0.22, 0.15, 0.13, -0.00, 0.03, -0.00, 0.05, 0.04, 0.02, 0.03, 0.10, -0.01, -0.02, 0.02, 0.01, -0.02, -0.00, -0.01, 0.07, 0.10, 0.03, 0.05, 0.00, -0.00, -0.02, 0.02, 0.07, 0.04, 0.05, 0.00, -0.00, 0.01, 0.06, 0.00, 0.28, 0.34, 1.00, 0.12, 0.07, 0.35, 0.05, 0.01, 0.07, -0.00, 0.02, 0.32, 0.07, -0.03, -0.01, -0.05, -0.00, 0.00, 0.28, -0.03, -0.01, 0.02, 0.05, 0.01, 0.04, 0.20, 0.14, 0.11, 0.12
|
55
|
-
e19800, 0.32, 0.07, 0.
|
56
|
-
e20100, 0.23, 0.03, 0.
|
55
|
+
e19800, 0.32, 0.07, 0.62, -0.07, 0.26, 0.26, -0.01, -0.02, 0.02, -0.02, 0.37, 0.01, 0.02, 0.11, 0.25, 0.18, 0.18, 0.16, 0.16, -0.00, 0.02, 0.00, 0.03, 0.03, 0.02, 0.03, 0.25, -0.03, -0.01, 0.05, 0.00, -0.01, -0.01, -0.01, 0.11, 0.05, 0.01, 0.03, 0.00, -0.00, -0.01, 0.02, 0.05, 0.07, 0.05, 0.00, -0.00, -0.00, 0.03, 0.01, 0.23, 0.19, 0.12, 1.00, 0.22, 0.19, 0.04, 0.01, 0.21, 0.00, -0.01, 0.02, 0.06, -0.01, -0.00, -0.02, -0.00, 0.00, 0.26, -0.04, 0.00, -0.00, 0.00, 0.00, 0.02, 0.16, 0.11, 0.05, 0.06
|
56
|
+
e20100, 0.23, 0.03, 0.51, -0.03, 0.18, 0.18, -0.00, -0.01, 0.02, -0.01, 0.28, 0.01, 0.01, 0.12, 0.18, 0.11, 0.17, 0.16, 0.05, -0.00, 0.00, -0.00, 0.02, 0.03, 0.00, 0.02, 0.12, -0.03, -0.01, 0.02, -0.00, -0.00, -0.00, -0.00, 0.03, 0.02, 0.00, 0.01, -0.00, -0.00, -0.00, 0.00, 0.03, 0.07, 0.01, 0.00, -0.00, -0.00, 0.00, 0.01, 0.16, 0.11, 0.07, 0.22, 1.00, 0.20, 0.02, 0.07, 0.10, 0.00, -0.00, 0.02, 0.03, -0.01, -0.00, -0.01, -0.00, 0.00, 0.18, -0.01, -0.00, -0.00, -0.00, 0.00, -0.00, 0.14, 0.11, 0.02, 0.03
|
57
57
|
e20400, 0.39, 0.08, 0.53, -0.09, 0.36, 0.36, -0.01, -0.02, 0.09, -0.02, 0.45, 0.02, 0.03, 0.13, 0.41, 0.29, 0.34, 0.27, 0.14, -0.00, 0.02, 0.00, 0.03, 0.07, 0.02, 0.05, 0.07, -0.03, -0.01, 0.05, -0.00, -0.01, -0.01, -0.01, 0.03, 0.06, 0.01, 0.03, 0.00, -0.00, -0.01, 0.04, 0.11, 0.02, 0.02, 0.00, -0.00, 0.03, 0.03, 0.02, 0.35, 0.35, 0.35, 0.19, 0.20, 1.00, 0.04, 0.01, 0.05, 0.00, -0.01, 0.05, 0.13, -0.02, -0.01, -0.03, -0.00, 0.00, 0.34, -0.02, -0.00, -0.01, -0.00, 0.01, 0.03, 0.31, 0.12, 0.05, 0.07
|
58
58
|
e24515, 0.14, 0.03, 0.05, -0.03, 0.14, 0.14, -0.00, -0.01, 0.09, -0.01, 0.11, 0.07, 0.01, 0.00, 0.05, 0.03, 0.02, 0.01, 0.02, -0.00, 0.01, -0.00, 0.01, 0.00, -0.00, 0.00, -0.04, -0.02, -0.01, 0.02, 0.00, -0.01, -0.00, -0.00, 0.01, 0.02, 0.00, 0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.02, 0.01, 0.00, -0.00, 0.00, -0.00, -0.00, 0.05, 0.05, 0.05, 0.04, 0.02, 0.04, 1.00, 0.00, -0.05, 0.00, -0.00, 0.02, 0.00, -0.01, -0.00, -0.01, -0.00, -0.00, 0.13, -0.02, 0.00, -0.00, -0.00, -0.00, 0.00, 0.21, 0.00, 0.00, 0.01
|
59
59
|
e24518, 0.09, 0.01, 0.04, -0.01, 0.09, 0.09, 0.00, -0.00, 0.01, -0.00, 0.08, 0.00, 0.00, 0.02, 0.01, 0.04, 0.02, 0.02, 0.00, -0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, -0.01, 0.00, -0.00, 0.01, -0.00, -0.00, 0.00, -0.00, 0.00, 0.00, 0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.02, 0.02, 0.01, 0.01, 0.07, 0.01, 0.00, 1.00, -0.01, -0.00, 0.00, 0.03, 0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 0.09, 0.00, 0.00, 0.00, 0.00, 0.00, 0.04, 0.11, 0.02, 0.01, 0.01
|
@@ -67,7 +67,7 @@ e87530, -0.01, -0.02, -0.01, 0.03, -0.01, -0.01, 0.01, 0.02,
|
|
67
67
|
eitc, -0.05, -0.08, -0.04, 0.32, -0.06, -0.05, 0.00, -0.01, -0.01, 0.69, -0.05, -0.01, 0.08, -0.05, -0.02, -0.03, -0.02, -0.02, -0.02, -0.01, -0.01, -0.01, 0.00, -0.02, -0.03, -0.04, -0.03, 0.00, 0.03, -0.11, -0.03, -0.03, -0.03, 0.00, -0.02, -0.06, -0.03, -0.04, -0.00, -0.01, 0.02, -0.01, -0.01, -0.01, -0.01, -0.00, 0.02, -0.01, -0.03, -0.03, -0.04, -0.09, -0.05, -0.02, -0.01, -0.03, -0.01, -0.00, -0.02, -0.01, 0.01, -0.01, -0.01, 0.07, -0.02, 1.00, -0.00, -0.00, -0.06, 0.02, 0.00, 0.23, 0.28, -0.01, 0.00, -0.02, -0.09, -0.11, -0.09
|
68
68
|
elderly_dependents, -0.00, -0.00, -0.00, 0.01, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.02, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 0.00, -0.00, -0.00, -0.00, -0.00, 0.00, -0.00, 0.01, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 1.00, -0.00, -0.00, 0.00, 0.00, -0.00, -0.00, -0.00, 0.00, -0.00, -0.00, -0.00, -0.00
|
69
69
|
g20500, 0.00, 0.00, 0.01, -0.01, 0.00, 0.00, -0.00, -0.00, 0.00, -0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, -0.00, 0.00, 0.00, 0.00, 0.01, 0.00, 0.00, 0.00, 0.00, -0.00, -0.00, -0.00, -0.00, -0.00, 0.01, -0.00, 0.01, 0.00, 0.00, -0.00, -0.00, -0.00, -0.00, 0.00, -0.00, -0.00, 0.00, -0.00, 0.03, 0.00, -0.00, 0.00, 0.01, 0.00, 0.00, 0.00, 0.00, -0.00, -0.00, 0.00, -0.00, -0.00, 0.00, 0.00, -0.00, -0.00, -0.00, -0.00, 1.00, 0.00, -0.00, -0.01, -0.00, 0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00
|
70
|
-
iitax, 0.95, 0.08, 0.49, -0.22, 0.96, 0.95, -0.01, -0.06, 0.26, -0.05, 0.87, 0.24, 0.06, 0.51, 0.40, 0.24, 0.34, 0.28, 0.33, -0.01, 0.05, 0.01, 0.07, 0.10, 0.03, 0.05, 0.48, -0.03, -0.03, 0.
|
70
|
+
iitax, 0.95, 0.08, 0.49, -0.22, 0.96, 0.95, -0.01, -0.06, 0.26, -0.05, 0.87, 0.24, 0.06, 0.51, 0.40, 0.24, 0.34, 0.28, 0.33, -0.01, 0.05, 0.01, 0.07, 0.10, 0.03, 0.05, 0.48, -0.03, -0.03, 0.04, 0.01, -0.03, -0.02, -0.02, 0.26, 0.16, 0.05, 0.08, 0.01, -0.01, -0.02, 0.04, 0.16, 0.16, 0.06, 0.01, -0.00, 0.00, 0.11, -0.01, 0.60, 0.44, 0.28, 0.26, 0.18, 0.34, 0.13, 0.09, 0.42, 0.01, -0.00, 0.05, 0.17, -0.04, -0.01, -0.06, -0.00, 0.00, 1.00, -0.09, -0.01, 0.00, 0.03, 0.02, 0.10, 0.66, 0.50, 0.19, 0.21
|
71
71
|
k1bx14p, -0.09, -0.02, -0.05, 0.06, -0.09, -0.08, 0.01, 0.02, -0.00, 0.02, -0.08, 0.00, -0.02, -0.04, -0.01, -0.02, -0.02, -0.01, -0.02, 0.00, -0.73, -0.01, 0.00, -0.01, -0.00, -0.01, 0.01, -0.06, 0.01, -0.00, -0.02, 0.01, 0.01, 0.01, -0.01, -0.09, -0.03, -0.17, 0.00, 0.00, 0.01, -0.00, -0.06, -0.01, -0.01, 0.00, 0.00, -0.00, -0.02, 0.00, -0.06, -0.08, -0.03, -0.04, -0.01, -0.02, -0.02, 0.00, 0.01, -0.00, -0.00, -0.00, -0.06, 0.02, 0.00, 0.02, 0.00, -0.00, -0.09, 1.00, 0.06, 0.00, -0.01, -0.00, 0.00, -0.02, -0.04, -0.02, -0.02
|
72
72
|
k1bx14s, -0.01, -0.01, -0.00, 0.02, -0.01, -0.01, 0.00, 0.00, 0.00, 0.01, -0.01, -0.00, -0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, 0.00, -0.25, 0.00, 0.00, -0.01, -0.00, -0.00, 0.02, -0.06, 0.00, -0.00, -0.01, 0.00, 0.00, 0.00, 0.01, -0.02, -0.02, -0.10, 0.00, 0.00, 0.00, 0.00, -0.00, 0.01, -0.00, -0.00, 0.00, 0.00, -0.01, 0.00, -0.00, -0.02, -0.01, 0.00, -0.00, -0.00, 0.00, 0.00, 0.02, -0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, 0.00, -0.01, -0.01, 0.06, 1.00, -0.00, -0.00, -0.00, 0.00, 0.00, -0.01, -0.01, -0.01
|
73
73
|
nu06, 0.00, -0.10, 0.00, 0.35, 0.00, 0.00, 0.09, 0.23, -0.00, 0.26, 0.00, -0.00, 0.06, 0.02, -0.01, -0.01, -0.01, -0.01, 0.00, -0.00, 0.00, -0.00, -0.00, -0.02, -0.02, -0.04, 0.01, 0.00, 0.01, -0.14, 0.00, 0.01, 0.03, 0.01, -0.00, 0.04, 0.02, 0.01, -0.00, -0.00, 0.01, -0.00, 0.00, 0.00, -0.00, -0.00, 0.01, 0.01, 0.01, -0.02, 0.01, 0.02, 0.02, -0.00, -0.00, -0.01, -0.00, 0.00, 0.01, -0.00, 0.11, -0.00, 0.00, 0.08, 0.00, 0.23, -0.00, -0.00, 0.00, 0.00, -0.00, 1.00, 0.68, 0.00, 0.00, -0.00, 0.04, -0.00, 0.02
|
@@ -75,6 +75,6 @@ nu13, 0.03, -0.14, 0.02, 0.48, 0.03, 0.03, 0.15, 0.35,
|
|
75
75
|
p08000, 0.02, 0.01, 0.01, -0.01, 0.02, 0.02, 0.00, -0.00, 0.01, -0.00, 0.02, 0.01, 0.01, 0.01, 0.01, 0.02, 0.01, 0.01, 0.01, -0.00, 0.00, -0.00, 0.00, 0.00, -0.00, 0.00, 0.01, 0.00, -0.00, 0.00, 0.01, -0.00, 0.00, -0.00, 0.01, 0.01, 0.01, 0.01, -0.00, -0.00, -0.00, 0.00, -0.00, 0.00, -0.00, -0.00, -0.00, 0.00, 0.00, 0.00, 0.01, 0.02, 0.01, 0.00, 0.00, 0.01, -0.00, 0.00, 0.01, -0.00, 0.00, -0.00, -0.00, -0.00, -0.00, -0.01, -0.00, -0.00, 0.02, -0.00, -0.00, 0.00, 0.00, 1.00, 0.00, 0.01, 0.01, 0.01, 0.01
|
76
76
|
p22250, 0.09, -0.01, 0.02, -0.01, 0.09, 0.09, 0.00, 0.00, -0.00, -0.00, 0.07, 0.01, -0.00, 0.01, 0.05, -0.00, 0.02, 0.01, 0.03, 0.00, -0.00, 0.00, -0.00, -0.00, -0.00, -0.01, -0.05, -0.00, 0.00, -0.01, -0.00, 0.00, 0.00, -0.00, -0.00, 0.01, 0.00, 0.00, 0.01, 0.00, -0.00, 0.02, 0.04, 0.00, 0.00, 0.00, -0.00, -0.00, 0.00, -0.00, 0.02, 0.00, 0.04, 0.02, -0.00, 0.03, 0.00, 0.04, -0.07, -0.00, 0.00, -0.00, 0.04, -0.00, -0.00, 0.00, 0.00, -0.00, 0.10, 0.00, 0.00, 0.00, 0.01, 0.00, 1.00, -0.01, 0.01, 0.01, 0.00
|
77
77
|
p23250, 0.77, 0.05, 0.29, -0.10, 0.79, 0.79, -0.01, -0.02, 0.07, -0.02, 0.59, 0.03, 0.02, 0.08, 0.26, 0.16, 0.20, 0.16, 0.10, -0.00, 0.00, -0.00, 0.05, 0.04, 0.01, 0.02, 0.01, -0.02, -0.01, 0.03, 0.00, -0.01, -0.01, -0.01, 0.04, 0.06, 0.02, 0.01, -0.00, -0.00, -0.01, 0.03, 0.09, 0.03, 0.02, 0.01, -0.00, -0.00, 0.03, -0.00, 0.31, 0.24, 0.20, 0.16, 0.14, 0.31, 0.21, 0.11, -0.02, 0.00, -0.01, 0.07, 0.10, -0.02, -0.01, -0.02, -0.00, -0.00, 0.66, -0.02, 0.00, -0.00, 0.01, 0.01, -0.01, 1.00, 0.08, 0.05, 0.06
|
78
|
-
payrolltax, 0.44, -0.02, 0.
|
78
|
+
payrolltax, 0.44, -0.02, 0.30, -0.16, 0.44, 0.43, 0.04, -0.01, 0.01, -0.08, 0.46, 0.01, 0.12, 0.97, 0.07, 0.09, 0.09, 0.08, 0.16, -0.01, 0.02, 0.01, 0.01, 0.04, 0.04, 0.03, 0.08, -0.02, -0.03, -0.08, 0.02, -0.01, 0.02, -0.01, 0.04, 0.04, 0.03, 0.01, 0.00, 0.00, -0.03, 0.03, 0.16, 0.04, 0.03, 0.00, -0.00, 0.01, 0.20, -0.03, 0.40, 0.36, 0.14, 0.11, 0.11, 0.12, 0.00, 0.02, 0.07, -0.00, 0.05, 0.01, 0.16, -0.03, -0.01, -0.09, -0.00, 0.00, 0.50, -0.04, -0.01, 0.04, 0.11, 0.01, 0.01, 0.08, 1.00, 0.45, 0.43
|
79
79
|
pencon_p, 0.18, -0.06, 0.12, -0.18, 0.18, 0.17, 0.05, -0.04, 0.00, -0.09, 0.17, 0.00, 0.12, 0.32, 0.04, 0.03, 0.04, 0.03, 0.08, -0.01, 0.00, 0.01, 0.00, 0.02, 0.04, 0.00, 0.08, -0.01, -0.04, -0.12, 0.02, -0.02, 0.02, -0.01, 0.05, 0.05, 0.04, 0.01, 0.00, 0.01, -0.04, 0.01, 0.06, 0.03, 0.03, 0.00, -0.00, 0.02, 0.19, -0.02, 0.15, 0.23, 0.11, 0.05, 0.02, 0.05, 0.00, 0.01, 0.07, -0.00, 0.05, 0.01, 0.06, -0.04, -0.01, -0.11, -0.00, 0.00, 0.19, -0.02, -0.01, -0.00, 0.07, 0.01, 0.01, 0.05, 0.45, 1.00, 0.16
|
80
80
|
pencon_s, 0.20, 0.09, 0.14, -0.14, 0.19, 0.19, 0.04, -0.03, 0.01, -0.08, 0.19, 0.00, 0.09, 0.32, 0.05, 0.06, 0.06, 0.05, 0.08, -0.01, 0.02, 0.00, 0.00, 0.04, 0.07, 0.04, 0.07, -0.01, -0.02, 0.02, 0.03, -0.02, 0.02, -0.01, 0.05, 0.08, 0.05, 0.02, 0.00, -0.00, -0.03, 0.03, 0.05, 0.03, 0.02, 0.00, -0.00, 0.01, 0.17, -0.02, 0.16, 0.27, 0.12, 0.06, 0.03, 0.07, 0.01, 0.01, 0.07, -0.00, 0.05, 0.01, 0.05, -0.03, -0.01, -0.09, -0.00, 0.00, 0.21, -0.02, -0.01, 0.02, 0.09, 0.01, 0.00, 0.06, 0.43, 0.16, 1.00
|
@@ -1,13 +1,13 @@
|
|
1
1
|
,description,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034
|
2
2
|
c00100,Federal AGI, 50840, 54457, 54942, 55071, 58024, 60318, 61591, 63130, 73017, 72054, 72247, 79575, 82506, 84685, 86654, 88892, 91301, 93892, 96699, 100620, 102065, 105040
|
3
3
|
c02500,OASDI benefits in AGI, 1295, 1394, 1416, 1479, 1501, 1587, 1690, 1832, 2005, 2128, 2402, 2686, 2881, 3064, 3248, 3451, 3659, 3874, 4095, 4355, 4492, 4724
|
4
|
-
c04470,Post-phase-out itemized deduction,
|
4
|
+
c04470,Post-phase-out itemized deduction, 5907, 6036, 6149, 6382, 6562, 6798, 7003, 7480, 7870, 8006, 8419, 8785, 9058, 9405, 9740, 10097, 10451, 10803, 11144, 11623, 11784, 12141
|
5
5
|
c04600,Post-phase-out personal exemption, 7105, 7131, 7163, 7217, 7149, 7280, 7448, 7574, 7621, 7989, 8661, 9047, 9235, 9436, 9663, 9883, 10107, 10334, 10569, 10818, 11032, 11280
|
6
|
-
c04800,Federal regular taxable income,
|
7
|
-
c05200,Regular tax on taxable income,
|
6
|
+
c04800,Federal regular taxable income, 35754, 39297, 39664, 39592, 42568, 44486, 45340, 46361, 55796, 54215, 53036, 59734, 62107, 63640, 64948, 66508, 68245, 70176, 72323, 75327, 76437, 78705
|
7
|
+
c05200,Regular tax on taxable income, 7672, 8732, 8725, 8585, 9500, 9984, 10102, 10421, 13279, 12406, 11654, 13635, 14195, 14470, 14675, 14959, 15300, 15702, 16155, 16771, 17182, 17672
|
8
8
|
c07180,Child care credit, 17, 17, 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 16, 16
|
9
9
|
c07220,Child tax credit (adjusted), 158, 155, 147, 143, 139, 133, 128, 123, 359, 114, 105, 98, 95, 92, 89, 85, 82, 79, 76, 74, 71, 68
|
10
|
-
c09600,Federal AMT liability, 212, 227, 240, 251, 268, 279, 286, 315, 347, 334, 344, 361, 377, 392, 405, 421, 437, 453,
|
10
|
+
c09600,Federal AMT liability, 212, 227, 240, 251, 268, 279, 286, 315, 347, 334, 344, 361, 377, 392, 405, 421, 437, 453, 464, 491, 498, 514
|
11
11
|
c11070,Extra child tax credit (refunded), 150, 144, 138, 133, 126, 123, 120, 121, 0, 110, 113, 111, 108, 106, 104, 103, 101, 100, 98, 98, 96, 95
|
12
12
|
c21040,Itemized deduction that is phased out, 203, 242, 231, 219, 255, 270, 270, 283, 375, 342, 302, 380, 395, 399, 400, 403, 409, 416, 424, 432, 463, 474
|
13
13
|
cmbtp,Estimate of income on (AMT) Form 6251 but not in AGI, 370, 386, 403, 416, 434, 452, 463, 493, 526, 526, 549, 580, 603, 627, 647, 671, 695, 718, 722, 768, 792, 817
|
@@ -67,7 +67,7 @@ e87530,Adjusted qualified lifetime learning expenses for all students, 93,
|
|
67
67
|
eitc,Federal EITC, 376, 369, 364, 352, 342, 343, 346, 355, 335, 348, 387, 399, 402, 406, 412, 418, 425, 432, 439, 450, 456, 464
|
68
68
|
elderly_dependents,number of dependents age 65+ in filing unit excluding taxpayer and spouse, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
69
69
|
g20500,Itemizable gross (before 10% AGI disregard) casualty or theft loss, 29, 30, 31, 32, 33, 35, 36, 38, 40, 41, 43, 45, 47, 49, 50, 53, 56, 58, 61, 64, 63, 67
|
70
|
-
iitax,Federal income tax liability, 6826,
|
70
|
+
iitax,Federal income tax liability, 6826, 7765, 7820, 7778, 8605, 9072, 9252, 6827, 9422, 11409, 10888, 12600, 13156, 13495, 13760, 14085, 14453, 14871, 15336, 15972, 16367, 16869
|
71
71
|
k1bx14p,Partner self-employment earnings/loss for taxpayer (included in e26270 total), -213, -239, -187, -162, -144, -139, -133, -129, -156, -168, -146, -211, -206, -200, -189, -172, -154, -130, -109, -73, -162, -135
|
72
72
|
k1bx14s,Partner self-employment earnings/loss for spouse (included in e26270 total), -7, -9, 0, 2, 8, 10, 11, 11, 13, 14, 11, 17, 17, 18, 20, 23, 26, 29, 33, 37, 31, 36
|
73
73
|
nu06,Number of dependents under 6 years old, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
@@ -2,23 +2,23 @@
|
|
2
2
|
Returns (#m),190.9,194.3,197.3,200.1,202.9,205.6,208.4,211.2,214.0,216.8
|
3
3
|
AGI ($b),11078.7,11816.6,12247.2,12722.3,14930.0,14939.1,15160.9,16963.9,17819.4,18529.6
|
4
4
|
Itemizers (#m),45.7,19.4,20.0,21.0,22.6,22.8,21.8,21.6,21.7,51.8
|
5
|
-
Itemized Deduction ($b),1274.
|
5
|
+
Itemized Deduction ($b),1274.1,602.6,633.8,692.2,761.9,782.7,795.0,829.9,854.0,2073.1
|
6
6
|
Standard Deduction Filers (#m),145.2,174.8,177.2,178.5,179.6,182.8,186.5,189.5,192.3,164.9
|
7
7
|
Standard Deduction ($b),1239.3,2865.3,2954.5,3025.8,3081.1,3234.0,3533.8,3787.3,3951.8,1892.4
|
8
8
|
Personal Exemption ($b),1365.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1998.6
|
9
|
-
Taxable Income ($b),8112.
|
10
|
-
Regular Tax ($b),1656.8,1712.3,1778.2,1838.3,2281.5,2275.4,2228.
|
11
|
-
AMT Income ($b),10512.
|
9
|
+
Taxable Income ($b),8112.4,9179.3,9520.6,9907.3,12003.2,11891.1,11879.2,13486.3,14199.9,13920.7
|
10
|
+
Regular Tax ($b),1656.8,1712.3,1778.2,1838.3,2281.5,2275.4,2228.2,2589.0,2727.0,2929.1
|
11
|
+
AMT Income ($b),10512.6,11343.6,11749.8,12180.2,14330.8,14321.2,14527.8,16287.7,17119.7,17599.4
|
12
12
|
AMT Liability ($b),51.3,22.1,23.0,25.1,27.8,27.4,28.7,31.2,32.7,90.0
|
13
13
|
AMT Filers (#m),5.7,0.2,0.2,0.3,0.4,0.3,0.2,0.3,0.3,7.4
|
14
|
-
Tax before Credits ($b),1708.1,1734.4,1801.
|
14
|
+
Tax before Credits ($b),1708.1,1734.4,1801.2,1863.4,2309.4,2302.8,2256.9,2620.2,2759.8,3019.1
|
15
15
|
Refundable Credits ($b),102.9,117.5,118.5,642.0,802.6,119.2,128.4,133.4,135.7,121.7
|
16
|
-
Nonrefundable Credits ($b),67.0,127.3,129.2,128.5,47.6,141.0,137.8,148.6,150.5,
|
16
|
+
Nonrefundable Credits ($b),67.0,127.3,129.2,128.5,47.6,141.0,137.8,148.6,150.5,82.0
|
17
17
|
Reform Surtaxes ($b),0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
|
18
18
|
Other Taxes ($b),101.9,110.3,110.9,122.1,159.4,139.1,133.5,157.8,166.9,172.1
|
19
|
-
Ind Income Tax ($b),1640.1,1599.8,1664.4,1215.0,1618.5,2181.8,2124.2,2495.9,2640.
|
19
|
+
Ind Income Tax ($b),1640.1,1599.8,1664.4,1215.0,1618.5,2181.8,2124.2,2495.9,2640.5,2987.5
|
20
20
|
Payroll Taxes ($b),1021.9,1067.9,1118.1,1139.7,1231.5,1324.7,1402.2,1485.7,1559.3,1632.0
|
21
|
-
Combined Liability ($b),2662.0,2667.7,2782.4,2354.8,2850.0,3506.
|
21
|
+
Combined Liability ($b),2662.0,2667.7,2782.4,2354.8,2850.0,3506.5,3526.4,3981.7,4199.7,4619.5
|
22
22
|
With Income Tax <= 0 (#m),88.5,94.0,95.1,129.1,122.6,95.7,97.8,98.3,99.1,96.2
|
23
23
|
With Combined Tax <= 0 (#m),63.4,65.6,66.8,102.1,94.5,68.9,70.7,71.3,72.2,72.1
|
24
24
|
UBI Benefits ($b),0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
|