-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathirs.irmaa-rates.2023.json
92 lines (91 loc) · 2.6 KB
/
irs.irmaa-rates.2023.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name" : "irs.irmaa-rates.2023.json",
"repository" : "https://github.com/bogle-tools/financial-figures",
"path" : "data/usa/irs",
"version" : "0.2.0",
"note" : "THIS IS STILL JUST BRAINSTORMING, DATA STRUCTURE AND FILE LOCATIONS WILL CHANGE",
"source" : [
{
"date" : "2022-09-27",
"title" : "Medicare: 2023 Medicare Parts A & B Premiums and Deductibles 2023 Medicare Part D Income-Related Monthly Adjustment Amounts",
"url" : "https://www.cms.gov/newsroom/fact-sheets/2023-medicare-parts-b-premiums-and-deductibles-2023-medicare-part-d-income-related-monthly"
},
{
"date" : "2022-12-06",
"title" : "IRS: HI 01101.020 IRMAA Sliding Scale Tables (2019-2022)",
"url" : "https://secure.ssa.gov/poms.nsf/lnx/0601101020"
}
],
"BaseAmounts" : {
"PartB" : 164.90,
"PartD" : 97.10
},
"AdjustmentTables" : {
"Single" : {
"0" : {
"PartB" : 0,
"PartD" : 0
},
"97000.01" : {
"PartB" : 65.90,
"PartD" : 12.20
},
"123000.01" : {
"PartB" : 164.80,
"PartD" : 31.50
},
"153000.01" : {
"PartB" : 263.70,
"PartD" : 50.70
},
"183000.01" : {
"PartB" : 362.60,
"PartD" : 70
},
"500000" : {
"PartB" : 395.60,
"PartD" : 76.40
}
},
"MarriedFilingJointly" : {
"0" : {
"PartB" : 0,
"PartD" : 0
},
"194000.01" : {
"PartB" : 65.90,
"PartD" : 12.20
},
"246000.01" : {
"PartB" : 164.80,
"PartD" : 31.50
},
"306000.01" : {
"PartB" : 263.70,
"PartD" : 50.70
},
"366000.01" : {
"PartB" : 362.60,
"PartD" : 70
},
"750000" : {
"PartB" : 395.60,
"PartD" : 76.40
}
},
"MarriedFilingSeparately" : {
"0" : {
"PartB" : 0,
"PartD" : 0
},
"97000.01" : {
"PartB" : 362.60,
"PartD" : 70
},
"403000" : {
"PartB" : 395.60,
"PartD" : 76.40
}
}
}
}