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 Short Open-End (MS) - MB9U9T
Basiswertinformationen auf Dentsply International Inc
Produkte auf Dentsply International Inc
Performancevergleich Dentsply International Inc Mini Future Short Open-End (MS)
TTMzero
Zeitraum | Kurs Knock-Out | Performance in % | Kurs Basiswert | Performance in % |
Vortag | 1,615 EUR | -4,64 % | 24,98 USD | 3,38 % |
1 Woche | 1,64 EUR | -6,10 % | 24,55 USD | 5,19 % |
1 Monat | 1,77 EUR | -12,99 % | 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 | - | - | 37,37 USD | -30,89 % |
Aktueller Kurs zu MB9U9T
Börsenplatz | Morgan Stanley
|
Letzter Kurs | 1,54 EUR |
Performance | -4,95 % |
Kurszeit | 13.09.24 |
Eröffnung | 1,62 EUR |
Tageshoch | 1,63 EUR |
Tagestief | 1,51 EUR |
Vortageskurs | 1,62 EUR |
Stammdaten MB9U9T
Name | Mini Future Short auf Dentsply International Inc KO-Barriere 39,78 Open-End (MS) |
ISIN | DE000MB9U9T5 |
WKN | MB9U9T |
Knock-Out-Art | Mini Future |
Knock-Out-Typ | Short |
Basispreis | 43,2584 USD |
Knock-Out Barriere | 39,78 USD |
Quanto | Nein |
Bezugsverhältnis | 0,10 |
Kennzahlen MB9U9T
Kennzahl | Absolut | Relativ |
Hebel | 1,54 x | |
Abstand KO Barriere | 13,51 USD | 51,46 % |
Abstand Basispreis | 16,99 USD | 64,70 % |
Aufgeld | 0,01 USD | 0,03 % |
Aufgeld p.a. | 0,00 % |
Restlaufzeit | Open End | |
Spread | 0,01 EUR | 0,62 % |
Kennzahlen MB9U9T
Datum | 13.09.2024 |
Umrechnungskurs | 1,10777 USD |
Kurs von Derivat | 1,54 EUR |
Knock-Out Barriereinformationen zu MB9U9T
Handel MB9U9T
Bewertungstag | Open End |
Ausübungstyp | Amerikanisch |
Abwicklungsart | Barausgleich |
Automatische Ausübung | Nein |
Mindesthandelsgröße | 1 Stück |
Handelszeit | 0-0 Uhr |
Emission MB9U9T
Emittent | Morgan Stanley |
Kreditausfallschutz | Nein |
Emissionstag | 16.08.2023 |
Erster Handelstag | 16.08.2023 |
Emissionsvolumen | 9,1 Mio. |
Anlage
Anlage | Aktie |
Thema | Medizintechnik/-ausrüstung |
Region | USA |
Alle Produkte von Morgan Stanley
Produktbeschreibung Dentsply International Inc Mini Future Short 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 ( 43,27 USD - Kurs des Basiswertes in 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 39,78 USD berührt oder überschreitet, 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 erniedrigt, 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": "ca10db6035cdd961ecc636290d059dfb457348ab24855520b16b7f1581a52c51"}, 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");
});
//-->