product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "ce_nyon:prepaid"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ce_nyon:prepaid:pf:prepaid_gratis_bis_30_ab_14_visa_mc_novel_extended_youth | Carte de Crédit Visa Mastercard Prepaid ce_nyon:prepaid | pricing_condition | CEN Prepaid Visa Mastercard: **CHF 50/Jahr, gratuite jusqu'a 30 ans revolus. Disponible des l'age de 14 ans (avec autorisation du representant legal)**. Novel: Prepaid-Karte mit extended-Jugend-Waiver (bis 30). | Novel Cross-Bank-Muster: 30-Jahre-Prepaid-Waiver (extended-Youth). Cross-Bank-Vergleich: LEMAN Point Etudiants bis 25 (Batch 37), AEK Free25 bis 25 (Batch 36). CEN 30 = am grosszuegigsten. Signal: Retention-Investment in Studenten-Cohorte (typisch bis 30 im doktoralen/postdoc-Bereich). | 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);