home / bankproducts

product_feature

Data license: CC-BY-4.0 · Data source: bankproducts.info

2 rows where product_id = "sparkasse_sz:cc_visa_platinum"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
sparkasse_sz:cc_visa_platinum:pf:cc_platinum_visa_5_tier_karte_commercial_gold_silber_business_focus Visa Platinum sparkasse_sz:cc_visa_platinum pricing_condition Sparkasse Schwyz Kreditkarten 5-Tier-Struktur: **cc_silber, cc_gold, cc_visa_platinum, cc_commercial_silber, cc_commercial_gold** = kombiniert Retail + Business + Platinum. **Visa Platinum als eigenstaendige Tier** ist novel (viele Regionalbanken haben nur Silber/Gold). **Debit Mastercard + Bankkarte parallel** = 2 Debit-Karten-Kanaele. Signal: Sparkasse Schwyz hat vollstaendige Karten-Palette fuer 6'000-Mitglieder-Genossenschaft. **Novel Visa Platinum bei kleiner Regionalbank** — Sparkasse Schwyz bietet Platinum-Tier trotz kleiner Groesse (analog HBL Batch 20, GLKB Batch 24 mit Platinum). Signal: Sparkasse Schwyz adressiert bewusst HNW-Kunden (Schwyz ist steuerguenstiger Kanton, viele Vermoegende). Vergleich mit **grossen Regionalbanken** die typisch 3-Tier haben (Silber/Gold/Platinum). Sparkasse Schwyz kombiniert Retail-Karten + Business-Karten + Platinum-Segment. Source: Sparkasse Schwyz DB-Anchor + Preise Seite 7-8 7
sparkasse_sz:cc_visa_platinum:pf:umsatzbonus Visa Platinum sparkasse_sz:cc_visa_platinum loyalty_program Umsatzbonus: half/full annual fee waiver at CHF 40k/80k spend Bei CHF/USD 40k oder EUR 30k Umsatz halbe Jahresgebuehr; bei CHF/USD 80k oder EUR 60k volle Jahresgebuehr erstattet. Effektive Marketing einer hohen Premium-Karte als "auf grossem Umsatz kostenlos".  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE product_feature (
    id          TEXT PRIMARY KEY,
    product_id  TEXT NOT NULL REFERENCES product(id),
    feature_key TEXT NOT NULL,          -- withdrawal_limit_free, notice_period, daily_limit, monthly_limit,
                                        -- interest_late_payment, max_balance, included_services, ...
    feature_value TEXT,
    note        TEXT,
    source_page INTEGER
);
CREATE INDEX idx_product_feature_product ON product_feature(product_id);
CREATE INDEX idx_product_feature_key ON product_feature(feature_key);
Powered by Datasette · Queries took 13.899ms · Data license: CC-BY-4.0 · Data source: bankproducts.info