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
Toggle navigation
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() + ")"; } }); } });
News
All Releases
Earnings Releases
Merger Releases
Display:
All Releases
Earnings Releases
Merger Releases
Search Press Releases
Subscribe for Email Alerts
Subscribe to RSS feed
List View
Grid View
Date
Headline
', itemTemplate: ( /* beautify preserve:start */ // @formatter:off '
' + '
' + '
' + '
{{date.date}}
' + '{{#validTime}}
' + '
{{date.time}}
' + '
ET
' + '
{{/validTime}}' + '
' + '
' + '
{{newsType}}
' + '
{{title}}
' + '
' + '
{{date.date}}
' + '
' + '
' + '
' + '{{#shortBody}}' + '{{#relatedDocument}}' + '{{^linkToUrl}}' + '
' + '
Summary
' + '
' + '
' + '
' + '
Download -
PDF' + '
' + '
' + '{{/linkToUrl}}' + '{{#linkToUrl}}{{#isPDF}}' + '
' + '
' + '
Download -
PDF' + '
' + '
' + '{{/isPDF}}{{/linkToUrl}}' + '{{/relatedDocument}}' + '{{^relatedDocument}}' + '{{^linkToUrl}}' + '
' + '
Summary
' + '
' + '{{/linkToUrl}}' + '{{#linkToUrl}}' + '
' + '
' + '
Download -
PDF' + '
' + '
' + '{{/linkToUrl}}' + '{{/relatedDocument}}' + '{{/shortBody}}' + '{{^shortBody}}' + '{{#relatedDocument}}' + '
' + '
' + '
Download -
PDF' + '
' + '
' + '{{/relatedDocument}}' + '{{/shortBody}}' + '
' + '
' + '
' + '
' + '
{{{shortBody}}}
' + '
' + '
Continue Reading' + '
' + '
' + '
' + '
' + '
' // @formatter:on /* beautify preserve:end */ ), beforeRenderItems: function (e, tplData) { $.each(tplData.items, function (i, item) { if (!("linkToUrl" in item)) { item.linkToUrl = item.linkTOUrl; // hack for widget issue } // default news type item.newsType = 'Press Release'; var lowerTags = item.tags.join('').toLowerCase(); // Check other news type if (lowerTags.indexOf('earnings') > -1) { item.newsType = 'Earnings Release'; } else if (lowerTags.indexOf('merger') > -1) { item.newsType = 'Merger Release'; } // Check if time should be shown item.validTime = item.date.time !== '12:00 AM' ? true : false; // related document item.relatedDocument = !!item.docUrl ? item.docUrl : !!item.attachments.length ? item.attachments[0].url : ''; // is override pdf item.isPDF = !!item.linkToUrl && item.linkToUrl.indexOf('pdf') > -1 ? true : false; }); }, itemsComplete: function (e) { var $pagination = $('.pagination', e.target), pagerDisplay = '.pager_display', perPage = 6, contentItem = $('.irwPanel .irwTableRowItem', e.target); // Check if items exist before building pagination if (contentItem.length) { $pagination.pager({ content: contentItem, pageMessageContainer: pagerDisplay, pageMessageTemplate: 'Displaying {{firstItem}} to {{lastItem}} (of {{itemCount}} releases)', pageRange: 9, perPage: perPage, showFirstLast: false, labels: { prev: '«', next: '»' }, template: ( '
{{page}}
' ), append: false, trigger: 'li button', afterChange: function (event, data) { var prevPage = data.prevPage, newPage = data.page, $buttons = $('button', event.target); $buttons.removeClass('disabled btn-primary'); $buttons.eq(data.page).addClass('btn-primary'); switch (newPage) { case '«': $pagination.pager('changePage', (prevPage - 1) ($buttons .length - 2) ? $buttons.length - 2 : prevPage + 1); break; case 1: $buttons.eq(0).addClass('disabled'); break; case $buttons.length - 2: $buttons.eq($buttons.length - 1).addClass('disabled'); break; } } }); // Hide pager if page is less than 2 if (contentItem.length -1 ? $summaryIcon.removeClass('fa-plus-square').addClass('fa-minus-square') : $summaryIcon.removeClass('fa-minus-square').addClass('fa-plus-square'); }); }, complete: function (e) { var $target = $(e.target); // Redirect search input to search page on enter $('.search_input', $target).on('keypress blur', function (event) { if (event.keyCode == 13) { event.preventDefault(); var searchTerm = $(this).val(); var searchUrl = '/search-results?SearchTerm=' + searchTerm + '&category=press_release&page=1'; } }); // Redirect search input to search page on click $('.fa-search', $target).on('click', function () { var searchTerm = $(this).parent().find('.search_input').val(); var searchUrl = '/search-results?SearchTerm=' + searchTerm + '&category=press_release&page=1'; }); // Trigger Tabs $('.irwTabs', $target).on('click', 'li', function (event) { event.preventDefault(); $(this).parent().find('li').removeClass('active'); $(this).addClass('active'); var tag = $(this).find('a').attr('rel'); tag = tag === 'all' ? '' : tag; var tags = []; switch (tag) { case 'earnings': tags = ['earnings', 'Earnings', 'Earnings-Release']; break; case 'merger': tags = ['merger', 'Merger', 'Merger-Release']; break; default: break; } $target.news('setTags', tags, false); }); // If rel hash value exists in url trigger tab click on load var hashValue = window.location.hash.substr(1); if (!!hashValue) { $('.news_tag[rel="' + hashValue + '"]').trigger('click'); } // Switch trigger for Grid and List View $('.irwSwitch', $target).on('click', 'li', function (event) { event.preventDefault(); $(this).closest('.row').find('.irwPRSummary').hide(); $(this).closest('.row').find('.irwTableRowItem .fa:first').removeClass( 'fa-minus-square').addClass('fa-plus-square'); var type = $(this).find('a').attr('rel'); $(this).parent().find('li').removeClass('active'); $(this).addClass('active'); $('.irwPanel .irwTableWrapper', $target).removeClass('gridPR listPR').addClass( type); }); // Mobile News Category Select - Trigger tab click on change $('.select--news-category', $target).on('change', function () { var value = $(this).val(); $('.irwCommonTabs', $target).find('a[rel="' + value + '"]').trigger('click'); }); } });
Copyright
2022
© Singularity Future Technology, Ltd. All rights are reserved.