product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "vdkb:credit_or"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| vdkb:credit_or:monthly_limit | Visa/Mastercard Or vdkb:credit_or | monthly_limit | CHF/EUR/USD 100000 | 10 | |
| vdkb:credit_or:pf:cross_kanton_karten_gold_argent_platinum_dual_debit_kredit_options | Visa/Mastercard Or vdkb:credit_or | pricing_condition | BCV Kartenprogramm 3-Tier: **Argent (Silber)** (basis + Standard-Versicherungen), **Or (Gold)** (Mid-Tier + Reise-Versicherungen inkludiert), **Visa Platinum** (HNW-Segment + Concierge + Premium Versicherungen). Alle 3 verfuegbar als Mastercard + Visa Kombi. **Debit Mastercard** als Standard fuer alle Formule-Packages inkludiert. **MC Prepaid** fuer Junge-Kohorten + Reise-Zwecke separat. Cross-Karten-Kompatibilitaet mit Cumulus (Migros), TCS, IKEA Bonus-Programmen. | **Novel Cross-Bank-Karten-Kompatibilitaet** — BCV Karten funktionieren mit Non-Bank Bonus-Programmen (Cumulus, TCS, IKEA). Analog Migros Bank Batch 21 (Cumulus native), aber BCV bietet Programm-Wahl (Kunde entscheidet welches Bonus-Programm gekoppelt). Signal: BCV positioniert sich als Karten-Neutral-Universalbank. Vergleich mit BEKB Batch 16 (Karten-Struktur), OWKB Batch 20 (4-Tier Kredit-Karten). BCV positioniert **Visa Platinum als HNW-Ergaenzung** zu Formule Premium-Package (Karten-Package-Bundle-Waiver typisch bei Grossbanken). Source: BCV Karten-Konditionen | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);