taxcalc 5.0.0__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.
@@ -24,22 +24,6 @@
24
24
  }
25
25
  }
26
26
  },
27
- "idedtype": {
28
- "type": "str",
29
- "validators": {
30
- "choice": {
31
- "choices": [
32
- "med",
33
- "sltx",
34
- "retx",
35
- "cas",
36
- "misc",
37
- "int",
38
- "char"
39
- ]
40
- }
41
- }
42
- },
43
27
  "EIC": {
44
28
  "type": "str",
45
29
  "validators": {
@@ -2113,7 +2097,7 @@
2113
2097
  "cps": true
2114
2098
  }
2115
2099
  },
2116
- "II_prt": {
2100
+ "II_em_prt": {
2117
2101
  "title": "Personal exemption phaseout rate",
2118
2102
  "description": "Personal exemption amount will decrease by this rate for each dollar of AGI exceeding exemption phaseout start.",
2119
2103
  "notes": "",
@@ -6939,9 +6923,9 @@
6939
6923
  "cps": true
6940
6924
  }
6941
6925
  },
6942
- "ID_Charity_crt_cash": {
6943
- "title": "Ceiling (as a decimal fraction of AGI) for cash charitable contribution deductions",
6944
- "description": "The cash deduction for charity is capped at this fraction of AGI.",
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.",
6945
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.",
6946
6930
  "section_1": "Itemized Deductions",
6947
6931
  "section_2": "Charity",
@@ -8802,6 +8786,66 @@
8802
8786
  "cps": true
8803
8787
  }
8804
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
+ },
8805
8849
  "ID_c": {
8806
8850
  "title": "Ceiling on the amount of itemized deductions allowed (dollars)",
8807
8851
  "description": "The amount of itemized deductions is limited to this dollar amount.",
@@ -11613,11 +11657,11 @@
11613
11657
  }
11614
11658
  },
11615
11659
  "II_rt1": {
11616
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 1",
11660
+ "title": "Personal income (regular/non-AMT) tax rate 1",
11617
11661
  "description": "The lowest tax rate, applied to the portion of taxable income below tax bracket 1.",
11618
11662
  "notes": "",
11619
11663
  "section_1": "Personal Income",
11620
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
11664
+ "section_2": "Regular: Non-AMT",
11621
11665
  "indexable": false,
11622
11666
  "indexed": false,
11623
11667
  "type": "float",
@@ -11679,11 +11723,11 @@
11679
11723
  }
11680
11724
  },
11681
11725
  "II_brk1": {
11682
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket (upper threshold) 1",
11726
+ "title": "Personal income (regular/non-AMT) tax bracket (upper threshold) 1",
11683
11727
  "description": "Taxable income below this threshold is taxed at tax rate 1.",
11684
11728
  "notes": "",
11685
11729
  "section_1": "Personal Income",
11686
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
11730
+ "section_2": "Regular: Non-AMT",
11687
11731
  "indexable": true,
11688
11732
  "indexed": true,
11689
11733
  "type": "float",
@@ -12051,11 +12095,11 @@
12051
12095
  }
12052
12096
  },
12053
12097
  "II_rt2": {
12054
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 2",
12098
+ "title": "Personal income (regular/non-AMT) tax rate 2",
12055
12099
  "description": "The second lowest tax rate, applied to the portion of taxable income below tax bracket 2 and above tax bracket 1.",
12056
12100
  "notes": "",
12057
12101
  "section_1": "Personal Income",
12058
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
12102
+ "section_2": "Regular: Non-AMT",
12059
12103
  "indexable": false,
12060
12104
  "indexed": false,
12061
12105
  "type": "float",
@@ -12117,11 +12161,11 @@
12117
12161
  }
12118
12162
  },
12119
12163
  "II_brk2": {
12120
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket (upper threshold) 2",
12164
+ "title": "Personal income (regular/non-AMT) tax bracket (upper threshold) 2",
12121
12165
  "description": "Income below this threshold and above tax bracket 1 is taxed at tax rate 2.",
12122
12166
  "notes": "",
12123
12167
  "section_1": "Personal Income",
12124
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
12168
+ "section_2": "Regular: Non-AMT",
12125
12169
  "indexable": true,
12126
12170
  "indexed": true,
12127
12171
  "type": "float",
@@ -12489,11 +12533,11 @@
12489
12533
  }
12490
12534
  },
12491
12535
  "II_rt3": {
12492
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 3",
12536
+ "title": "Personal income (regular/non-AMT) tax rate 3",
12493
12537
  "description": "The third lowest tax rate, applied to the portion of taxable income below tax bracket 3 and above tax bracket 2.",
12494
12538
  "notes": "",
12495
12539
  "section_1": "Personal Income",
12496
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
12540
+ "section_2": "Regular: Non-AMT",
12497
12541
  "indexable": false,
12498
12542
  "indexed": false,
12499
12543
  "type": "float",
@@ -12555,11 +12599,11 @@
12555
12599
  }
12556
12600
  },
12557
12601
  "II_brk3": {
12558
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket (upper threshold) 3",
12602
+ "title": "Personal income (regular/non-AMT) tax bracket (upper threshold) 3",
12559
12603
  "description": "Income below this threshold and above tax bracket 2 is taxed at tax rate 3.",
12560
12604
  "notes": "",
12561
12605
  "section_1": "Personal Income",
12562
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
12606
+ "section_2": "Regular: Non-AMT",
12563
12607
  "indexable": true,
12564
12608
  "indexed": true,
12565
12609
  "type": "float",
@@ -12927,11 +12971,11 @@
12927
12971
  }
12928
12972
  },
12929
12973
  "II_rt4": {
12930
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 4",
12974
+ "title": "Personal income (regular/non-AMT) tax rate 4",
12931
12975
  "description": "The tax rate applied to the portion of taxable income below tax bracket 4 and above tax bracket 3.",
12932
12976
  "notes": "",
12933
12977
  "section_1": "Personal Income",
12934
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
12978
+ "section_2": "Regular: Non-AMT",
12935
12979
  "indexable": false,
12936
12980
  "indexed": false,
12937
12981
  "type": "float",
@@ -12993,11 +13037,11 @@
12993
13037
  }
12994
13038
  },
12995
13039
  "II_brk4": {
12996
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket (upper threshold) 4",
13040
+ "title": "Personal income (regular/non-AMT) tax bracket (upper threshold) 4",
12997
13041
  "description": "Income below this threshold and above tax bracket 3 is taxed at tax rate 4.",
12998
13042
  "notes": "",
12999
13043
  "section_1": "Personal Income",
13000
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
13044
+ "section_2": "Regular: Non-AMT",
13001
13045
  "indexable": true,
13002
13046
  "indexed": true,
13003
13047
  "type": "float",
@@ -13365,11 +13409,11 @@
13365
13409
  }
13366
13410
  },
13367
13411
  "II_rt5": {
13368
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 5",
13412
+ "title": "Personal income (regular/non-AMT) tax rate 5",
13369
13413
  "description": "The third highest tax rate, applied to the portion of taxable income below tax bracket 5 and above tax bracket 4.",
13370
13414
  "notes": "",
13371
13415
  "section_1": "Personal Income",
13372
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
13416
+ "section_2": "Regular: Non-AMT",
13373
13417
  "indexable": false,
13374
13418
  "indexed": false,
13375
13419
  "type": "float",
@@ -13431,11 +13475,11 @@
13431
13475
  }
13432
13476
  },
13433
13477
  "II_brk5": {
13434
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket (upper threshold) 5",
13478
+ "title": "Personal income (regular/non-AMT) tax bracket (upper threshold) 5",
13435
13479
  "description": "Income below this threshold and above tax bracket 4 is taxed at tax rate 5.",
13436
13480
  "notes": "",
13437
13481
  "section_1": "Personal Income",
13438
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
13482
+ "section_2": "Regular: Non-AMT",
13439
13483
  "indexable": true,
13440
13484
  "indexed": true,
13441
13485
  "type": "float",
@@ -13803,11 +13847,11 @@
13803
13847
  }
13804
13848
  },
13805
13849
  "II_rt6": {
13806
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 6",
13850
+ "title": "Personal income (regular/non-AMT) tax rate 6",
13807
13851
  "description": "The second higher tax rate, applied to the portion of taxable income below tax bracket 6 and above tax bracket 5.",
13808
13852
  "notes": "",
13809
13853
  "section_1": "Personal Income",
13810
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
13854
+ "section_2": "Regular: Non-AMT",
13811
13855
  "indexable": false,
13812
13856
  "indexed": false,
13813
13857
  "type": "float",
@@ -13869,11 +13913,11 @@
13869
13913
  }
13870
13914
  },
13871
13915
  "II_brk6": {
13872
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket 6",
13916
+ "title": "Personal income (regular/non-AMT) tax bracket 6",
13873
13917
  "description": "Income below this threshold and above tax bracket 5 is taxed at tax rate 6.",
13874
13918
  "notes": "",
13875
13919
  "section_1": "Personal Income",
13876
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
13920
+ "section_2": "Regular: Non-AMT",
13877
13921
  "indexable": true,
13878
13922
  "indexed": true,
13879
13923
  "type": "float",
@@ -14241,11 +14285,11 @@
14241
14285
  }
14242
14286
  },
14243
14287
  "II_rt7": {
14244
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 7",
14288
+ "title": "Personal income (regular/non-AMT) tax rate 7",
14245
14289
  "description": "The tax rate applied to the portion of taxable income below tax bracket 7 and above tax bracket 6.",
14246
14290
  "notes": "",
14247
14291
  "section_1": "Personal Income",
14248
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
14292
+ "section_2": "Regular: Non-AMT",
14249
14293
  "indexable": false,
14250
14294
  "indexed": false,
14251
14295
  "type": "float",
@@ -14307,11 +14351,11 @@
14307
14351
  }
14308
14352
  },
14309
14353
  "II_brk7": {
14310
- "title": "Personal income (regular/non-AMT/non-pass-through) tax bracket 7",
14354
+ "title": "Personal income (regular/non-AMT) tax bracket 7",
14311
14355
  "description": "Income below this threshold and above tax bracket 6 is taxed at tax rate 7; income above this threshold is taxed at tax rate 8. Default value is essentially infinity.",
14312
14356
  "notes": "",
14313
14357
  "section_1": "Personal Income",
14314
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
14358
+ "section_2": "Regular: Non-AMT",
14315
14359
  "indexable": true,
14316
14360
  "indexed": true,
14317
14361
  "type": "float",
@@ -14679,11 +14723,11 @@
14679
14723
  }
14680
14724
  },
14681
14725
  "II_rt8": {
14682
- "title": "Personal income (regular/non-AMT/non-pass-through) tax rate 8",
14726
+ "title": "Personal income (regular/non-AMT) tax rate 8",
14683
14727
  "description": "The tax rate applied to the portion of taxable income above tax bracket 7.",
14684
14728
  "notes": "",
14685
14729
  "section_1": "Personal Income",
14686
- "section_2": "Regular: Non-AMT, Non-Pass-Through",
14730
+ "section_2": "Regular: Non-AMT",
14687
14731
  "indexable": false,
14688
14732
  "indexed": false,
14689
14733
  "type": "float",
@@ -14758,6 +14802,32 @@
14758
14802
  "cps": true
14759
14803
  }
14760
14804
  },
14805
+ "PT_qbid_limited": {
14806
+ "title": "Whether qualified business income deduction is limited",
14807
+ "description": "If true, various TCJA-like limitations are active, otherwise all those limitations (all PT_qbid_* parameters other than PT_qbid_rt) are inactive.",
14808
+ "notes": "",
14809
+ "section_1": "Personal Income",
14810
+ "section_2": "Pass-Through",
14811
+ "indexable": false,
14812
+ "indexed": false,
14813
+ "type": "bool",
14814
+ "value": [
14815
+ {
14816
+ "year": 2013,
14817
+ "value": true
14818
+ }
14819
+ ],
14820
+ "validators": {
14821
+ "range": {
14822
+ "min": false,
14823
+ "max": true
14824
+ }
14825
+ },
14826
+ "compatible_data": {
14827
+ "puf": true,
14828
+ "cps": true
14829
+ }
14830
+ },
14761
14831
  "PT_qbid_taxinc_thd": {
14762
14832
  "title": "Lower threshold of pre-QBID taxable income",
14763
14833
  "description": "Pre-QBID taxable income above this lower threshold implies the QBID amount begins to be limited.",
@@ -15953,7 +16023,67 @@
15953
16023
  "validators": {
15954
16024
  "range": {
15955
16025
  "min": 0,
15956
- "max": 9e+99
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
15957
16087
  }
15958
16088
  },
15959
16089
  "compatible_data": {
@@ -17200,9 +17330,9 @@
17200
17330
  "cps": true
17201
17331
  }
17202
17332
  },
17203
- "CDCC_ps": {
17204
- "title": "Child & dependent care credit phaseout start",
17205
- "description": "For taxpayers with AGI over this amount, the rate of the credit is reduced by one percentage point each $2,000 of AGI over this amount.",
17333
+ "CDCC_ps1": {
17334
+ "title": "Child & dependent care credit first phaseout start",
17335
+ "description": "For taxpayers with AGI over this amount, the rate of the credit is reduced by CDCC_po_rate_per_step for each CDCC_po1_step_size of excess AGI.",
17206
17336
  "notes": "",
17207
17337
  "section_1": "Nonrefundable Credits",
17208
17338
  "section_2": "Child And Dependent Care",
@@ -17236,8 +17366,8 @@
17236
17366
  },
17237
17367
  "CDCC_ps2": {
17238
17368
  "title": "Child & dependent care credit second phaseout start",
17239
- "description": "For taxpayers with AGI over this amount, the rate of the credit is reduced by one percentage point each $2,000 of AGI over this amount.",
17240
- "notes": "For 2021, the American Rescue Plan Act set this to $400,000. In other years, this phase-out does not apply.",
17369
+ "description": "For taxpayers with AGI over this amount, the rate of the credit is reduced by CDCC_po_rate_per_step for each CDCC_po2_step_size of excess AGI.",
17370
+ "notes": "",
17241
17371
  "section_1": "Nonrefundable Credits",
17242
17372
  "section_2": "Child And Dependent Care",
17243
17373
  "indexable": true,
@@ -17246,14 +17376,102 @@
17246
17376
  "value": [
17247
17377
  {
17248
17378
  "year": 2013,
17379
+ "MARS": "single",
17380
+ "value": 9e+99
17381
+ },
17382
+ {
17383
+ "year": 2013,
17384
+ "MARS": "mjoint",
17385
+ "value": 9e+99
17386
+ },
17387
+ {
17388
+ "year": 2013,
17389
+ "MARS": "mseparate",
17390
+ "value": 9e+99
17391
+ },
17392
+ {
17393
+ "year": 2013,
17394
+ "MARS": "headhh",
17395
+ "value": 9e+99
17396
+ },
17397
+ {
17398
+ "year": 2013,
17399
+ "MARS": "widow",
17400
+ "value": 9e+99
17401
+ },
17402
+ {
17403
+ "year": 2020,
17404
+ "MARS": "single",
17405
+ "value": 9e+99
17406
+ },
17407
+ {
17408
+ "year": 2020,
17409
+ "MARS": "mjoint",
17410
+ "value": 9e+99
17411
+ },
17412
+ {
17413
+ "year": 2020,
17414
+ "MARS": "mseparate",
17415
+ "value": 9e+99
17416
+ },
17417
+ {
17418
+ "year": 2020,
17419
+ "MARS": "headhh",
17420
+ "value": 9e+99
17421
+ },
17422
+ {
17423
+ "year": 2020,
17424
+ "MARS": "widow",
17249
17425
  "value": 9e+99
17250
17426
  },
17251
17427
  {
17252
17428
  "year": 2021,
17429
+ "MARS": "single",
17430
+ "value": 400000.0
17431
+ },
17432
+ {
17433
+ "year": 2021,
17434
+ "MARS": "mjoint",
17435
+ "value": 400000.0
17436
+ },
17437
+ {
17438
+ "year": 2021,
17439
+ "MARS": "mseparate",
17440
+ "value": 400000.0
17441
+ },
17442
+ {
17443
+ "year": 2021,
17444
+ "MARS": "headhh",
17445
+ "value": 400000.0
17446
+ },
17447
+ {
17448
+ "year": 2021,
17449
+ "MARS": "widow",
17253
17450
  "value": 400000.0
17254
17451
  },
17255
17452
  {
17256
17453
  "year": 2022,
17454
+ "MARS": "single",
17455
+ "value": 9e+99
17456
+ },
17457
+ {
17458
+ "year": 2022,
17459
+ "MARS": "mjoint",
17460
+ "value": 9e+99
17461
+ },
17462
+ {
17463
+ "year": 2022,
17464
+ "MARS": "mseparate",
17465
+ "value": 9e+99
17466
+ },
17467
+ {
17468
+ "year": 2022,
17469
+ "MARS": "headhh",
17470
+ "value": 9e+99
17471
+ },
17472
+ {
17473
+ "year": 2022,
17474
+ "MARS": "widow",
17257
17475
  "value": 9e+99
17258
17476
  }
17259
17477
  ],
@@ -17268,9 +17486,9 @@
17268
17486
  "cps": true
17269
17487
  }
17270
17488
  },
17271
- "CDCC_crt": {
17272
- "title": "Child & dependent care credit phaseout rate ceiling",
17273
- "description": "The maximum rate for the CDCC; this rate decreases as AGI rises above the CDCC_ps level.",
17489
+ "CDCC_po1_rate_max": {
17490
+ "title": "Child & dependent care credit maximum rate",
17491
+ "description": "The maximum rate for the CDCC; this rate decreases as AGI rises above the CDCC_ps1 and CDCC_ps2 levels.",
17274
17492
  "notes": "",
17275
17493
  "section_1": "Nonrefundable Credits",
17276
17494
  "section_2": "Child And Dependent Care",
@@ -17302,8 +17520,8 @@
17302
17520
  "cps": true
17303
17521
  }
17304
17522
  },
17305
- "CDCC_frt": {
17306
- "title": "Child & dependent care credit phaseout rate floor",
17523
+ "CDCC_po1_rate_min": {
17524
+ "title": "Child & dependent care credit first phaseout rate minimum",
17307
17525
  "description": "The minimum rate for the first AGI phaseout of the CDCC.",
17308
17526
  "notes": "",
17309
17527
  "section_1": "Nonrefundable Credits",
@@ -17328,25 +17546,25 @@
17328
17546
  "cps": true
17329
17547
  }
17330
17548
  },
17331
- "CDCC_po_step_size": {
17332
- "title": "Child & dependent care credit phaseout step size",
17333
- "description": "The CDCC credit rate is reduced by CDCC_po_rate_per_step for each step (including fractional steps) above the phase-out start thresholds.",
17334
- "notes": "In the law, the credit rate is reduced by 1 percentage point for every $2,000 of AGI over the phase-out start thresholds",
17549
+ "CDCC_po2_rate_min": {
17550
+ "title": "Child & dependent care credit second phaseout rate minimum",
17551
+ "description": "The minimum rate for the second AGI phaseout of the CDCC.",
17552
+ "notes": "",
17335
17553
  "section_1": "Nonrefundable Credits",
17336
17554
  "section_2": "Child And Dependent Care",
17337
- "indexable": true,
17555
+ "indexable": false,
17338
17556
  "indexed": false,
17339
17557
  "type": "float",
17340
17558
  "value": [
17341
17559
  {
17342
17560
  "year": 2013,
17343
- "value": 2000.0
17561
+ "value": 0.0
17344
17562
  }
17345
17563
  ],
17346
17564
  "validators": {
17347
17565
  "range": {
17348
17566
  "min": 0,
17349
- "max": 9e+99
17567
+ "max": 1
17350
17568
  }
17351
17569
  },
17352
17570
  "compatible_data": {
@@ -17354,25 +17572,25 @@
17354
17572
  "cps": true
17355
17573
  }
17356
17574
  },
17357
- "CDCC_po_rate_per_step": {
17358
- "title": "Child & dependent care credit phaseout rate per step",
17359
- "description": "The CDCC credit rate is reduced by this rate for for each step (including fractional steps) above the phase-out start thresholds.",
17360
- "notes": "In the law, the credit rate is reduced by 1 percentage point for every $2,000 of AGI over the phase-out start thresholds",
17575
+ "CDCC_po1_step_size": {
17576
+ "title": "Child & dependent care credit first phaseout step size",
17577
+ "description": "The CDCC credit rate is reduced by CDCC_po_rate_per_step for each step (including fractional steps) above the first phase-out start threshold.",
17578
+ "notes": "",
17361
17579
  "section_1": "Nonrefundable Credits",
17362
17580
  "section_2": "Child And Dependent Care",
17363
- "indexable": false,
17581
+ "indexable": true,
17364
17582
  "indexed": false,
17365
17583
  "type": "float",
17366
17584
  "value": [
17367
17585
  {
17368
17586
  "year": 2013,
17369
- "value": 0.01
17587
+ "value": 2000.0
17370
17588
  }
17371
17589
  ],
17372
17590
  "validators": {
17373
17591
  "range": {
17374
17592
  "min": 0,
17375
- "max": 1
17593
+ "max": 9e+99
17376
17594
  }
17377
17595
  },
17378
17596
  "compatible_data": {
@@ -17380,23 +17598,171 @@
17380
17598
  "cps": true
17381
17599
  }
17382
17600
  },
17383
- "CDCC_refundable": {
17384
- "title": "Child & dependent care credit refundable indicator",
17385
- "description": "If true, the CDCC is fully refundable.",
17601
+ "CDCC_po2_step_size": {
17602
+ "title": "Child & dependent care credit second phaseout step size",
17603
+ "description": "The CDCC credit rate is reduced by CDCC_po_rate_per_step for each step (including fractional steps) above the second phase-out start threshold.",
17386
17604
  "notes": "",
17387
17605
  "section_1": "Nonrefundable Credits",
17388
17606
  "section_2": "Child And Dependent Care",
17389
- "indexable": false,
17607
+ "indexable": true,
17390
17608
  "indexed": false,
17391
- "type": "bool",
17609
+ "type": "float",
17392
17610
  "value": [
17393
17611
  {
17394
17612
  "year": 2013,
17395
- "value": false
17613
+ "MARS": "single",
17614
+ "value": 9e99
17396
17615
  },
17397
17616
  {
17398
- "year": 2021,
17399
- "value": true
17617
+ "year": 2013,
17618
+ "MARS": "mjoint",
17619
+ "value": 9e99
17620
+ },
17621
+ {
17622
+ "year": 2013,
17623
+ "MARS": "mseparate",
17624
+ "value": 9e99
17625
+ },
17626
+ {
17627
+ "year": 2013,
17628
+ "MARS": "headhh",
17629
+ "value": 9e99
17630
+ },
17631
+ {
17632
+ "year": 2013,
17633
+ "MARS": "widow",
17634
+ "value": 9e99
17635
+ },
17636
+ {
17637
+ "year": 2020,
17638
+ "MARS": "single",
17639
+ "value": 9e99
17640
+ },
17641
+ {
17642
+ "year": 2020,
17643
+ "MARS": "mjoint",
17644
+ "value": 9e99
17645
+ },
17646
+ {
17647
+ "year": 2020,
17648
+ "MARS": "mseparate",
17649
+ "value": 9e99
17650
+ },
17651
+ {
17652
+ "year": 2020,
17653
+ "MARS": "headhh",
17654
+ "value": 9e99
17655
+ },
17656
+ {
17657
+ "year": 2020,
17658
+ "MARS": "widow",
17659
+ "value": 9e99
17660
+ },
17661
+ {
17662
+ "year": 2021,
17663
+ "MARS": "single",
17664
+ "value": 2000
17665
+ },
17666
+ {
17667
+ "year": 2021,
17668
+ "MARS": "mjoint",
17669
+ "value": 2000
17670
+ },
17671
+ {
17672
+ "year": 2021,
17673
+ "MARS": "mseparate",
17674
+ "value": 2000
17675
+ },
17676
+ {
17677
+ "year": 2021,
17678
+ "MARS": "headhh",
17679
+ "value": 2000
17680
+ },
17681
+ {
17682
+ "year": 2021,
17683
+ "MARS": "widow",
17684
+ "value": 2000
17685
+ },
17686
+ {
17687
+ "year": 2022,
17688
+ "MARS": "single",
17689
+ "value": 9e99
17690
+ },
17691
+ {
17692
+ "year": 2022,
17693
+ "MARS": "mjoint",
17694
+ "value": 9e99
17695
+ },
17696
+ {
17697
+ "year": 2022,
17698
+ "MARS": "mseparate",
17699
+ "value": 9e99
17700
+ },
17701
+ {
17702
+ "year": 2022,
17703
+ "MARS": "headhh",
17704
+ "value": 9e99
17705
+ },
17706
+ {
17707
+ "year": 2022,
17708
+ "MARS": "widow",
17709
+ "value": 9e99
17710
+ }
17711
+ ],
17712
+ "validators": {
17713
+ "range": {
17714
+ "min": 0,
17715
+ "max": 9e+99
17716
+ }
17717
+ },
17718
+ "compatible_data": {
17719
+ "puf": true,
17720
+ "cps": true
17721
+ }
17722
+ },
17723
+ "CDCC_po_rate_per_step": {
17724
+ "title": "Child & dependent care credit phaseout rate per step",
17725
+ "description": "The CDCC credit rate is reduced by this rate for for each step (including fractional steps) above the phase-out start thresholds.",
17726
+ "notes": "",
17727
+ "section_1": "Nonrefundable Credits",
17728
+ "section_2": "Child And Dependent Care",
17729
+ "indexable": false,
17730
+ "indexed": false,
17731
+ "type": "float",
17732
+ "value": [
17733
+ {
17734
+ "year": 2013,
17735
+ "value": 0.01
17736
+ }
17737
+ ],
17738
+ "validators": {
17739
+ "range": {
17740
+ "min": 0,
17741
+ "max": 1
17742
+ }
17743
+ },
17744
+ "compatible_data": {
17745
+ "puf": true,
17746
+ "cps": true
17747
+ }
17748
+ },
17749
+ "CDCC_refundable": {
17750
+ "title": "Child & dependent care credit refundable indicator",
17751
+ "description": "If true, the CDCC is fully refundable.",
17752
+ "notes": "",
17753
+ "section_1": "Nonrefundable Credits",
17754
+ "section_2": "Child And Dependent Care",
17755
+ "indexable": false,
17756
+ "indexed": false,
17757
+ "type": "bool",
17758
+ "value": [
17759
+ {
17760
+ "year": 2013,
17761
+ "value": false
17762
+ },
17763
+ {
17764
+ "year": 2021,
17765
+ "value": true
17400
17766
  },
17401
17767
  {
17402
17768
  "year": 2022,
@@ -18682,7 +19048,7 @@
18682
19048
  "validators": {
18683
19049
  "range": {
18684
19050
  "min": 0,
18685
- "max": 9e+99
19051
+ "max": 1
18686
19052
  }
18687
19053
  },
18688
19054
  "compatible_data": {
@@ -20377,7 +20743,7 @@
20377
20743
  "validators": {
20378
20744
  "range": {
20379
20745
  "min": 0,
20380
- "max": 9e+99
20746
+ "max": 1
20381
20747
  }
20382
20748
  },
20383
20749
  "compatible_data": {
@@ -22189,6 +22555,566 @@
22189
22555
  "cps": true
22190
22556
  }
22191
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
+ },
22665
+ "AutoLoanInterestDed_c": {
22666
+ "title": "Maximum amount of auto loan interest that is deductible",
22667
+ "description": "Auto loan interest in excess of this amount may not be deducted from AGI.",
22668
+ "notes": "",
22669
+ "section_1": "",
22670
+ "section_2": "",
22671
+ "indexable": true,
22672
+ "indexed": false,
22673
+ "type": "float",
22674
+ "value": [
22675
+ {
22676
+ "year": 2013,
22677
+ "value": 0.0
22678
+ },
22679
+ {
22680
+ "year": 2025,
22681
+ "value": 10000.0
22682
+ },
22683
+ {
22684
+ "year": 2028,
22685
+ "value": 10000.0
22686
+ },
22687
+ {
22688
+ "year": 2029,
22689
+ "value": 0.0
22690
+ }
22691
+ ],
22692
+ "validators": {
22693
+ "range": {
22694
+ "min": 0,
22695
+ "max": 9e+99
22696
+ }
22697
+ },
22698
+ "compatible_data": {
22699
+ "puf": true,
22700
+ "cps": true
22701
+ }
22702
+ },
22703
+ "AutoLoanInterestDed_ps": {
22704
+ "title": "Auto loan interest deduction phase-out start AGI",
22705
+ "description": "Auto loan interest deduction is phased-out if AGI exceeds this amount.",
22706
+ "notes": "",
22707
+ "section_1": "",
22708
+ "section_2": "",
22709
+ "indexable": true,
22710
+ "indexed": false,
22711
+ "type": "float",
22712
+ "value": [
22713
+ {
22714
+ "year": 2013,
22715
+ "MARS": "single",
22716
+ "value": 100000.0
22717
+ },
22718
+ {
22719
+ "year": 2013,
22720
+ "MARS": "mjoint",
22721
+ "value": 200000.0
22722
+ },
22723
+ {
22724
+ "year": 2013,
22725
+ "MARS": "mseparate",
22726
+ "value": 100000.0
22727
+ },
22728
+ {
22729
+ "year": 2013,
22730
+ "MARS": "headhh",
22731
+ "value": 100000.0
22732
+ },
22733
+ {
22734
+ "year": 2013,
22735
+ "MARS": "widow",
22736
+ "value": 200000.0
22737
+ }
22738
+ ],
22739
+ "validators": {
22740
+ "range": {
22741
+ "min": 0,
22742
+ "max": 9e+99
22743
+ }
22744
+ },
22745
+ "compatible_data": {
22746
+ "puf": true,
22747
+ "cps": true
22748
+ }
22749
+ },
22750
+ "AutoLoanInterestDed_po_step_size": {
22751
+ "title": "Auto loan interest deduction phase-out AGI step size",
22752
+ "description": "Auto loan interest deduction is phased-out in AGI steps of this size.",
22753
+ "notes": "",
22754
+ "section_1": "",
22755
+ "section_2": "",
22756
+ "indexable": true,
22757
+ "indexed": false,
22758
+ "type": "float",
22759
+ "value": [
22760
+ {
22761
+ "year": 2013,
22762
+ "value": 1000.0
22763
+ }
22764
+ ],
22765
+ "validators": {
22766
+ "range": {
22767
+ "min": 0,
22768
+ "max": 9e+99
22769
+ }
22770
+ },
22771
+ "compatible_data": {
22772
+ "puf": true,
22773
+ "cps": true
22774
+ }
22775
+ },
22776
+ "AutoLoanInterestDed_po_rate_per_step": {
22777
+ "title": "Auto loan interest deduction phase-out rate per phase-out step",
22778
+ "description": "Auto loan interest deduction is phased-out at this rate for each AGI step.",
22779
+ "notes": "",
22780
+ "section_1": "",
22781
+ "section_2": "",
22782
+ "indexable": false,
22783
+ "indexed": false,
22784
+ "type": "float",
22785
+ "value": [
22786
+ {
22787
+ "year": 2013,
22788
+ "value": 0.20
22789
+ }
22790
+ ],
22791
+ "validators": {
22792
+ "range": {
22793
+ "min": 0,
22794
+ "max": 1
22795
+ }
22796
+ },
22797
+ "compatible_data": {
22798
+ "puf": true,
22799
+ "cps": true
22800
+ }
22801
+ },
22802
+ "ALD_OvertimeIncome_hc": {
22803
+ "title": "Overtime income ALD haircut",
22804
+ "description": "Overtime income ALD is subject to this haircut.",
22805
+ "notes": "Final ALD amount is multiplied by (1-ALD_OvertimeIncome_hc).",
22806
+ "section_1": "Above The Line Deductions",
22807
+ "section_2": "Misc. Exclusions",
22808
+ "indexable": false,
22809
+ "indexed": false,
22810
+ "type": "float",
22811
+ "value": [
22812
+ {
22813
+ "year": 2013,
22814
+ "value": 1.0
22815
+ },
22816
+ {
22817
+ "year": 2025,
22818
+ "value": 0.0
22819
+ },
22820
+ {
22821
+ "year": 2028,
22822
+ "value": 0.0
22823
+ },
22824
+ {
22825
+ "year": 2029,
22826
+ "value": 1.0
22827
+ }
22828
+ ],
22829
+ "validators": {
22830
+ "range": {
22831
+ "min": 0,
22832
+ "max": 1
22833
+ }
22834
+ },
22835
+ "compatible_data": {
22836
+ "puf": true,
22837
+ "cps": true
22838
+ }
22839
+ },
22840
+ "ALD_OvertimeIncome_c": {
22841
+ "title": "Overtime ALD cap",
22842
+ "description": "Overtime ALD is capped at this level.",
22843
+ "notes": "",
22844
+ "section_1": "Above The Line Deductions",
22845
+ "section_2": "Misc. Exclusions",
22846
+ "indexable": true,
22847
+ "indexed": false,
22848
+ "type": "float",
22849
+ "value": [
22850
+ {
22851
+ "year": 2013,
22852
+ "MARS": "single",
22853
+ "value": 12500.0
22854
+ },
22855
+ {
22856
+ "year": 2013,
22857
+ "MARS": "mjoint",
22858
+ "value": 25000.0
22859
+ },
22860
+ {
22861
+ "year": 2013,
22862
+ "MARS": "mseparate",
22863
+ "value": 12500.0
22864
+ },
22865
+ {
22866
+ "year": 2013,
22867
+ "MARS": "headhh",
22868
+ "value": 12500.0
22869
+ },
22870
+ {
22871
+ "year": 2013,
22872
+ "MARS": "widow",
22873
+ "value": 12500.0
22874
+ }
22875
+ ],
22876
+ "validators": {
22877
+ "range": {
22878
+ "min": 0,
22879
+ "max": 9e+99
22880
+ }
22881
+ },
22882
+ "compatible_data": {
22883
+ "puf": true,
22884
+ "cps": true
22885
+ }
22886
+ },
22887
+ "ALD_OvertimeIncome_ps": {
22888
+ "title": "Overtime ALD phase-out start earned income level",
22889
+ "description": "Overtime ALD is phased-out if earned income exceeds this amount.",
22890
+ "notes": "",
22891
+ "section_1": "Above The Line Deductions",
22892
+ "section_2": "Misc. Exclusions",
22893
+ "indexable": true,
22894
+ "indexed": false,
22895
+ "type": "float",
22896
+ "value": [
22897
+ {
22898
+ "year": 2013,
22899
+ "MARS": "single",
22900
+ "value": 150000.0
22901
+ },
22902
+ {
22903
+ "year": 2013,
22904
+ "MARS": "mjoint",
22905
+ "value": 300000.0
22906
+ },
22907
+ {
22908
+ "year": 2013,
22909
+ "MARS": "mseparate",
22910
+ "value": 150000.0
22911
+ },
22912
+ {
22913
+ "year": 2013,
22914
+ "MARS": "headhh",
22915
+ "value": 150000.0
22916
+ },
22917
+ {
22918
+ "year": 2013,
22919
+ "MARS": "widow",
22920
+ "value": 150000.0
22921
+ }
22922
+ ],
22923
+ "validators": {
22924
+ "range": {
22925
+ "min": 0,
22926
+ "max": 9e+99
22927
+ }
22928
+ },
22929
+ "compatible_data": {
22930
+ "puf": true,
22931
+ "cps": true
22932
+ }
22933
+ },
22934
+ "ALD_OvertimeIncome_prt": {
22935
+ "title": "Overtime ALD phase-out rate",
22936
+ "description": "Overtime ALD is phased-out at this rate on earned income exceeding ALD_OvertimeIncome_ps.",
22937
+ "notes": "",
22938
+ "section_1": "Above The Line Deductions",
22939
+ "section_2": "Misc. Exclusions",
22940
+ "indexable": false,
22941
+ "indexed": false,
22942
+ "type": "float",
22943
+ "value": [
22944
+ {
22945
+ "year": 2013,
22946
+ "value": 0.10
22947
+ }
22948
+ ],
22949
+ "validators": {
22950
+ "range": {
22951
+ "min": 0,
22952
+ "max": 1
22953
+ }
22954
+ },
22955
+ "compatible_data": {
22956
+ "puf": true,
22957
+ "cps": true
22958
+ }
22959
+ },
22960
+ "ALD_TipIncome_hc": {
22961
+ "title": "Tip income ALD haircut",
22962
+ "description": "Tip income ALD is subject to this haircut.",
22963
+ "notes": "Final ALD amount is multiplied by (1-ALD_TipIncome_hc).",
22964
+ "section_1": "Above The Line Deductions",
22965
+ "section_2": "Misc. Exclusions",
22966
+ "indexable": false,
22967
+ "indexed": false,
22968
+ "type": "float",
22969
+ "value": [
22970
+ {
22971
+ "year": 2013,
22972
+ "value": 1.0
22973
+ },
22974
+ {
22975
+ "year": 2025,
22976
+ "value": 0.0
22977
+ },
22978
+ {
22979
+ "year": 2028,
22980
+ "value": 0.0
22981
+ },
22982
+ {
22983
+ "year": 2029,
22984
+ "value": 1.0
22985
+ }
22986
+ ],
22987
+ "validators": {
22988
+ "range": {
22989
+ "min": 0,
22990
+ "max": 1
22991
+ }
22992
+ },
22993
+ "compatible_data": {
22994
+ "puf": true,
22995
+ "cps": true
22996
+ }
22997
+ },
22998
+ "ALD_TipIncome_c": {
22999
+ "title": "Tip ALD cap",
23000
+ "description": "Tip ALD is capped at this level.",
23001
+ "notes": "",
23002
+ "section_1": "Above The Line Deductions",
23003
+ "section_2": "Misc. Exclusions",
23004
+ "indexable": true,
23005
+ "indexed": false,
23006
+ "type": "float",
23007
+ "value": [
23008
+ {
23009
+ "year": 2013,
23010
+ "MARS": "single",
23011
+ "value": 25000.0
23012
+ },
23013
+ {
23014
+ "year": 2013,
23015
+ "MARS": "mjoint",
23016
+ "value": 25000.0
23017
+ },
23018
+ {
23019
+ "year": 2013,
23020
+ "MARS": "mseparate",
23021
+ "value": 25000.0
23022
+ },
23023
+ {
23024
+ "year": 2013,
23025
+ "MARS": "headhh",
23026
+ "value": 25000.0
23027
+ },
23028
+ {
23029
+ "year": 2013,
23030
+ "MARS": "widow",
23031
+ "value": 25000.0
23032
+ }
23033
+ ],
23034
+ "validators": {
23035
+ "range": {
23036
+ "min": 0,
23037
+ "max": 9e+99
23038
+ }
23039
+ },
23040
+ "compatible_data": {
23041
+ "puf": true,
23042
+ "cps": true
23043
+ }
23044
+ },
23045
+ "ALD_TipIncome_ps": {
23046
+ "title": "Tip ALD phase-out start earned income level",
23047
+ "description": "Tip ALD is phased-out if earned income exceeds this amount.",
23048
+ "notes": "",
23049
+ "section_1": "Above The Line Deductions",
23050
+ "section_2": "Misc. Exclusions",
23051
+ "indexable": true,
23052
+ "indexed": false,
23053
+ "type": "float",
23054
+ "value": [
23055
+ {
23056
+ "year": 2013,
23057
+ "MARS": "single",
23058
+ "value": 150000.0
23059
+ },
23060
+ {
23061
+ "year": 2013,
23062
+ "MARS": "mjoint",
23063
+ "value": 300000.0
23064
+ },
23065
+ {
23066
+ "year": 2013,
23067
+ "MARS": "mseparate",
23068
+ "value": 150000.0
23069
+ },
23070
+ {
23071
+ "year": 2013,
23072
+ "MARS": "headhh",
23073
+ "value": 150000.0
23074
+ },
23075
+ {
23076
+ "year": 2013,
23077
+ "MARS": "widow",
23078
+ "value": 150000.0
23079
+ }
23080
+ ],
23081
+ "validators": {
23082
+ "range": {
23083
+ "min": 0,
23084
+ "max": 9e+99
23085
+ }
23086
+ },
23087
+ "compatible_data": {
23088
+ "puf": true,
23089
+ "cps": true
23090
+ }
23091
+ },
23092
+ "ALD_TipIncome_prt": {
23093
+ "title": "Tip ALD phase-out rate",
23094
+ "description": "Tip ALD is phased-out at this rate on earned income exceeding ALD_TipIncome_ps.",
23095
+ "notes": "",
23096
+ "section_1": "Above The Line Deductions",
23097
+ "section_2": "Misc. Exclusions",
23098
+ "indexable": false,
23099
+ "indexed": false,
23100
+ "type": "float",
23101
+ "value": [
23102
+ {
23103
+ "year": 2013,
23104
+ "value": 0.10
23105
+ }
23106
+ ],
23107
+ "validators": {
23108
+ "range": {
23109
+ "min": 0,
23110
+ "max": 1
23111
+ }
23112
+ },
23113
+ "compatible_data": {
23114
+ "puf": true,
23115
+ "cps": true
23116
+ }
23117
+ },
22192
23118
  "BEN_ssi_repeal": {
22193
23119
  "title": "SSI benefit repeal switch",
22194
23120
  "description": "SSI benefits can be repealed by switching this parameter to true.",