product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "ek_speicher:hypothek_var_1"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ek_speicher:hypothek_var_1:pf:atom_275_full_publisher | 1. Hypothek variabel ek_speicher:hypothek_var_1 | pricing_condition | Atom #275 10th instance — sub-pattern 3a Full publisher (4th in cohort with mortgages published) | EKS publishes 1. Hypothek 1.25%, 2. Hypothek 1.75%, Festhypothek 1-3y ab 1.05% directly on the website. Joins Bank Gantrisch, EKSH, CEN as the 4th 3a-Full-publisher with concrete mortgage rates. Bringing the atom #275 cohort sub-pattern distribution to: 3a Full publisher = 4/10, 3b Variable-only = 2/10, 3c-variants = 3/10, 3d Fees-in-PDF = 1/10. |
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);