home / bankproducts

product_feature

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

2 rows where product_id = "ca_nextbank:pack_ca_start"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
ca_nextbank:pack_ca_start:pf:atom_298_pack_tiered CA Start pack (CHF 5/month) ca_nextbank:pack_ca_start pricing_condition Atom #298 — pack-tiered retail banking (4 tiers FREE/CHF 5/12/15) CA Next Bank 4-pack ladder (Simply FREE / Start CHF 5 / Extra CHF 12 / First CHF 15) is the cleanest pack-tiered retail banking example in the dataset. French-banking-origin pattern (Crédit Agricole inherits from FR Compte Pro/Optimum tier structure). Welcome 6-month-free + DUO 20k-threshold offers. Closest CH peers: PostFinance Smart tiers + Migrosbank Banking-Paket. Distinctive: free pack only for FR/DE/IT-IBAN holders (atom #299 cross).  
ca_nextbank:pack_ca_start:pf:founded_2000_ca_group CA Start pack (CHF 5/month) ca_nextbank:pack_ca_start pricing_condition Founded 2000 — Crédit Agricole Group subsidiary Crédit Agricole next bank (Suisse) SA was founded 2000. Subsidiary of Crédit Agricole Group (Europe's leading retail bank). 25-year anniversary celebrated 2025 (HAPPY25 promo). Started as cross-border-frontalier-specialist, evolved to full-service retail.  

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