home / bankproducts

product_feature

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

3 rows where product_id = "alpian:physical_visa_debit"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: feature_key

id ▼ product_id feature_key feature_value note source_page
alpian:physical_visa_debit:mobile_pay Alpian Physische Visa Debit alpian:physical_visa_debit included_services Apple Pay, Google Pay    
alpian:physical_visa_debit:pf:virtuelle_gratis_physische_60chf_replacement Alpian Physische Visa Debit alpian:physical_visa_debit pricing_condition Debitkarte: virtuelle Karte gratis. Bestellung oder Ersatz einer physischen Karte: CHF 60 (gilt auch bei automatischem Ersatz nach 5 Jahren) **Novel Muster: physische-Karte als kostenpflichtiges Upgrade** (virtuelle als Standard/kostenlos). Kunden ohne physisches Bedürfnis (nur Mobile-Payment, Online-Kauf) sparen CHF 60 alle 5 Jahre (=CHF 12/Jahr). CHF 60 fuer 5 Jahre = CHF 12/Jahr amortized. Deutlich guenstiger als klassische Bank-Debit-Jahresgebuehren (CHF 30-50). Signal: Alpian foerdert digital-only Nutzung. Source: 041a6887f9fd_fees-21-04-26-de.pdf 1
alpian:physical_visa_debit:pf:visa_wechselkurs_ohne_aufschlag Alpian Physische Visa Debit alpian:physical_visa_debit pricing_condition Karten-Transaktionen in CHF/EUR/USD/GBP: kostenlos. Transaktionen in jeder anderen geeigneten Waehrung: VISA-Wechselkurs (KEIN Wechselkurs-Aufschlag). Automatische Devisen-Konvertierung: Alpian nimmt die fehlenden Mittel aus dem Konto mit hoechstem Saldo **Novel: Zero-FX-markup auf Debit-Karten-Transaktionen**. Alpian gibt keinen Aufschlag auf Visa-Wechselkurs (vs klassische CH-Banken CIC Batch 8 = 1.5% Aufschlag, Corner Batch 9 = 1.5% Aufschlag). Alpian gilt der reine Visa-Interbank-Rate. Automatische Cross-Currency-Deckung aus hoechstem Saldo — Neobank-typische Multi-Waehrungs-Optimierung. Fuer CHF/EUR/USD/GBP: keine Transaktions-Gebuehr wenn Kontowaehrung passt. Source: Alpian fees Apr 2026 1

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 11.008ms · Data license: CC-BY-4.0 · Data source: bankproducts.info