-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreditcard.json
255 lines (255 loc) · 7.59 KB
/
creditcard.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
[
{
"creditCardName": "Bank of America® Customized Cash Rewards",
"bankName": "Bank of America",
"abbreviation": "BoFA",
"benefits": ["Cashback", "Custom Categories"],
"bonuses": [
{
"type": "cashback",
"value": 3,
"unit": "%",
"categories": ["Category of Choice"],
"details": "Earn 3% cashback in the category of your choice, such as gas, online shopping, dining, travel, drugstores, or home improvement."
},
{
"type": "cashback",
"value": 2,
"unit": "%",
"categories": ["Grocery Stores", "Wholesale Clubs"],
"details": "Earn 2% cashback at grocery stores and wholesale clubs on the first $2,500 in combined choice category/grocery store/wholesale club purchases each quarter."
},
{
"type": "cashback",
"value": 1,
"unit": "%",
"categories": ["All Purchases"],
"details": "Earn 1% cashback on all other purchases."
}
],
"quarterlyBonuses": [],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "3%",
"balanceTransferFee": "$10 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Discover it® Cash Back",
"bankName": "Discover",
"abbreviation": "Discover",
"benefits": ["Cashback", "Rotating Categories"],
"bonuses": [
{
"type": "cashback",
"value": 5,
"unit": "%",
"categories": ["Rotating Categories"],
"details": "Earn 5% cashback on everyday purchases at different places each quarter, up to the quarterly maximum when you activate."
},
{
"type": "cashback",
"value": 1,
"unit": "%",
"categories": ["All Purchases"],
"details": "Earn 1% cashback on all other purchases."
}
],
"quarterlyBonuses": [],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "None",
"balanceTransferFee": "$5 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Citi Double Cash Card",
"bankName": "Citi Bank",
"benefits": ["Cashback"],
"bonuses": [
{
"type": "cashback",
"value": 2,
"unit": "%",
"categories": ["All Purchases"],
"details": "Earn 2% cashback on all purchases: 1% when you buy and 1% as you pay."
}
],
"quarterlyBonuses": [],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "3%",
"balanceTransferFee": "$5 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Blue Cash Preferred® Card",
"bankName": "American Express",
"abbreviation": "Amex",
"benefits": ["Cashback", "Grocery Rewards"],
"bonuses": [
{
"type": "cashback",
"value": 6,
"unit": "%",
"categories": ["U.S. Supermarkets"],
"details": "Earn 6% cashback on up to $6,000 per year in purchases at U.S. supermarkets, then 1%."
},
{
"type": "cashback",
"value": 6,
"unit": "%",
"categories": ["Streaming Services"],
"details": "Earn 6% cashback on select U.S. streaming subscriptions."
},
{
"type": "cashback",
"value": 3,
"unit": "%",
"categories": ["Gas Stations"],
"details": "Earn 3% cashback at U.S. gas stations."
}
],
"quarterlyBonuses": [],
"fees": {
"annualFee": "$95",
"foreignTransactionFee": "2.7%",
"balanceTransferFee": "$5 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Chase Sapphire Preferred® Card",
"bankName": "Chase",
"abbreviation": "Chase",
"benefits": ["Travel Rewards", "Dining Rewards"],
"bonuses": [
{
"type": "points",
"value": 5,
"unit": "x",
"categories": ["Travel Purchases"],
"details": "Earn 5x points on travel purchased through Chase Ultimate Rewards."
},
{
"type": "points",
"value": 2,
"unit": "x",
"categories": ["Dining", "Travel"],
"details": "Earn 2x points on dining at restaurants and other travel purchases."
}
],
"fees": {
"annualFee": "$95",
"foreignTransactionFee": "None",
"balanceTransferFee": "$5 or 5% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Bank of America® Travel Rewards Credit Card",
"bankName": "Bank of America",
"abbreviation": "BoFA",
"benefits": ["Travel Rewards", "No Annual Fee"],
"bonuses": [
{
"type": "points",
"value": 1.5,
"unit": "x",
"categories": ["All Purchases"],
"details": "Earn unlimited 1.5x points for every dollar spent on all purchases."
}
],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "None",
"balanceTransferFee": "$10 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Discover it® Student Cash Back",
"bankName": "Discover",
"abbreviation": "Discover",
"benefits": ["Cashback", "Student Perks"],
"bonuses": [
{
"type": "cashback",
"value": 5,
"unit": "%",
"categories": ["Rotating Categories"],
"details": "Earn 5% cashback on everyday purchases at different places each quarter, up to the quarterly maximum when you activate."
},
{
"type": "cashback",
"value": 1,
"unit": "%",
"categories": ["All Purchases"],
"details": "Earn 1% cashback on all other purchases."
}
],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "None",
"balanceTransferFee": "$5 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "Citi Rewards+® Card",
"bankName": "Citi Bank",
"abbreviation": "Citi",
"benefits": ["Points Rewards", "Rounded Up Points"],
"bonuses": [
{
"type": "points",
"value": 2,
"unit": "x",
"categories": ["Supermarkets", "Gas Stations"],
"details": "Earn 2x points at supermarkets and gas stations for the first $6,000 per year."
},
{
"type": "points",
"value": 1,
"unit": "x",
"categories": ["All Purchases"],
"details": "Earn 1x points on all other purchases."
},
{
"type": "points",
"value": 10,
"unit": "%",
"categories": ["Redeemed Points"],
"details": "Receive 10% points back on your first 100,000 redeemed points each year."
}
],
"fees": {
"annualFee": "$0",
"foreignTransactionFee": "3%",
"balanceTransferFee": "$5 or 3% of the amount of each transfer, whichever is greater."
}
},
{
"creditCardName": "American Express® Gold Card",
"bankName": "American Express",
"abbreviation": "Amex",
"benefits": ["Dining Rewards", "Travel Rewards"],
"bonuses": [
{
"type": "points",
"value": 4,
"unit": "x",
"categories": ["Dining", "U.S. Supermarkets"],
"details": "Earn 4x points at restaurants, including takeout and delivery, and on up to $25,000 per year at U.S. supermarkets."
},
{
"type": "points",
"value": 3,
"unit": "x",
"categories": ["Flights"],
"details": "Earn 3x points on flights booked directly with airlines or on amextravel.com."
}
],
"fees": {
"annualFee": "$250",
"foreignTransactionFee": "None",
"balanceTransferFee": "Not applicable."
}
}
]