product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "ce_nyon:coffre_fort"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ce_nyon:coffre_fort:pf:coffre_fort_7_dimensionen_75_600chf_novel_seven_dimension_ladder | Location de coffre-fort ce_nyon:coffre_fort | pricing_condition | CEN Coffre-fort 7-Dimensionen-Ladder: **7 dimensions differentes fuer Tarif CHF 75-600/Jahr**. Sous reserve de disponibilite. Novel: 7-stufige Groessen-Struktur (vs ZGKB 13-Stufen Batch 30, SGKB varieerend). | Cross-Bank-Muster: Coffre-fort Volumen-Ladder. Cross-Bank-Vergleich: ZGKB 13-Stufen CHF 100-5000 (Batch 30), Vali Liter-basiert (Batch 23). CEN 7-Dimensionen simpler mit engerer Preis-Range. | 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);