Upload estate_tax_brackets.json with huggingface_hub
Browse files- estate_tax_brackets.json +256 -0
estate_tax_brackets.json
ADDED
|
@@ -0,0 +1,256 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tax_year": 2026,
|
| 3 |
+
"retrieved": "2026-07-11",
|
| 4 |
+
"schema": {
|
| 5 |
+
"bracket_floor_usd": "Lower bound of the bracket, measured on the amount the state applies its table to (see applies_to).",
|
| 6 |
+
"base_tax_usd": "Tax on everything below bracket_floor_usd.",
|
| 7 |
+
"marginal_rate": "Rate applied to the excess over bracket_floor_usd.",
|
| 8 |
+
"formula": "tax = base_tax_usd + marginal_rate * (amount - bracket_floor_usd)"
|
| 9 |
+
},
|
| 10 |
+
"note": "States computing tax from the former federal state death tax credit table (Massachusetts, Rhode Island) are not bracket tables and are excluded here; see jurisdictions.json special_rule. Illinois uses an interrelated calculation and is likewise excluded. Washington carries two 2026 schedules: WA (deaths on or after 2026-07-01, top rate 20%) and WA_2026H1 (deaths 2026-01-01 to 2026-06-30, top rate 35%).",
|
| 11 |
+
"brackets": {
|
| 12 |
+
"WA": {
|
| 13 |
+
"applies_to": "taxable estate minus the $3,000,000 exclusion, for deaths on or after 2026-07-01",
|
| 14 |
+
"rows": [
|
| 15 |
+
[0, 0, 0.1],
|
| 16 |
+
[1000000, 100000, 0.14],
|
| 17 |
+
[2000000, 240000, 0.15],
|
| 18 |
+
[3000000, 390000, 0.16],
|
| 19 |
+
[4000000, 550000, 0.18],
|
| 20 |
+
[6000000, 910000, 0.19],
|
| 21 |
+
[7000000, 1100000, 0.195],
|
| 22 |
+
[9000000, 1490000, 0.2]
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"OR": {
|
| 26 |
+
"applies_to": "the whole taxable estate, once it reaches $1,000,000",
|
| 27 |
+
"rows": [
|
| 28 |
+
[1000000, 0, 0.1],
|
| 29 |
+
[1500000, 50000, 0.1025],
|
| 30 |
+
[2500000, 152500, 0.105],
|
| 31 |
+
[3500000, 257500, 0.11],
|
| 32 |
+
[4500000, 367500, 0.115],
|
| 33 |
+
[5500000, 482500, 0.12],
|
| 34 |
+
[6500000, 602500, 0.13],
|
| 35 |
+
[7500000, 732500, 0.14],
|
| 36 |
+
[8500000, 872500, 0.15],
|
| 37 |
+
[9500000, 1022500, 0.16]
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"MN": {
|
| 41 |
+
"applies_to": "taxable estate minus the $3,000,000 exemption",
|
| 42 |
+
"rows": [
|
| 43 |
+
[0, 0, 0.13],
|
| 44 |
+
[7100000, 923000, 0.136],
|
| 45 |
+
[8100000, 1059000, 0.144],
|
| 46 |
+
[9100000, 1203000, 0.152],
|
| 47 |
+
[10100000, 1355000, 0.16]
|
| 48 |
+
]
|
| 49 |
+
},
|
| 50 |
+
"NY": {
|
| 51 |
+
"applies_to": "the whole taxable estate; see the cliff rule in jurisdictions.json",
|
| 52 |
+
"rows": [
|
| 53 |
+
[0, 0, 0.0306],
|
| 54 |
+
[500000, 15300, 0.05],
|
| 55 |
+
[1000000, 40300, 0.055],
|
| 56 |
+
[1500000, 67800, 0.065],
|
| 57 |
+
[2100000, 106800, 0.08],
|
| 58 |
+
[2600000, 146800, 0.088],
|
| 59 |
+
[3100000, 190800, 0.096],
|
| 60 |
+
[3600000, 238800, 0.104],
|
| 61 |
+
[4100000, 290800, 0.112],
|
| 62 |
+
[5100000, 402800, 0.12],
|
| 63 |
+
[6100000, 522800, 0.128],
|
| 64 |
+
[7100000, 650800, 0.136],
|
| 65 |
+
[8100000, 786800, 0.144],
|
| 66 |
+
[9100000, 930800, 0.152],
|
| 67 |
+
[10100000, 1082800, 0.16]
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"HI": {
|
| 71 |
+
"applies_to": "taxable estate minus the $5,490,000 exemption",
|
| 72 |
+
"rows": [
|
| 73 |
+
[0, 0, 0.1],
|
| 74 |
+
[1000000, 100000, 0.11],
|
| 75 |
+
[2000000, 210000, 0.12],
|
| 76 |
+
[3000000, 330000, 0.13],
|
| 77 |
+
[4000000, 460000, 0.14],
|
| 78 |
+
[5000000, 600000, 0.157],
|
| 79 |
+
[10000000, 1385000, 0.2]
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"ME": {
|
| 83 |
+
"applies_to": "taxable estate minus the $7,160,000 exemption",
|
| 84 |
+
"rows": [
|
| 85 |
+
[0, 0, 0.08],
|
| 86 |
+
[3000000, 240000, 0.1],
|
| 87 |
+
[6000000, 540000, 0.12]
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
+
"DC": {
|
| 91 |
+
"applies_to": "the whole taxable estate, taxed in bands above the $4,988,400 zero bracket",
|
| 92 |
+
"band_style": true,
|
| 93 |
+
"bands": [
|
| 94 |
+
[4988400, 5000000, 0.112],
|
| 95 |
+
[5000000, 6000000, 0.12],
|
| 96 |
+
[6000000, 7000000, 0.128],
|
| 97 |
+
[7000000, 8000000, 0.136],
|
| 98 |
+
[8000000, 9000000, 0.144],
|
| 99 |
+
[9000000, 10000000, 0.152],
|
| 100 |
+
[10000000, null, 0.16]
|
| 101 |
+
]
|
| 102 |
+
},
|
| 103 |
+
"VT": {
|
| 104 |
+
"applies_to": "taxable estate minus the $5,000,000 exemption",
|
| 105 |
+
"rows": [
|
| 106 |
+
[0, 0, 0.16]
|
| 107 |
+
]
|
| 108 |
+
},
|
| 109 |
+
"CT": {
|
| 110 |
+
"applies_to": "taxable estate minus the $15,000,000 exemption, tax capped at $15,000,000",
|
| 111 |
+
"rows": [
|
| 112 |
+
[0, 0, 0.12]
|
| 113 |
+
]
|
| 114 |
+
},
|
| 115 |
+
"MD": {
|
| 116 |
+
"applies_to": "taxable estate minus the $5,000,000 exemption (estate tax component only)",
|
| 117 |
+
"rows": [
|
| 118 |
+
[0, 0, 0.16]
|
| 119 |
+
]
|
| 120 |
+
},
|
| 121 |
+
"WA_2026H1": {
|
| 122 |
+
"applies_to": "taxable estate minus the $3,076,000 exclusion, for deaths 2026-01-01 through 2026-06-30",
|
| 123 |
+
"rows": [
|
| 124 |
+
[0, 0, 0.1],
|
| 125 |
+
[1000000, 100000, 0.15],
|
| 126 |
+
[2000000, 250000, 0.17],
|
| 127 |
+
[3000000, 420000, 0.19],
|
| 128 |
+
[4000000, 610000, 0.23],
|
| 129 |
+
[6000000, 1070000, 0.26],
|
| 130 |
+
[7000000, 1330000, 0.3],
|
| 131 |
+
[9000000, 1930000, 0.35]
|
| 132 |
+
]
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"inheritance_classes": {
|
| 136 |
+
"PA": [
|
| 137 |
+
{
|
| 138 |
+
"class": "spouse",
|
| 139 |
+
"exemption_usd": 0,
|
| 140 |
+
"rate": 0.0
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"class": "child_or_parent",
|
| 144 |
+
"exemption_usd": 0,
|
| 145 |
+
"rate": 0.045
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"class": "sibling",
|
| 149 |
+
"exemption_usd": 0,
|
| 150 |
+
"rate": 0.12
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"class": "other",
|
| 154 |
+
"exemption_usd": 0,
|
| 155 |
+
"rate": 0.15
|
| 156 |
+
}
|
| 157 |
+
],
|
| 158 |
+
"NJ": [
|
| 159 |
+
{
|
| 160 |
+
"class": "class_a_spouse_child_grandchild_parent",
|
| 161 |
+
"exemption_usd": null,
|
| 162 |
+
"rate": 0.0
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"class": "class_c_sibling_or_child_in_law",
|
| 166 |
+
"exemption_usd": 25000,
|
| 167 |
+
"graduated": [
|
| 168 |
+
[
|
| 169 |
+
1075000,
|
| 170 |
+
0.11
|
| 171 |
+
],
|
| 172 |
+
[
|
| 173 |
+
300000,
|
| 174 |
+
0.13
|
| 175 |
+
],
|
| 176 |
+
[
|
| 177 |
+
300000,
|
| 178 |
+
0.14
|
| 179 |
+
],
|
| 180 |
+
[
|
| 181 |
+
null,
|
| 182 |
+
0.16
|
| 183 |
+
]
|
| 184 |
+
]
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"class": "class_d_other",
|
| 188 |
+
"exemption_usd": 0,
|
| 189 |
+
"graduated": [
|
| 190 |
+
[
|
| 191 |
+
700000,
|
| 192 |
+
0.15
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
null,
|
| 196 |
+
0.16
|
| 197 |
+
]
|
| 198 |
+
]
|
| 199 |
+
}
|
| 200 |
+
],
|
| 201 |
+
"KY": [
|
| 202 |
+
{
|
| 203 |
+
"class": "class_a_close_family",
|
| 204 |
+
"exemption_usd": null,
|
| 205 |
+
"rate": 0.0
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"class": "class_c_unrelated",
|
| 209 |
+
"exemption_usd": 500,
|
| 210 |
+
"rows": [
|
| 211 |
+
[0, 0, 0.06],
|
| 212 |
+
[10000, 600, 0.08],
|
| 213 |
+
[20000, 1400, 0.1],
|
| 214 |
+
[30000, 2400, 0.12],
|
| 215 |
+
[45000, 4200, 0.14],
|
| 216 |
+
[60000, 6300, 0.16]
|
| 217 |
+
]
|
| 218 |
+
}
|
| 219 |
+
],
|
| 220 |
+
"NE": [
|
| 221 |
+
{
|
| 222 |
+
"class": "spouse",
|
| 223 |
+
"exemption_usd": null,
|
| 224 |
+
"rate": 0.0
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"class": "close_relative",
|
| 228 |
+
"exemption_usd": 100000,
|
| 229 |
+
"rate": 0.01
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"class": "remote_relative",
|
| 233 |
+
"exemption_usd": 40000,
|
| 234 |
+
"rate": 0.11
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"class": "other",
|
| 238 |
+
"exemption_usd": 25000,
|
| 239 |
+
"rate": 0.15
|
| 240 |
+
}
|
| 241 |
+
],
|
| 242 |
+
"MD": [
|
| 243 |
+
{
|
| 244 |
+
"class": "close_family",
|
| 245 |
+
"exemption_usd": null,
|
| 246 |
+
"rate": 0.0
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"class": "other",
|
| 250 |
+
"exemption_usd": 0,
|
| 251 |
+
"rate": 0.1,
|
| 252 |
+
"note": "Credited against the Maryland estate tax."
|
| 253 |
+
}
|
| 254 |
+
]
|
| 255 |
+
}
|
| 256 |
+
}
|