Skip to content

Commit

Permalink
Update: IHG 5x40k FNC
Browse files Browse the repository at this point in the history
  • Loading branch information
andenacitelli committed Jan 23, 2025
1 parent f36db8a commit 26db455
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
1 change: 1 addition & 0 deletions exports/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Freedom Flex,CHASE,MASTERCARD,CHASE,false,0,false,1,,https://creditcards.chase.c
Freedom Unlimited,CHASE,VISA,CHASE,false,0,false,1.5,,https://creditcards.chase.com/cash-back-credit-cards/freedom/unlimited,https://offeroptimist.com/images/chase/freedom-unlimited.png,,,25000,500,,90,true
Iberia Signature,CHASE,VISA,AVIOS,false,95,false,1,,https://creditcards.chase.com/travel-credit-cards/avios/iberia,https://offeroptimist.com/images/chase/iberia-signature.png,,,100000,7500,https://creditcards.chase.com/a1/iberia/LTO,180,true
Iberia Signature,CHASE,VISA,AVIOS,false,95,false,1,,https://creditcards.chase.com/travel-credit-cards/avios/iberia,https://offeroptimist.com/images/chase/iberia-signature.png,,,75000,5000,,90,true
IHG Rewards Premier,CHASE,MASTERCARD,IHG,false,99,false,1,,https://creditcards.chase.com/travel-credit-cards/ihg-rewards-club/premier,https://offeroptimist.com/images/chase/ihg-rewards-premier.jpg,,,0,4000,https://creditcards.chase.com/a1/ihg/PremierOnPropertyAEP?SPID=HK9M&CELL=622J,90,true
IHG Rewards Premier,CHASE,MASTERCARD,IHG,false,99,false,1,,https://creditcards.chase.com/travel-credit-cards/ihg-rewards-club/premier,https://offeroptimist.com/images/chase/ihg-rewards-premier.jpg,,,140000,3000,,90,true
IHG Rewards Premier Business,CHASE,MASTERCARD,IHG,true,99,false,1,,https://creditcards.chase.com/business-credit-cards/IHG/business-premier,https://offeroptimist.com/images/chase/ihg-rewards-premier-business.png,,,140000,4000,,90,false
IHG Rewards Traveler,CHASE,MASTERCARD,IHG,false,0,false,1,,https://creditcards.chase.com/travel-credit-cards/ihg-rewards-club/traveler,https://offeroptimist.com/images/chase/ihg-rewards-traveler.jpeg,,,80000,2000,,90,true
Expand Down
2 changes: 1 addition & 1 deletion exports/data.json

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions exports/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,16 @@
imageUrl: /images/chase/ihg-rewards-premier.jpg
credits: []
offers:
- amount:
- amount: 0
spend: 4000
days: 90
credits:
- value: 200000
weight: 0.8
currency: IHG
description: 5x FNC up to 40k each
url: https://creditcards.chase.com/a1/ihg/PremierOnPropertyAEP?SPID=HK9M&CELL=622J
- amount:
- amount: 140000
spend: 3000
Expand Down Expand Up @@ -2238,7 +2248,7 @@
spend: 6000
days: 90
credits: []
referralUrl: https://www.referyourchasecard.com/21s/6I9J2FNU9T
referralUrl: https://www.referyourchasecard.com/21s/63VP5J3DX1
historicalOffers:
- amount:
- amount: 90000
Expand All @@ -2263,7 +2273,7 @@
spend: 8000
days: 90
credits: []
referralUrl: https://www.referyourchasecard.com/21s/6I9J2FNU9T
referralUrl: https://www.referyourchasecard.com/21s/63VP5J3DX1
historicalOffers:
- amount:
- amount: 120000
Expand All @@ -2287,7 +2297,7 @@
spend: 6000
days: 90
credits: []
referralUrl: https://www.referyourchasecard.com/21s/6I9J2FNU9T
referralUrl: https://www.referyourchasecard.com/21s/63VP5J3DX1
historicalOffers:
- amount:
- amount: 90000
Expand All @@ -2314,7 +2324,7 @@
spend: 10000
days: 90
credits: []
referralUrl: https://www.referyourchasecard.com/21s/6I9J2FNU9T
referralUrl: https://www.referyourchasecard.com/21s/63VP5J3DX1
details: "NOTE: Points are nontransferable. Only cashback redemption."
historicalOffers:
- amount:
Expand Down
14 changes: 14 additions & 0 deletions src/data/cards/chase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,20 @@ export const CHASE_CARDS: z.input<typeof schemas.CreditCard>[] = [
imageUrl: "/images/chase/ihg-rewards-premier.jpg",
credits: [],
offers: [
{
amount: [{ amount: 0 }],
spend: 4000,
days: 90,
credits: [
{
value: 200_000,
weight: 0.8,
currency: "IHG",
description: "5x FNC up to 40k each",
},
],
url: "https://creditcards.chase.com/a1/ihg/PremierOnPropertyAEP?SPID=HK9M&CELL=622J",
},
{
amount: [{ amount: 140_000 }],
spend: 3000,
Expand Down

0 comments on commit 26db455

Please sign in to comment.