$(function () { $('[data-toggle="tooltip"]').tooltip({ animated: 'fade' //trigger: 'click' }); }) // ##### Customized Tooltip ##### $(function () { if (typeof $.fn.tooltip.Constructor === 'undefined') { throw new Error('Bootstrap Tooltip must be included first!'); } var Tooltip = $.fn.tooltip.Constructor; // add customClass option to Bootstrap Tooltip $.extend( Tooltip.Default, { customClass: '' }); var _show = Tooltip.prototype.show; Tooltip.prototype.show = function () { // invoke parent method _show.apply(this,Array.prototype.slice.apply(arguments)); if ( this.config.customClass ) { var tip = this.getTipElement(); $(tip).addClass(this.config.customClass); } }; }) $(document).ready(function(){ $('.white-tooltip').tooltip(); }); // ##### POPOVER ##### --> $(function(){ $("[data-toggle=popover]").popover({ trigger: 'hover', html : true, content: function() { var content = $(this).attr("data-popover-content"); return $(content).children(".popover-body").html(); }, title: function() { var title = $(this).attr("data-popover-content"); return $(title).children(".popover-heading").html(); } }); }); // ##### Back to top #### $(document).ready(function(){ $('#back-to-top').click(function () { $('body,html').animate({ scrollTop: 0 }, 1200); return false; }); }); $(document).on('click', 'a[href^="#box"]', function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top - 70 }, 800); }); -->
(in milioni di Euro e margini in % dei Ricavi Netti dalla vendita di nuovi yacht ) | 2019 | 2020 | 2021 | 2022 | 2023 |
---|---|---|---|---|---|
Ricavi netti dalla vendita di nuovi yacht | 455,9 | 457,7 | 585,9 | 740,7 | 840,2 |
EBITDA | 66,0 | 69,2 | 94,6 | 129,6 | 157,5 |
EBITDA margin | 13,2% | 15,1% | 16,2% | 17,5% | 18,7% |
EBIT | 43,1 | 49,0 | 72,2 | 102,7 | 125,9 |
EBIT margin | 9,5% | 10,7% | 12,4% | 13,9% | 15,0% |
Utile netto di Gruppo | 27,0 | 34,5 | 51,0 | 74,2 | 92,8 |
Investimenti | 51,4 | 30,8 | 49,2 | 50,0 | 44,5 |
Posizione finanziaria netta (1) | -9,1 | 3,8 | 39,0 | 100,3 | 140,5 |