DAX18.686,59+0,63 % | Gold2.580,560,00 % | Öl (Brent)72,13-0,14 % | Dow Jones41.390,66+0,72 % | US Tech 10019.508,99+0,46 % | EUR/USD1,10770+0,02 % | |
Alarme einrichten
Zur Watchlist hinzufügen
Zum Portfolio hinzufügen
Chart für Dentsply International Inc Mini Future Long Open-End (MS) - ME2L11
Basiswertinformationen auf Dentsply International Inc
Produkte auf Dentsply International Inc
Performancevergleich Dentsply International Inc Mini Future Long Open-End (MS)
TTMzero
Zeitraum | Kurs Knock-Out | Performance in % | Kurs Basiswert | Performance in % |
Vortag | 0,955 EUR | 8,90 % | 24,98 USD | 3,38 % |
1 Woche | 0,92 EUR | 13,04 % | 24,55 USD | 5,19 % |
1 Monat | 0,86 EUR | 20,93 % | 23,88 USD | 8,14 % |
3 Monate | - | - | 33,47 USD | -22,82 % |
6 Monate | - | - | 35,13 USD | -26,48 % |
Lfd. Jahr | - | - | 37,09 USD | -30,36 % |
1 Jahr | - | - | 32,78 USD | -21,21 % |
Aktueller Kurs zu ME2L11
Börsenplatz | Morgan Stanley
|
Letzter Kurs | 1,04 EUR |
Performance | +8,38 % |
Kurszeit | 13.09.24 |
Eröffnung | 0,96 EUR |
Tageshoch | 1,07 EUR |
Tagestief | 0,95 EUR |
Vortageskurs | 0,96 EUR |
Stammdaten ME2L11
Name | Mini Future Long auf Dentsply International Inc KO-Barriere 15,98 Open-End (MS) |
ISIN | DE000ME2L111 |
WKN | ME2L11 |
Knock-Out-Art | Mini Future |
Knock-Out-Typ | Long |
Basispreis | 14,7989 USD |
Knock-Out Barriere | 15,98 USD |
Quanto | Nein |
Bezugsverhältnis | 0,10 |
Kennzahlen ME2L11
Kennzahl | Absolut | Relativ |
Hebel | 2,27 x | |
Abstand KO Barriere | 10,22 USD | 39,02 % |
Abstand Basispreis | 11,41 USD | 43,52 % |
Aufgeld | 0,01 USD | 0,04 % |
Aufgeld p.a. | 0,00 % |
Restlaufzeit | Open End | |
Spread | 0,01 EUR | 1,02 % |
Kennzahlen ME2L11
Datum | 13.09.2024 |
Umrechnungskurs | 1,10776 USD |
Kurs von Derivat | 1,04 EUR |
Knock-Out Barriereinformationen zu ME2L11
Handel ME2L11
Bewertungstag | Open End |
Ausübungstyp | Amerikanisch |
Abwicklungsart | Barausgleich |
Automatische Ausübung | Nein |
Mindesthandelsgröße | 1 Stück |
Handelszeit | 0-0 Uhr |
Emission ME2L11
Emittent | Morgan Stanley |
Kreditausfallschutz | Nein |
Emissionstag | 25.10.2023 |
Erster Handelstag | 25.10.2023 |
Emissionspreis | 1,73 EUR |
Emissionsvolumen | 10,8 Mio. |
Anlage
Anlage | Aktie |
Thema | Medizintechnik/-ausrüstung |
Region | USA |
Alle Produkte von Morgan Stanley
Produktbeschreibung Dentsply International Inc Mini Future Long Open-End (MS)
Mit dem Erwerb eines Knock-Outs kann der Anleger überproportional an der Entwicklung des Basiswertes partizipieren.
Dabei ergibt sich der Preis des Wertpapieres als (Kurs des Basiswertes in USD - 14,84 USD) * 0,10 umgerechnet zum Währungsfixingkurs in EUR. Aus dem geringeren Kapitaleinsatz im Vergleich zum Direktinvestment ergibt sich ein Hebel.
Falls der zugrundeliegende Basiswert während der Laufzeit zu irgendeinem Zeitpunkt (auch intraday) die Knock-Out-Schwelle von 16,03 USD berührt oder unterschreitet, wird das Wertpapier vorzeitig fällig und wird zum Restwert zurückgezahlt.
Um die Finanzierungskosten des Emittenten zu decken, werden Strike und Knock-Out bei diesem nicht laufzeitbegrenzten Wertpapier regelmäßig erhöht, so dass der Wert des Knock-Outs bei gleichbleibenden Kursen des Basiswertes sinkt.
'); $('.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') ); }); }
changeTableLayout();
$(".bootstrapSelectpicker").selectpicker("show").selectpicker("setStyle", "btn", "remove"); $(".bootstrap-select.disabled").find("button.form-control").addClass("disabled");
$(".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
30', 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":30,"color":"#E66F60","name":"Faktor","url":"\/zertifikate\/faktor-zertifikate-auf-dentsply-sirona-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
14', 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":14,"color":"#E66F60","name":"Classic","url":"\/optionsscheine\/classic-optionsscheine-auf-dentsply-sirona-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
55', 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":47,"color":"#E66F60","name":"Endlos","url":"\/knockouts\/endlos-turbos-auf-dentsply-sirona-aktie","index":0},{"y":8,"color":"#E5A16E","name":"Mini","url":"\/knockouts\/mini-futures-auf-dentsply-sirona-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": "ca10db6035cdd961ecc636290d059dfb10980cbc8855b02c4b3c69127cb38b0e"}, 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");
});
//-->