Skip to content

Commit

Permalink
clean up new param def
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 18, 2023
1 parent 55ab9c3 commit 7582708
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions taxcalc/policy_current_law.json
Original file line number Diff line number Diff line change
Expand Up @@ -7043,39 +7043,39 @@
}
},
"Capital_loss_limitation": {
"title": "Ceiling on the amount of itemized deductions allowed (dollars)",
"description": "The amount of itemized deductions is limited to this dollar amount.",
"title": "Limitation on the amount of capital losses deductible ",
"description": "The amount of capital loss deductions is limited to this dollar amount.",
"notes": "",
"section_1": "Itemized Deductions",
"section_2": "Ceiling On The Amount Of Itemized Deductions Allowed",
"section_1": "Capital Gains And Dividends",
"section_2": "Ceiling On The Amount Of Capital Loss Deductions Allowed",
"indexable": true,
"indexed": true,
"type": "float",
"value": [
{
"year": 2013,
"MARS": "single",
"value": 9e+99
"value": 3000
},
{
"year": 2013,
"MARS": "mjoint",
"value": 9e+99
"value": 3000
},
{
"year": 2013,
"MARS": "mseparate",
"value": 9e+99
"value": 3000
},
{
"year": 2013,
"MARS": "headhh",
"value": 9e+99
"value": 3000
},
{
"year": 2013,
"MARS": "widow",
"value": 9e+99
"value": 3000
}
],
"validators": {
Expand Down

0 comments on commit 7582708

Please sign in to comment.