home / bankproducts

product_feature

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

2 rows where product_id = "ce_nyon:epargne_salaire"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
ce_nyon:epargne_salaire:pf:atom_275_french_2nd Compte Épargne Salaire ce_nyon:epargne_salaire pricing_condition 2nd French-speaking atom #275 instance — full publisher sub-pattern CEN is the 7th instance of atom #275 cohort overall and the 2ND Romandie instance after CMV. CEN publishes BOTH fees AND rates in the same flyer (18 rates + ~15 fees) — same sub-pattern as Bank Gantrisch (full publisher). CMV (the other Romandie atom #275 instance) uses a different sub-pattern (fees-in-PDF, rates-on-website). The internal heterogeneity of atom #275 sub-patterns is replicated across both linguistic regions.  
ce_nyon:epargne_salaire:pf:regionale_et_fiere Compte Épargne Salaire ce_nyon:epargne_salaire pricing_condition Brand tagline: "Régionale et fière de l'être" CEN's explicit tagline ("Regional and proud of it"). Pairs with CMV's "Toujours plus proche de vous" as the French-Swiss equivalent of Bank Gantrisch's "SYMPATHISCH ANDERS". Same localist small-Sparkasse positioning style across linguistic regions.  

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