DAX19.553,30+0,05 % | Gold2.653,15+0,06 % | Öl (Brent)74,07-4,42 % | Dow Jones43.151,55+0,09 % | US Tech 10020.406,90-0,32 % | EUR/USD1,09126+0,04 % | |
Alarme einrichten
Zur Watchlist hinzufügen
Zum Portfolio hinzufügen
Zertifikat-ArtAktienanleihe
Zertifikat-TypSonstige
Bewertungstag13.02.2025
Zinssatz p.a.6,85 %
Spread0,49 %
BasiswertCommerzbank AG
Basiswert Kurs16,51EUR
Chart für Commerzbank AG Aktienanleihe Sonstige 6,85 % bis 2025/02 (VON) - VM9YL2
Basiswertinformationen auf Commerzbank AG
Produkte auf Commerzbank AG
Performancevergleich Commerzbank AG Aktienanleihe Sonstige 6,85 % bis 2025/02 (VON)
TTMzero
Zeitraum | Kurs Zertifikat | Performance in % | Kurs Basiswert | Performance in % |
Vortag | 101,11 EUR | 0,49 % | 16,65 EUR | -0,81 % |
1 Woche | 101,13 EUR | 0,47 % | 16,64 EUR | -0,77 % |
1 Monat | 101,29 EUR | 0,32 % | 15,37 EUR | 7,45 % |
3 Monate | 101,12 EUR | 0,48 % | 12,91 EUR | 27,93 % |
6 Monate | - | - | 10,73 EUR | 53,87 % |
Lfd. Jahr | - | - | 10,04 EUR | 64,48 % |
1 Jahr | - | - | 10,45 EUR | 57,99 % |
Aktueller Kurs zu VM9YL2
Börsenplatz | Vontobel
|
Letzter Kurs | 101,11 EUR |
Performance | 0,00 % |
Kurszeit | 10:32:18 |
Eröffnung | 101,10 EUR |
Tageshoch | 101,12 EUR |
Tagestief | 101,10 EUR |
Vortageskurs | 101,11 EUR |
Stammdaten VM9YL2
Name | Sonstige Aktienanleihe 6,85 % auf Commerzbank AG bis 13.02.2025 (VON) |
ISIN | DE000VM9YL20 |
WKN | VM9YL2 |
Zertifikat-Art | Aktienanleihe |
Zertifikat-Typ | Sonstige |
Basispreis | 10,569 EUR |
Zinssatz | 6,85 % |
Nominalwert | 1.000,00 EUR |
Quanto | Nein |
Bezugsmenge | 94,61633 |
Zins
Zinstermin | 20.02.2025 |
Zinstage | 369 |
Zinslauf ab | 16.02.2024 |
Zinslauf bis | 19.02.2025 |
Handel VM9YL2
Bewertungstag | 13.02.2025 |
Letzter Handelstag | 13.02.2025 |
Auszahlungstag | 20.02.2025 |
Abwicklungsart | phys. Lieferung möglich |
Mindesthandelsgröße | 1.000 Euro |
Handelszeit | 8-22 Uhr |
Emission VM9YL2
Emittent | Vontobel |
Kreditausfallschutz | Nein |
Emissionstag | 13.02.2024 |
Erster Handelstag | 13.02.2024 |
Emissionspreis | 100,00 EUR |
Emissionsvolumen | 25 Mio. |
Referenzkurs Basiswert | 10,57 EUR |
Anlage
Anlage | Aktie |
Thema | Energieversorgung |
Region | Deutschland |
Alle Produkte von Vontobel
Produktbeschreibung Commerzbank AG Aktienanleihe Sonstige 6,85 % bis 2025/02 (VON)
Es werden folgende Kupons fest ausgeschüttet:
Kupontermin | Kupon |
20.02.2025 | 6,85% p.a. |
Die Rückzahlung des Zertifikats bei Fälligkeit orientiert sich an der Kursentwicklung des Basiswertes in Bezug auf den Basispreis von 10,57 EUR. Steigende Kurse werden nicht berücksichtigt, fallende Kurse werden dem Anleger angerechnet. Im besten Fall wird dem Anleger also der Nennwert zurückgezahlt.
Falls sich der Basiswert bis zur Fälligkeit negativ entwickelt hat, greift unter Umständen der Sicherungsmechanismus des Zertifikats. Solange der Basiswert bei Fälligkeit die Schwelle von 5,29 EUR nicht berührt oder unterschreitet, wird das Zertifikat zum Nennwert zurückgezahlt. Ansonsten wird dem Anleger eine vorher festgelegte Anzahl des Basiswertes geliefert.
'); $('.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
6464', 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":2225,"color":"#E66F60","name":"Bonus","url":"\/zertifikate\/bonus-zertifikate-auf-commerzbank-aktie","index":0},{"y":1941,"color":"#E5A16E","name":"Discount","url":"\/zertifikate\/discount-zertifikate-auf-commerzbank-aktie","index":1},{"y":1246,"color":"#F2CC7E","name":"Aktienanleihe","url":"\/zertifikate\/aktienanleihen-auf-commerzbank-aktie","index":0},{"y":869,"color":"#51AB75","name":"Faktor","url":"\/zertifikate\/faktor-zertifikate-auf-commerzbank-aktie","index":1},{"y":176,"color":"#88BD76","name":"Express","url":"\/zertifikate\/express-zertifikate-auf-commerzbank-aktie","index":0},{"y":5,"color":"#C1CF83","name":"Kapitalschutz","url":"\/zertifikate\/kapitalschutz-zertifikate-auf-commerzbank-aktie","index":1},{"y":2,"color":"#00AFC8","name":"Sprint","url":"\/zertifikate\/sprint-zertifikate-auf-commerzbank-aktie","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
4764', 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":3434,"color":"#E66F60","name":"Classic","url":"\/optionsscheine\/classic-optionsscheine-auf-commerzbank-aktie","index":0},{"y":864,"color":"#E5A16E","name":"Discount","url":"\/optionsscheine\/discount-optionsscheine-auf-commerzbank-aktie","index":1},{"y":466,"color":"#F2CC7E","name":"Inline","url":"\/optionsscheine\/inline-optionsscheine-auf-commerzbank-aktie","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
4897', 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":3550,"color":"#E66F60","name":"Endlos","url":"\/knockouts\/endlos-turbos-auf-commerzbank-aktie","index":0},{"y":1051,"color":"#E5A16E","name":"Mini","url":"\/knockouts\/mini-futures-auf-commerzbank-aktie","index":1},{"y":266,"color":"#F2CC7E","name":"Classic","url":"\/knockouts\/classic-turbos-auf-commerzbank-aktie","index":0},{"y":30,"color":"#51AB75","name":"Smart","url":"\/knockouts\/smart-turbos-auf-commerzbank-aktie","index":1}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
WoodooTab.tabify( $("div.wotabs:not(.notabify)") );
$.ajax({ type: "GET", url: "/_rpc/json/instrument/derivative/comparableProductsContent", data: {"key": "ca10db6035cdd961ecc636290d059dfb6d3828e5cc1a56b06d601d4d3ea8dd4f"}, success: function (r) { if ( r.status == 1 ) { $("#comparableProducts1").html(r.content); } } }); $("#comparableProducts1").on("click", "a", function() { window.ga4EventAdIntegration("HypoVereinsbank", "Alternative", $(this).data("type"), $(this).data("underlyingname"), $(this).data("wkn") ); });
$("#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");
});
//-->
VM9YL2 | Sonstige Aktienanleihe 6,85 % auf Commerzbank AG bis 13.02.2025 (VON) von Vontobel | DE000VM9YL20