SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Additionnal Tier 1 bond
Swissinfo, Credit Suisse AT1 bond ‘rip-off’ could cost Swiss taxpayer, 2023-06-08 ([Internet, 2023-06-27](https://www.swissinfo.ch/eng/business/credit-suisse-at1-bond--rip-off--could-cost-swiss-taxpayer/48575624))
Additional Tier 1 (AT1) bonds are financial debt instruments created after the 2008 banking crash, which are designed to protect banks against collapse when they run into trouble. Regulators such as FINMA insist that large banks issue a certain amount of this debt instrument as a buffer against bankruptcy. Investors accept that the bonds will be converted into bank shares in times of exceptional financial difficulty. In exchange, AT1s pay out higher coupons (interest payments) than normal bonds.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
has part AT1
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part contingent convertible bond
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.