DAX19.000,92+0,05 % | Gold2.664,73+0,32 % | Öl (Brent)77,57-0,19 % | Dow Jones41.993,34-0,04 % | US Tech 10019.811,71+0,11 % | EUR/USD1,10336+0,01 % | |
Alarme einrichten
Zur Watchlist hinzufügen
Zum Portfolio hinzufügen
Zertifikat-ArtExpress
Zertifikat-TypSonstige
Bewertungstag18.12.2026
Spread1,00 %
BasiswertRheinmetall AG
Basiswert Kurs516,00EUR
Chart für Rheinmetall AG Express Sonstige bis 2026/12 (UNI) - HVB8FA
Basiswertinformationen auf Rheinmetall AG
Produkte auf Rheinmetall AG
Aktueller Kurs zu HVB8FA
Börsenplatz | Börse Frankfurt
|
Letzter Kurs | 100,31 EUR |
Performance | -0,03 % |
Kurszeit | 03.10.24 |
Eröffnung | 100,30 EUR |
Tageshoch | 100,31 EUR |
Tagestief | 100,30 EUR |
Vortageskurs | 100,34 EUR |
Stammdaten HVB8FA
Name | Sonstiges Express Zertifikat auf Rheinmetall AG bis 18.12.2026 (UNI) |
ISIN | DE000HVB8FA5 |
WKN | HVB8FA |
Zertifikat-Art | Express |
Zertifikat-Typ | Sonstige |
Basispreis | 284,70 EUR |
Bezugsverhältnis | 3,51247 |
Quanto | Nein |
Kennzahlen HVB8FA
Kennzahl | Absolut | Relativ |
Restlaufzeit | 805 Tage | |
Spread | 1,01 EUR | 1,00 % |
Handel HVB8FA
Bewertungstag | 18.12.2026 |
Letzter Handelstag | 17.12.2026 |
Auszahlungstag | 28.12.2026 |
Abwicklungsart | phys. Lieferung möglich |
Mindesthandelsgröße | 1.000 Euro |
Handelszeit | 8-20 Uhr |
Emission HVB8FA
Emittent | Unicredit |
Kreditausfallschutz | Nein |
Emissionstag | 28.12.2023 |
Erster Handelstag | 28.12.2023 |
Emissionspreis | 100,00 EUR |
Emissionsvolumen | 30 Mio. |
Referenzkurs Basiswert | 284,70 EUR |
Anlage
Anlage | Aktie |
Thema | Stahl/Eisen |
Region | Deutschland |
Alle Produkte von Unicredit
Produktbeschreibung Rheinmetall AG Express Sonstige bis 2026/12 (UNI)
Der Anleger hat mit diesem Zertifikat die Chance auf vorzeitige Rückzahlung in Abhängigkeit von der Entwicklung des Basiswertes.
Wenn an einem der Bewertungstage der Basiswert über oder auf der jeweiligen Rückzahlungsschwelle notiert, wird das Zertifikat fällig gestellt und zu einem festen Betrag zurückgezahlt:
Datum | Schwelle | Rückzahlung |
19.12.24 | 284,70 | 100,00% |
18.12.25 | 284,70 | 100,00% |
18.12.26 | 170,82 | 100,00% |
Es werden folgende Kupons fest ausgeschüttet:
Kupontermin | Kupon |
28.12.2024 | 7,40% p.a. |
28.12.2025 | 7,40% p.a. |
28.12.2026 | 7,40% p.a. |
Falls es zu keiner Express-Rückzahlung gekommen ist, orientiert sich die Rückzahlung des Zertifikats bei Fälligkeit an der Kursentwicklung des Basiswertes. Steigende Kurse werden nicht berücksichtigt, fallende Kurse werden dem Anleger angerechnet. Im besten Fall wird dem Anleger also der Nennwert zurückgezahlt.
'); $('.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
5724', 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":1889,"color":"#E66F60","name":"Discount","url":"\/zertifikate\/discount-zertifikate-auf-rheinmetall-aktie","index":0},{"y":1818,"color":"#E5A16E","name":"Bonus","url":"\/zertifikate\/bonus-zertifikate-auf-rheinmetall-aktie","index":1},{"y":1121,"color":"#F2CC7E","name":"Faktor","url":"\/zertifikate\/faktor-zertifikate-auf-rheinmetall-aktie","index":0},{"y":829,"color":"#51AB75","name":"Aktienanleihe","url":"\/zertifikate\/aktienanleihen-auf-rheinmetall-aktie","index":1},{"y":55,"color":"#88BD76","name":"Express","url":"\/zertifikate\/express-zertifikate-auf-rheinmetall-aktie","index":0},{"y":12,"color":"#C1CF83","name":"Kapitalschutz","url":"\/zertifikate\/kapitalschutz-zertifikate-auf-rheinmetall-aktie","index":1}], 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
6505', 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":5190,"color":"#E66F60","name":"Classic","url":"\/optionsscheine\/classic-optionsscheine-auf-rheinmetall-aktie","index":0},{"y":677,"color":"#E5A16E","name":"Discount","url":"\/optionsscheine\/discount-optionsscheine-auf-rheinmetall-aktie","index":1},{"y":638,"color":"#F2CC7E","name":"Inline","url":"\/optionsscheine\/inline-optionsscheine-auf-rheinmetall-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
8442', 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":6956,"color":"#E66F60","name":"Endlos","url":"\/knockouts\/endlos-turbos-auf-rheinmetall-aktie","index":0},{"y":1439,"color":"#E5A16E","name":"Mini","url":"\/knockouts\/mini-futures-auf-rheinmetall-aktie","index":1},{"y":47,"color":"#F2CC7E","name":"Classic","url":"\/knockouts\/classic-turbos-auf-rheinmetall-aktie","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");
});
//-->
HVB8FA | Sonstiges Express Zertifikat auf Rheinmetall AG bis 18.12.2026 (UNI) von Unicredit | DE000HVB8FA5