home / bankproducts

product_feature

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

1 row where product_id = "eki:hypothek"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
eki:hypothek:pf:pensionsplanung_basis_1000_individuell_1750_ueberarbeitung_500chf_novel_2_tier_zusatzberatung Hypothek eki:hypothek pricing_condition EKI Pensionsplanung 2-Tier: **Basis CHF 1'000 + MwSt (Ueberarbeitung CHF 500)** / **Individuell CHF 1'750 + MwSt (Ueberarbeitung CHF 500)**. Novel: **Ueberarbeitung ist gleicher Preis fuer beide Tiers** = Bank verrechnet nur Neu-Erstellung-Aufwand, nicht Portfoliogroesse. Vergleich mit **GRB Batch 23 Pensionsplanung** (Standard CHF 1'500, Komplex individuell), **Valiant Batch 23** (Sélect CHF 250 / Premium CHF 1'500 + Zusatz CHF 500). EKI ist im mittleren Cross-Bank-Preisbereich. **Novel identische Ueberarbeitungs-Gebuehr fuer beide Tiers** — EKI beruecksichtigt dass Nach-Update-Aufwand unabhaengig von Basis-Komplexitaet ist. Cross-Bank-Konvergenz auf ~CHF 1'000-1'750 fuer Pensionsplanung reflektiert **standardisierte CFA/AZEK-Berater-Stundensaetze** (~CHF 150-200/Stunde x 5-10 Stunden). Analog VP Bank Batch 20 Finanzplanung (CHF 1'500 Basis + Zusatz-Module). Source: EKI Gebuehrentarif via clientis_oberaargau-analog 8

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