product_alias
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "grb:variable_hypothek"
This data as json, CSV (advanced)
| Link | product_id | alias | alias_source |
|---|---|---|---|
| grb:variable_hypothek,variable-hypothek | Variable Hypothek grb:variable_hypothek | variable-hypothek |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_alias (
product_id TEXT NOT NULL REFERENCES product(id),
alias TEXT NOT NULL,
alias_source TEXT, -- 'blink_ais', 'ebanking', 'pdf'
PRIMARY KEY (product_id, alias)
);
CREATE INDEX idx_product_alias_alias ON product_alias(alias);