• Corporate Profile
    • Investor Relations
      • Corporate Profile
      • Stock Information
      • As Reported Financial Statements
      • SEC Filings
      • Insider Filings
      • Shareholder Letters
      • Financial Calculators
    • Corporate Governance
      • Organization Chart
      • Officers & Directors
      • Committee Charting
      • Governance Documents
    • News and Events
      • Events Calendar
      • News
      • Company Developments
    • 2020 Annual Meeting
    • Contact Us
      • Information Request
      • Email Notification
    • Platform Portal
  • Casino Not On Gamstop
' + '
' + '${{tradePrice}} ' + ' ' + ' ' + ' ' + '
' + '{{/.}}' /* beautify preserve:end */ ), beforeRender: function (event, stockData) { // console.log(stockData); $.each(stockData.items, function (i, item) { if ((Math.sign(item.percChange) === -1)) { item.percChange = "(" + Math.abs(parseFloat(item.percChange)).toString() + ")"; } if ((Math.sign(item.change) === -1)) { item.change = "(" + Math.abs(parseFloat(item.change)).toString() + ")"; } }); } });

Events Calendar

Notify me of new Company events.
Send me reminders of Company events.
  • Upcoming Events
  • Past Events

      Copyright 2022 © Singularity Future Technology, Ltd. All rights are reserved.
      Copyright , © Powered By Q4 Inc.
      ' + '' // @formatter:on /* beautify preserve:end */ ), itemTemplate: ( /* beautify preserve:start */ // @formatter:off '{{{timeline}}}' + '
    • ' + '
      ' + '
      ' + '
      ' + '
      ' + '
      ' + '' + '{{^multi}}{{date.date}} {{#validTime}}{{date.time}} {{timeZone}}{{/validTime}}{{/multi}}' + '{{#multi}}{{date.month}} {{date.day}} - {{endDate.day}}, {{endDate.year}}{{/multi}}' + '' + '
      ' + '
      ' + '

      {{title}}

      ' + '
      ' + '
      ' + '
      ' + '{{#isFuture}}' + '' + '' + '' + '{{/isFuture}}' + '' + '
      ' + '
      ' + '
      ' + '
      ' + '
      ' + '
      ' + '

      Event Details:

      ' + '
      ' + '{{#multi}}' + '
      ' + '
      Conference Date:
      ' + '
      ' + '{{date.month}} {{date.day}} - {{endDate.day}}, {{endDate.year}}' + '
      ' + '
      ' + '{{/multi}}' + '{{^multi}}' + '
      ' + '
      Event Date:
      ' + '
      {{date.date}} {{#validTime}}{{date.time}} {{timeZone}}{{/validTime}}
      ' + '
      ' + '{{/multi}}' + '{{#webcast}}' + '
      ' + '
      Webcast URL:
      ' + '
      {{webcast}}
      ' + '
      ' + '{{/webcast}}' + '{{#location}}' + '
      ' + '
      Location:
      ' + '
      ' + '{{{location}}}' + '
      ' + '
      ' + '{{/location}}' + '{{#speakers.0}}' + '
      ' + '
      Speakers:
      ' + '
      ' + '{{#speakers}}' + '
      ' + '{{name}}, {{position}}' + '
      ' + '{{/speakers}}' + '
      ' + '
      ' + '{{/speakers.0}}' + '{{#body}}{{#hasText}}' + '
      ' + '
      Additional Details:
      ' + '
      ' + '{{{body}}}' + '
      ' + '
      ' + '{{/hasText}}{{/body}}' + '{{#hasDocs}}' + '
      ' + '
      Additional Documents:
      ' + '
      ' + '
        ' + '{{#docs}}' + '
      • {{title}}
      • ' + '{{/docs}}' + '{{#presentations}}' + '
      • {{title}}
      • ' + '{{/presentations}}' + '{{#pressReleases}}' + '
      • {{title}}
      • ' + '{{/pressReleases}}' + '{{#financialReports}}' + '{{#docs}}' + '
      • {{docTitle}}
      • ' + '{{/docs}}' + '{{/financialReports}}' + '
      ' + '
      ' + '
      ' + '{{/hasDocs}}' + '
      ' + '
      ' + '
      ' + '
    • ' // @formatter:on /* beautify preserve:end */ ), indexBeforeRenderItems: function (e, tpl) { if (tpl.items.length ' + '' + '' + item.year + '' + '' // @formatter:on /* beautify preserve:end */ ); } item.multi = item.date.date === item.endDate.date ? false : true; item.cls = yearToShow == item.year ? 'show' : 'hide'; $.each(item.financialReports, function (j, report) { $.each(report.docs, function (k, doc) { if (doc.docCategory == 'webcast' && doc.docUrl == item .webcast) { doc.duplicateWebcast = true; } }); }); }); }, indexItemsComplete: function (e) { $(e.target).find('.irwEventBoxTrigger').on('click', function () { var $event = $(this).closest('.timeline-item'); $event.find('.irwEventBody').toggleClass('hidden').toggleClass('show'); $event.find('.irwBoxTools span').toggleClass('fa-minus fa-plus'); }); }, indexComplete: function (e) { $(e.target).find('.treeround').on('click', function (e) { var $icon = $(this).find('> .fa'), $span = $(this).find('> .tree-primary'), $items = $($(this).data('items')); if ($span.hasClass('active')) { $span.removeClass('active'); $icon.removeClass('fa-dot-circle-o').addClass('fa-circle-o'); $items.addClass('hide').removeClass('show'); } else { $span.addClass('active'); $icon.addClass('fa-dot-circle-o').removeClass('fa-circle-o'); $items.removeClass('hide').addClass('show'); } }); }, beforeRender: function (e, data) { $.each(data.items, function (i, item) { item.hasText = $('
      ' + item.body + '
      ').text().length; item.hasDocs = !!item.docs.length || !!item.presentations.length || !!item .financialReports.length || !!item.pressReleases.length; item.validTime = item.date.time !== '12:00 AM' ? true : false; }); }, complete: function (e) { $(e.target).find('.addToCalendar').on('click', function (e) { e.stopPropagation(); }); }, }; $('#Event').indexEvents(options); $('#PastEvent').indexEvents($.extend({}, options, { showFuture: false, showPast: true, })); $('.irwCommonTabs').on('click', 'a', function (e) { e.preventDefault(); $(this).parent().addClass('active').siblings().removeClass('active'); var tabPane = $(this).attr('href'); $(tabPane).show().siblings().hide(); });