package_item
Data license: CC-BY-4.0 · Data source: bankproducts.info
8 rows where package_id = "postfinance:smartplus"
This data as json, CSV (advanced)
| Link | package_id | included_product | sort_order |
|---|---|---|---|
| postfinance:smartplus,1 | Bankpaket SmartPlus postfinance:smartplus | Privat- und Rentenkonto CHF/EUR | 1 |
| postfinance:smartplus,2 | Bankpaket SmartPlus postfinance:smartplus | Sparkonto CHF/EUR | 2 |
| postfinance:smartplus,3 | Bankpaket SmartPlus postfinance:smartplus | PostFinance Card kostenlos | 3 |
| postfinance:smartplus,4 | Bankpaket SmartPlus postfinance:smartplus | Konto digital oder Papier | 4 |
| postfinance:smartplus,5 | Bankpaket SmartPlus postfinance:smartplus | Kreditkarte Classic/Standard oder Mastercard Value | 5 |
| postfinance:smartplus,6 | Bankpaket SmartPlus postfinance:smartplus | Kostenloser Bargeldbezug | 6 |
| postfinance:smartplus,7 | Bankpaket SmartPlus postfinance:smartplus | 10% Jahrespraemienrabatt PostFinance Sachversicherungen | 7 |
| postfinance:smartplus,8 | Bankpaket SmartPlus postfinance:smartplus | eBanking/TWINT | 8 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE package_item (
package_id TEXT NOT NULL REFERENCES product(id),
included_product TEXT NOT NULL,
sort_order INTEGER DEFAULT 0,
PRIMARY KEY (package_id, sort_order)
);
CREATE INDEX idx_package_item_package ON package_item(package_id);