product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
4 rows where product_id = "postfinance:geschaeftskonto_chf"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| postfinance:geschaeftskonto_chf:feature:multi_account | Geschäftskonto in CHF postfinance:geschaeftskonto_chf | included_services | Mehrere Geschaeftskonten moeglich: CHF 5/Mt je CHF-/EUR-Konto, CHF 2/Mt je Fremdwaehrungskonto | ||
| postfinance:geschaeftskonto_chf:feature:no_minimum | Geschäftskonto in CHF postfinance:geschaeftskonto_chf | eligibility | Kein Mindestumsatz, keine Mindesteinlage | FAQ verbatim | |
| postfinance:geschaeftskonto_chf:feature:pricing_condition_60k | Geschäftskonto in CHF postfinance:geschaeftskonto_chf | pricing_condition | CHF 5/Monat gilt bis 60000 Transaktionen/Jahr innerhalb der Schweiz | Elektronisch gesendete/empfangene nationale Transaktionen aller Konten der Gesamtkundenbeziehung. Ausgenommen u.a. CH-DD, Sofortkontouebertraege, Kartenzahlungen, Stornos, ASR, Schaltereinzahlungen, ZAG/DAG per Formular/Telefon/Filiale, TWINT | |
| postfinance:geschaeftskonto_chf:feature:startangebot | Geschäftskonto in CHF postfinance:geschaeftskonto_chf | promo_condition | Startangebot: 2 Jahre kostenlose Kontofuehrung fuer Unternehmen mit Gruendung in den letzten 2 Jahren | Muss aktiv beantragt werden (FAQ Geschaeftskonto-CHF-Seite) |
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);