product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "ek_speicher:hypothek_var_2"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ek_speicher:kontokorrent:pf:hypothek_seniority | 2. Hypothek variabel ek_speicher:hypothek_var_2 | pricing_condition | Traditional 1. Hypothek / 2. Hypothek seniority distinction published | EKS publishes separate rates for 1. Hypothek (variabel 1.25%) and 2. Hypothek (variabel 1.75%) — traditional Swiss mortgage senior/junior structure. 50bp spread for the nachrangige Hypothek. Uncommon in the atom #275 cohort: most members publish a single variabel/SARON/Fest rate without the senior/junior split. Adds another publication-depth point to sub-pattern 3a. |
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);