DAX19.199,39+1,09 % | Gold2.652,320,00 % | Öl (Brent)78,16+0,57 % | Dow Jones42.338,80+0,79 % | US Tech 10020.029,62+1,21 % | EUR/USD1,09648-0,62 % | |
Alarme einrichten
Zur Watchlist hinzufügen
Zum Portfolio hinzufügen
Zertifikat-ArtKapitalschutz
Zertifikat-TypBonus
Bewertungstag16.04.2029
Spread1,34 %
BasiswertS&P 500
Basiswert Kurs5.750,92Pkt
Chart für S&P 500 Kapitalschutz bis 2029/04 (DZ) - DDZ1VW
Basiswertinformationen auf S&P 500
Aktueller Kurs zu DDZ1VW
Börsenplatz | Börse Frankfurt
|
Letzter Kurs | 1.108,34 EUR |
Performance | -0,23 % |
Kurszeit | 04.10.24 |
Eröffnung | 1.109,93 EUR |
Tageshoch | 1.111,96 EUR |
Tagestief | 1.107,56 EUR |
Vortageskurs | 1.110,93 EUR |
52-Wochen Hoch | 1.118,23 EUR |
52-Wochen Tief | 940,88 EUR |
Stammdaten DDZ1VW
Name | Sonstiges Kapitalschutz Bonus Garantie Zertifikat auf S&P 500 bis 16.04.2029 (DZ) |
ISIN | DE000DDZ1VW9 |
WKN | DDZ1VW |
Zertifikat-Art | Kapitalschutz |
Zertifikat-Typ | Bonus |
Garantieschwelle | 4.137,64 PKT |
Bezugsverhältnis | 0,24168 |
Quanto | Ja |
Kennzahlen DDZ1VW
Kennzahl | Absolut | Relativ |
Min. Rückzahlung | 100,00 EUR | |
Restlaufzeit | 1654 Tage | |
Spread | 15,00 EUR | 1,34 % |
Barriereinformationen zu DDZ1VW
Handel DDZ1VW
Bewertungstag | 16.04.2029 |
Letzter Handelstag | 13.04.2029 |
Auszahlungstag | 23.04.2029 |
Abwicklungsart | Barausgleich |
Mindesthandelsgröße | 1 Stück |
Notierung | Stücknotiz |
Handelszeit | 8-20 Uhr |
Emission DDZ1VW
Emittent | DZ Bank |
Kreditausfallschutz | Nein |
Emissionstag | 21.04.2023 |
Erster Handelstag | 21.04.2023 |
Emissionspreis | 1.000,00 EUR |
Emissionsvolumen | 30 Tsd. |
Referenzkurs Basiswert | 4.137,64 PKT |
Anlage
Anlage | Index |
Thema | Blue Chips |
Region | USA |
Alle Produkte von DZ Bank
Produktbeschreibung S&P 500 Kapitalschutz bis 2029/04 (DZ)
Das Zertifikat wird bei Fälligkeit mindestens zu 100,00 EUR zurückgezahlt.
Die Rückzahlung des Zertifikats bei Fälligkeit orientiert sich an der Kursentwicklung des Basiswertes.
Die maximale Rückzahlung ist auf 1.358 EUR begrenzt. Die Kursentwicklung wird also nur bis höchstens 5.616,85 Pkt. angerechnet.
'); $('.socgen_alternativeproducts').html(resp.html); } } }); $('.socgen_alternativeproducts').on('click', '#alternativeProducts table.t-data a.intLink', function() { window.ga4EventAdIntegration( 'Societe Generale', 'SocGenAlternativeProdukte', $(this).data('type'), $(this).data('underlyingname'), $(this).data('wkn') ); }); $('.socgen_alternativeproducts').on('click', '#alternativeProducts table.t-data a.extLink', function() { window.ga4EventAdIntegration( 'Societe Generale', 'SocGenAlternativeProdukte', $(this).data('type'), $(this).data('underlyingname'), $(this).data('wkn') ); }); }
$(".islegend").hide();
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductscertificates', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductscertificates .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'Zertifikate
8459', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":4043,"color":"#E66F60","name":"Bonus","url":"\/zertifikate\/bonus-zertifikate-auf-s-p-500-index","index":0},{"y":2813,"color":"#E5A16E","name":"Faktor","url":"\/zertifikate\/faktor-zertifikate-auf-s-p-500-index","index":1},{"y":1424,"color":"#F2CC7E","name":"Discount","url":"\/zertifikate\/discount-zertifikate-auf-s-p-500-index","index":0},{"y":87,"color":"#51AB75","name":"Express","url":"\/zertifikate\/express-zertifikate-auf-s-p-500-index","index":1},{"y":48,"color":"#88BD76","name":"Kapitalschutz","url":"\/zertifikate\/kapitalschutz-zertifikate-auf-s-p-500-index","index":0},{"y":20,"color":"#C1CF83","name":"Aktienanleihe","url":"\/zertifikate\/aktienanleihen-auf-s-p-500-index","index":1},{"y":17,"color":"#00AFC8","name":"Index Classic","url":"\/zertifikate\/index-zertifikate-auf-s-p-500-index","index":0},{"y":6,"color":"#7BC4CB","name":"Sonstige","url":"\/zertifikate\/sonstige-zertifikate-auf-s-p-500-index","index":1},{"y":1,"color":"#CECECE","name":"Sprint","url":"\/zertifikate\/sprint-zertifikate-auf-s-p-500-index","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductswarrants', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductswarrants .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'OS
12983', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":11874,"color":"#E66F60","name":"Classic","url":"\/optionsscheine\/classic-optionsscheine-auf-s-p-500-index","index":0},{"y":708,"color":"#E5A16E","name":"Discount","url":"\/optionsscheine\/discount-optionsscheine-auf-s-p-500-index","index":1},{"y":401,"color":"#F2CC7E","name":"Inline","url":"\/optionsscheine\/inline-optionsscheine-auf-s-p-500-index","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductsknockouts', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductsknockouts .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'Knock-Outs
19681', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":13695,"color":"#E66F60","name":"Endlos","url":"\/knockouts\/endlos-turbos-auf-s-p-500-index","index":0},{"y":3858,"color":"#E5A16E","name":"Mini","url":"\/knockouts\/mini-futures-auf-s-p-500-index","index":1},{"y":2128,"color":"#F2CC7E","name":"Classic","url":"\/knockouts\/classic-turbos-auf-s-p-500-index","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
WoodooTab.tabify( $("div.wotabs:not(.notabify)") );
$("#productDescriptionWrapper p").css({"margin-top":"6px"}); $("#productDescriptionWrapper table").addClass("t-data");
showImagesInViewport();$(window).scroll(showImagesInViewport).resize(showImagesInViewport);
cc.addScriptQueue("https://cdn.insurads.com/bootstrap/ZR98XLOV.js");
cc.addScriptQueue("https://wallstreetonline-cdn.relevant-digital.com/static/tags/6422d4318e04c80b075234de.js");
cc.addScriptQueue("//partner.googleadservices.com/gampad/google_service.js", "adservice");
var theme=localStorage.getItem('theme');$('#lightDarkModeSwitch img').replaceWith('
');
cc.addScriptQueue("https://securepubads.g.doubleclick.net/tag/js/gpt.js");
});
//-->
DDZ1VW | Sonstiges Kapitalschutz Bonus Garantie Zertifikat auf S&P 500 bis 16.04.2029 (DZ) von DZ Bank | DE000DDZ1VW9