home / bankproducts

product_feature

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

9 rows where product_id = "zkb:dcm_straight_bond"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: feature_value, note

id ▼ product_id feature_key feature_value note source_page
None Straight Bond Origination (CHF) zkb:dcm_straight_bond league_table_position 2 2025, CHF domestic bond market, excl. Pfandbriefe (self-reported on factsheet)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond total_volume_2025_chf_m 8080 2025, excl. Pfandbriefe (self-reported on factsheet)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond transactions_2025 157 Self-reported on factsheet  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond desk_size_dcm_specialists 5 DCM debt specialists (self-reported)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond desk_size_syndicate_managers 3 Syndicate managers (self-reported)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond desk_size_sales_managers 5 Sales managers (self-reported)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond award IFR Bond House of the Year 2021 International Financing Review industry award (self-reported)  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond innovation_claim First public SARON-based floating rate note in Swiss capital market history Self-reported on factsheet  
None Straight Bond Origination (CHF) zkb:dcm_straight_bond inhouse_demand Swisscanto — second-largest asset manager in Switzerland In-house buy-side demand source (self-reported)  

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