The Global Card Database
The Global Card Database
The Global Card Database is the intelligence engine behind Credit Card Co-Pilot. Instead of requiring you to manually input complex reward structures, tiered categories, or monthly spending caps, our system leverages a pre-loaded library of banking products. By matching your physical cards to our digital database, you gain instant access to precise reward calculations and optimization strategies.
Effortless Wallet Setup
Setting up a digital wallet usually involves tedious data entry. With the Global Card Database, adding a card is as simple as a search.
When you add a card—whether during onboarding or later in the Manage Cards section—the system links your specific card instance to our reference data. This instantly populates:
- Issuer & Network Details: Automatically identifies if your card is an HDFC Visa, an ICICI Mastercard, or an Axis RuPay card.
- Base & Accelerated Rewards: Pre-configs the default earn rates and special "accelerated" categories (e.g., 5% on Amazon, 3x points on Dining).
- Annual Fee Tracking: Keeps track of your card's cost-to-carry and potential waiver thresholds.
Pre-Configured Reward Intelligence
The database doesn't just store names; it stores the logic required to maximize your returns. Each entry in the Global Card Database includes a multi-dimensional reward matrix that the recommendation engine uses to rank your cards for any given transaction.
- Merchant Mapping: Knows which merchants fall into specific categories like "Dining," "Travel," or "Utility Bills."
- Channel Sensitivity: Recognizes the difference in rewards when you shop Online vs. tapping your card at a POS (Point of Sale) terminal.
- Network Benefits: Accounts for specific perks offered by the network (e.g., RuPay-specific UPI offers or Amex-exclusive merchant deals).
Complex Milestone & Cap Tracking
One of the biggest challenges for cardholders is tracking "invisible" limits. The Global Card Database solves this by pre-loading the "fine print":
- Spend Caps: The system knows if your 5% cashback is capped at ₹1,000 per month and warns you when you are approaching that limit.
- Milestone Definitions: It automatically sets up trackers for quarterly or annual milestones (e.g., "Spend ₹2,00,000 to get a ₹1,500 voucher").
- Dynamic Logic: As banks update their terms and conditions, the Global Card Database is updated centrally, ensuring your "Co-Pilot" is always navigating with the latest rules.
How it Works in Your Wallet
When you select a card from the database, the system creates a link between your user profile and the reference data. Here is a high-level look at the data structure that powers your recommendations:
// Example of a Card Profile from the Database
{
issuer: "HDFC Bank",
cardName: "Regalia Gold",
network: "Visa",
cardType: "credit",
rewards: {
baseRate: 0.0133, // 4 points per ₹150
categories: {
"travel": 0.0665, // 5x rewards on specific travel portals
"dining": 0.0266 // Accelerated rewards on premium dining
},
milestones: [
{ threshold: 100000, period: "quarterly", bonus: "1500 Voucher" }
]
}
}
Use Cases
- Optimizing a New Purchase: When you search for "Starbucks," the system checks the Global Card Database to see which of your cards offers the highest "Dining" or "Online" multiplier.
- Avoiding "Dead" Spend: If a card excludes "Rent" or "Wallet Loads" from earning points, the database flags this, preventing you from using the wrong card for large transactions.
- Milestone Forecasting: Because the database knows your card's specific bonus tiers, the Home Screen can accurately nudge you: "Spend ₹5,000 more on your Regalia Gold this month to unlock a ₹1,000 bonus."