<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="http://helgridly.github.io/finstuff/finstuff/feed.xml" rel="self" type="application/atom+xml" /><link href="http://helgridly.github.io/finstuff/finstuff/" rel="alternate" type="text/html" /><updated>2022-01-06T18:30:22+00:00</updated><id>http://helgridly.github.io/finstuff/finstuff/feed.xml</id><title type="html">Fin Stuff</title><subtitle>Writing about financial things</subtitle><author><name>Floomi</name></author><entry><title type="html">Understanding NOPE</title><link href="http://helgridly.github.io/finstuff/finstuff/understanding-NOPE/" rel="alternate" type="text/html" title="Understanding NOPE" /><published>2021-02-25T00:00:00+00:00</published><updated>2021-02-25T00:00:00+00:00</updated><id>http://helgridly.github.io/finstuff/finstuff/understanding-NOPE</id><content type="html" xml:base="http://helgridly.github.io/finstuff/finstuff/understanding-NOPE/">&lt;p&gt;This post aims to provide a working understanding of what NOPE is and the theory behind it. I will cover:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Who is on the other side of your option trades&lt;/li&gt;
  &lt;li&gt;How they avoid being stuck holding the opposite position to yours&lt;/li&gt;
  &lt;li&gt;What this does to the market&lt;/li&gt;
  &lt;li&gt;What NOPE is measuring and how it does it&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;prerequisites&quot;&gt;Prerequisites&lt;/h2&gt;

&lt;p&gt;This post is aimed at someone with a beginner-to-intermediate understanding of options trading. Specifically, I assume you already know:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;What options are&lt;/li&gt;
  &lt;li&gt;What the order book is&lt;/li&gt;
  &lt;li&gt;A basic understanding of the options greeks&lt;/li&gt;
  &lt;li&gt;That the Black-Scholes formula exists and that it’s used to price options using the greeks. (But don’t need to know it or be able to derive it!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you don’t know these things, the good news is that there are &lt;strong&gt;many&lt;/strong&gt; resources online that can teach you, right on the other side of your favourite search engine :)&lt;/p&gt;

&lt;p&gt;I also assume you know who &lt;a href=&quot;https://twitter.com/nope_its_lily&quot;&gt;Lily&lt;/a&gt; is and have heard about this NOPE thing. Otherwise how did you even get here?&lt;/p&gt;

&lt;p&gt;With that out of the way: let’s get started.&lt;/p&gt;

&lt;h1 id=&quot;what-happens-when-i-make-a-trade&quot;&gt;What happens when I make a trade?&lt;/h1&gt;

&lt;p&gt;It is natural to assume that when you make a trade, you are making a bet with someone else who wants to take the opposite position. For instance, if you’re buying a call, you’re buying it from someone who thinks you’re wrong, and thinks the security will go down.&lt;/p&gt;

&lt;p&gt;This is, in general, completely incorrect.&lt;/p&gt;

&lt;p&gt;The &lt;em&gt;vast&lt;/em&gt; majority of the time you are actually interacting with a &lt;strong&gt;market maker&lt;/strong&gt;. Per &lt;a href=&quot;https://www.investopedia.com/terms/m/marketmaker.asp&quot;&gt;Investopedia&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;A market maker (MM) is a firm or individual who actively quotes two-sided markets in a security, providing bids and offers (known as asks) along with the market size of each.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;MMs place &lt;em&gt;both&lt;/em&gt; bids and asks on the order book. Their goal is to make money from the difference between those two prices (known as the &lt;strong&gt;spread&lt;/strong&gt;) - buy from people who want to sell &lt;em&gt;now&lt;/em&gt;, sell to people who want to buy &lt;em&gt;now&lt;/em&gt;, keep the change. That “keep the change” &lt;em&gt;is&lt;/em&gt; the business model of a market maker - they have no interest in holding either long or short positions, so they need to get rid of any positions (or otherwise neutralize them) ASAP. Holding a position introduces a &lt;em&gt;ton&lt;/em&gt; of risk that they don’t want.&lt;/p&gt;

&lt;p&gt;In the case of trading stocks, there is typically enough volume that the amount of time they’re actually holding a security - between buying it from you and flogging it to someone else - is small, so the whole thing works nicely. Impatient people get to make their trades, the spread is narrowed, they pocket some change - everybody wins. This function is so important that exchanges approve designated market makers who are &lt;em&gt;contractually obliged&lt;/em&gt; to place both bid and ask orders, in return for a commission fee.&lt;/p&gt;

&lt;p&gt;However.&lt;/p&gt;

&lt;p&gt;The “buy it and flog it to someone else quickly” approach does not work for options. The demand is just not there. Think of an options chain: a zillion dates, and a zillion strikes for each date, multiplied by two (for puts and calls). The daily volume for the most popular single option is less than the &lt;em&gt;minutely&lt;/em&gt; volume for its underlying!&lt;/p&gt;

&lt;p&gt;While a market maker will be very glad to sell the other side of your trades to anyone else who comes along, they have to be able to do something else in the meantime, because being forced to take positions (that you didn’t even choose!) is, um, terrible for your portfolio and not anywhere in your business model! That something else is called &lt;strong&gt;hedging&lt;/strong&gt;, and it’s the core behaviour that NOPE watches.&lt;/p&gt;

&lt;p&gt;I will note for the sake of any pedants reading that MMs are not the only people who hedge option trades; plenty of other institutions do it too, and for all sorts of reasons. &lt;em&gt;Who&lt;/em&gt; is doing the hedging doesn’t matter; the &lt;em&gt;how&lt;/em&gt; does. I will continue to say “market makers” in this piece, because saying “market makers and hedge funds and other institutions” every time is clumsy, I find it helpful to imagine a particular someone, and that someone may just as well be a market maker.&lt;/p&gt;

&lt;h1 id=&quot;how-do-mms-avoid-being-stuck-with-the-other-side-of-my-option-trades&quot;&gt;How do MMs avoid being stuck with the other side of my option trades?&lt;/h1&gt;

&lt;p&gt;Let’s say you are a market maker, and you just sold me 100 at-the-money SPY calls. You did this because you were &lt;em&gt;contractually obliged to&lt;/em&gt; - you had no choice in the matter. At the moment I buy the calls from you, this is fine, because the options were priced fairly. By fairly we mean “we both value the calls to be worth the money I paid”, i.e. the cost of the premium I paid perfectly matches the risk that you’re taking. You could - assuming you found a buyer - pay someone the money I just gave you to take on your obligation, and they would choose the same price.&lt;/p&gt;

&lt;p&gt;But of course the value of one SPY share (aka its &lt;strong&gt;spot&lt;/strong&gt; price) is going to change, which means the value of the option is going to change. You’ll remember the value of an option changes by &lt;strong&gt;delta&lt;/strong&gt; for every $1 the underlying moves deeper in-the-money.&lt;/p&gt;

&lt;p&gt;In our example we said that the calls were at-the-money, so let’s say their delta is 0.52. This means that if the price of SPY goes up by $1, the price of the option will increase by $0.52. Multiply that by the 100 calls I bought, and in order to get rid of them you would now have to pay someone an extra $52, plus the money I originally paid you. Thus your portfolio is effectively worth $52 less.&lt;/p&gt;

&lt;p&gt;As a market maker, you want the total value of the securities you’re holding to be “net zero” at all times, because guessing which way the market is going isn’t your business model. So you need to offset this risk in such a way that if the price of SPY goes up $1, your portfolio somehow gains the $52 in value that it’ll lose from the calls you sold me.&lt;/p&gt;

&lt;p&gt;Well, that’s easy: buy 52 SPY shares!&lt;/p&gt;

&lt;p&gt;That way, if the price moves up $1, your 52 shares gain a dollar each, exactly offsetting the loss in value of the options you sold me. If the price moves down $1, the opposite happens, and you’re still good. If the price doesn’t move: even better! Perfect!&lt;/p&gt;

&lt;p&gt;This is it. This is the key insight; if you can wrap your head around this, everything else will follow. It’s so important I’m going to write it again in bold.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Thing #1: MMs respond to option sales by taking positions in the underlying.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;They do this as part of their effort to “net zero” their portfolio and insulate themselves from the risk of price movements. Doing things to protect yourself from risk is called &lt;strong&gt;hedging&lt;/strong&gt;.&lt;/p&gt;

&lt;h3 id=&quot;um-the-price-isnt-going-to-move-just-once-though&quot;&gt;Um, the price isn’t going to move just once, though…&lt;/h3&gt;

&lt;p&gt;Right. You hedged the initial options, the underlying (spot) price moved, your hedge worked, but now you’re back to where you started - exposed to the risk of the price moving &lt;em&gt;again&lt;/em&gt;. And because the option is further in-the-money now, delta is a little bigger, say 0.54. So if the spot price of SPY moves up $1, the total price adjustment for the calls you sent me would be $54.&lt;/p&gt;

&lt;p&gt;Thankfully you already have the 52 shares, so if the price of SPY goes up $1, they’ll earn $52. So you’d only be $2 short of the $54 you’d lose, and can solve that by buying two more shares.&lt;/p&gt;

&lt;p&gt;This corresponds to the 0.02 difference in delta between your last position and your current one. By buying those two extra shares, your delta is now back to “even” - we call this being &lt;strong&gt;delta neutral&lt;/strong&gt;. Not surprisingly, the process of hedging your delta risk is called &lt;strong&gt;delta hedging&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And so you keep adjusting as delta fluctuates. If the spot price goes back down a dollar, you sell off those two shares. You do this &lt;em&gt;repeatedly&lt;/em&gt;, as the spot price moves, in order to maintain your delta neutral position.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Thing #2: MMs holding option positions make predictable trades in the underlying as spot price changes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is interesting: by trading options, you force MMs to take certain positions in the underlying &lt;em&gt;and&lt;/em&gt; force them to keep adjusting those positions in predictable ways until option expiry. How often do they re-hedge? We don’t know. But it’s a good question, and we’ll come back to it in a bit. For now, let’s take a step back, because we’ve learned a lot already.&lt;/p&gt;

&lt;h1 id=&quot;what-does-this-mean-for-the-market&quot;&gt;What does this mean for the market?&lt;/h1&gt;

&lt;p&gt;Let’s write this all out explicitly:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Buying a call from a MM forces them to buy “delta” number of shares, and buy more as price goes up.&lt;/li&gt;
  &lt;li&gt;Selling a call to a MM forces them to sell (short) delta shares, and sell more as price goes up.&lt;/li&gt;
  &lt;li&gt;Buying a put from a MM forces them to sell (short) delta shares, and sell more as price goes down.&lt;/li&gt;
  &lt;li&gt;Selling a put to a MM forces them to buy delta shares, and buy more as price goes down.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The easy way to think about this is that in order to neutralize the &lt;em&gt;other&lt;/em&gt; side of your option position, the MM replicates &lt;em&gt;your&lt;/em&gt; option position, just using shares. If you profit if the price increases, they buy; if you profit if the price decreases, they sell.&lt;/p&gt;

&lt;p&gt;There’s something important hiding in this list. Look at the impact of the MM hedges in each situation. In some cases, the MM hedge moves &lt;em&gt;against&lt;/em&gt; the price action, providing a stabilizing effect. In other cases, the MM hedge moves &lt;em&gt;with&lt;/em&gt; the price action. Notice anything?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Thing #3: Selling options to MMs stabilizes price action. Buying options from MMs amplifies price action.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hmm. So that means the aggregate balance between option buying and option selling is important. If they’re in balance, the market moves normally. If option selling dominates, price movements are dampened, unable to move as much as they might otherwise. And if option buying dominates…&lt;/p&gt;

&lt;h3 id=&quot;uh-oh&quot;&gt;Uh oh.&lt;/h3&gt;

&lt;p&gt;Yeah. If more people are buying options than selling them, then MM hedging &lt;em&gt;amplifies price moves&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;So, is this happening? Can we tell?&lt;/p&gt;

&lt;p&gt;The open interest for an option is the number of option contracts outstanding at each price. But that doesn’t tell you whether the non-MM side of the transaction bought or sold. For that you have to watch the trades as they happen - or just buy the historical data.&lt;/p&gt;

&lt;p&gt;Of course, someone did that, so we know the answer:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Thing #4: Option buying outweighs option selling.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Which makes total sense from the perspective of any individual: buying options has limited downside risk, selling them has unlimited risk. Easy choice.&lt;/p&gt;

&lt;p&gt;In Lily-speak, we are now in an options degenerate market (&lt;a href=&quot;https://medium.com/swlh/options-degenerate-marketplaces-part-1-b0ddf1c96fa6&quot;&gt;part 1&lt;/a&gt;, &lt;a href=&quot;https://medium.com/the-shadow/options-degenerate-marketplaces-part-2-57c9816c5977&quot;&gt;part 2&lt;/a&gt;). That is to say, a significant factor in price action is not how people value the asset but the forced moves that MMs make to hedge option trades.&lt;/p&gt;

&lt;h1 id=&quot;what-nope-is-measuring-and-how-it-does-it&quot;&gt;What NOPE is measuring and how it does it&lt;/h1&gt;

&lt;p&gt;Let’s recap: we know option buying outweighs option selling, which means that price movements are amplified by MM hedging.&lt;/p&gt;

&lt;p&gt;Hold on though. A while back we asked how often MMs hedge price movements, and we said we didn’t know. But we &lt;em&gt;can&lt;/em&gt; watch the option trades as they happen. So for each one, we can calculate the required hedge in the underlying, and then expect to see that trade come through. If we watch all option trades on all strikes on all expirations, we can build up a picture of “how much the price has been shifted because of MM hedging”.&lt;/p&gt;

&lt;p&gt;This is what NOPE is doing. In brief, the NOPE calculation is:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Add up the deltas of all calls across all strikes across all expirations, weighted by volume; call it &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;all-call-deltas&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Add up the deltas of all puts across all strikes across expirations, weighted by volume; call it &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;all-put-deltas&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NOPE = (all-call-deltas - all-put-deltas) / total-shares-traded&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A rising NOPE implies more calls have been sold and thus that the price has been artificially bid up past its usual by MM hedging. (Option buying increases the numerator, MM share buying increases the denominator by the same absolute amount.) The price may have been pushed out of balance - away from its “correct” level, if you like - and could move back down as people sell the underlying shares for a profit. Those share sales increase the denominator without affecting the numerator, and NOPE reverts.&lt;/p&gt;

&lt;p&gt;You’ll notice this isn’t perfect. In particular, it’s not paying any attention to the ratio of buys to sells for each option; the calculation assumes that &lt;em&gt;all&lt;/em&gt; options traded are buys and none are sells. Given that we know that there are &lt;em&gt;more&lt;/em&gt; buys than sells this means that NOPE will give us some signal but it won’t have the fidelity it could if you kept up with every single trade.&lt;/p&gt;

&lt;p&gt;It’s also a unitless indicator. This means it’s not measuring an amount of anything: it’s just a floaty number. The number varies wildly for each security (though it is always centred around zero) and it takes some experience to learn each security’s normal range. There was a brief attempt to build an indicator that normalized the values to a moving average standard deviation, called NOPE_MAD, but it got shelved in favour of other projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Thing #5: Lily already knows NOPE isn’t perfect. You don’t need to tell her.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Lily has had people approach her making this point (and other criticisms of NOPE) countless, innumerable times. She has explicitly said “the nope calculation is shit”. She recognizes it is a very handwavey approximation. If you want to write a better implementation, go for it! Just… don’t bug her about it, okay? Just… be cool.&lt;/p&gt;

&lt;h3 id=&quot;thats-it-you-did-it&quot;&gt;That’s it. You did it!&lt;/h3&gt;

&lt;p&gt;Congratulations - you made it! We’ve covered a lot: the existence of market makers, how they hedge the risk of options trades, what this means for the market, and how NOPE watches options to guess at upcoming MM hedges. You now have a decent understanding of how NOPE works!&lt;/p&gt;

&lt;p&gt;In the next post, we’ll take a deeper look into how the behaviour of market makers can make things worse when markets go screwy. Stay tuned!&lt;/p&gt;

&lt;h1 id=&quot;references&quot;&gt;References&lt;/h1&gt;

&lt;p&gt;Sources I used to wrap my head around this:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.scribd.com/document/487296659/&quot;&gt;Lily’s NOPE paper&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=N7kOPxvRbRI&quot;&gt;Bionic Turtle on MM delta hedging&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to trade NOPE?&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://nopechart.com/&quot;&gt;NOPEChart&lt;/a&gt; - buy the premium version, it’s worth the money&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/E8CvDfZ6Aaw&quot;&gt;Hole Corporation video on how to use NOPE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More advanced reading on NOPE:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://thisismy.substack.com/p/the-nope-brain-worm&quot;&gt;The NOPE Brain Worm&lt;/a&gt;: some further notes on NOPE&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nope-its-lily.medium.com/&quot;&gt;Lily’s writing&lt;/a&gt; - in particular I’d recommend:
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://nope-its-lily.medium.com/lets-talk-about-the-nope-9426d6cf350a&quot;&gt;Let’s Talk About The NOPE&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://nope-its-lily.medium.com/interpreting-the-nope-a-brief-users-guide-41c57c1b47a0&quot;&gt;Interpreting the NOPE: A Brief User’s Guide&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;Options Degenerate Marketplaces: &lt;a href=&quot;https://medium.com/swlh/options-degenerate-marketplaces-part-1-b0ddf1c96fa6&quot;&gt;part 1&lt;/a&gt;, &lt;a href=&quot;https://medium.com/the-shadow/options-degenerate-marketplaces-part-2-57c9816c5977&quot;&gt;part 2&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;No gods, no kings, only NOPE: &lt;a href=&quot;https://www.reddit.com/r/thecorporation/comments/jck2q6/no_gods_no_kings_only_nope_or_divining_the_future/&quot;&gt;part 1&lt;/a&gt; (on reddit), &lt;a href=&quot;https://www.reddit.com/r/thecorporation/comments/jd2q2u/no_gods_no_kings_only_nope_or_divining_the_future/&quot;&gt;part 2&lt;/a&gt; (on reddit), &lt;a href=&quot;https://nope-its-lily.medium.com/hello-friends-451d71104111&quot;&gt;part 3&lt;/a&gt; (on Medium)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;thanks&quot;&gt;Thanks&lt;/h1&gt;

&lt;p&gt;Proofreaders:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/tilmonedwards&quot;&gt;@tilmonedwards&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/hunterspecs&quot;&gt;@hunterspecs&lt;/a&gt; (author of The NOPE Brain Worm, linked above)&lt;/li&gt;
&lt;/ul&gt;</content><author><name>Floomi</name></author><category term="NOPE" /><category term="market makers" /><category term="delta hedging" /><summary type="html">An attempt to give you a working understanding of what NOPE is and the theory behind it. Requires some options knowledge.</summary></entry><entry><title type="html">Analyzing GME fails-to-deliver to look for illegal naked short selling</title><link href="http://helgridly.github.io/finstuff/finstuff/GME-fails-to-deliver/" rel="alternate" type="text/html" title="Analyzing GME fails-to-deliver to look for illegal naked short selling" /><published>2021-02-01T00:00:00+00:00</published><updated>2021-02-01T00:00:00+00:00</updated><id>http://helgridly.github.io/finstuff/finstuff/GME-fails-to-deliver</id><content type="html" xml:base="http://helgridly.github.io/finstuff/finstuff/GME-fails-to-deliver/">&lt;p&gt;Like a lot of people I read &lt;a href=&quot;https://www.reddit.com/r/wallstreetbets/comments/l9jbc5/listen_to_me_we_cannot_trust_the_short_interest/glib7cs/?context=3&quot;&gt;this interesting comment&lt;/a&gt; on Reddit. I stayed up until 2am watching all the videos and it got me pretty worked up.&lt;/p&gt;

&lt;p&gt;If you haven’t seen the videos, a brief summary follows. (I am not &lt;em&gt;at all&lt;/em&gt; a finance person and am just repeating my understanding, so I might be completely or subtly wrong here.) When you short a stock, you do the following:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Borrow a stock from someone (for the cost of ongoing interest);&lt;/li&gt;
  &lt;li&gt;Sell it to someone else (at full cost);&lt;/li&gt;
  &lt;li&gt;Wait for the share price to go down, then buy it back and return it to the person in #1;&lt;/li&gt;
  &lt;li&gt;Congrats, the difference is your profit.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system contains a little bit of wiggle room in step 2, where you sell the borrowed share. The money the buyer gives you settles immediately, but you have a few days to deliver the share. This is reasonable, because the share might be in a bank vault or the back of a closet or something. To keep things running smoothly, in this situation you write a notional “IOU 1 real stock”, and &lt;em&gt;that&lt;/em&gt; goes to the buyer’s broker. This IOU is treated “as good as” one stock, because the expectation is you’ll make good on the IOU. Once you’ve yanked the share out of the closet, you swap it for the IOU and all is well. You have two days after the trade date to do this.&lt;/p&gt;

&lt;p&gt;If you are a Bad Hedge Fund willing to do some crimes, you can take advantage of this by simply writing the IOUs without ever having found and borrowed the stock from someone. You can write as many IOUs as you like, and since everyone assumes they’re equivalent to a real share, you’re essentially inflating the supply of shares beyond those that actually exist. This is extremely illegal and is called naked short selling (because you have no real stock to “cover” yourself with). It is also sometimes called counterfeiting.&lt;/p&gt;

&lt;p&gt;If you take longer than two days after the trade date to settle the IOU, this is known as a “failure to deliver”. Twice a month, the SEC publishes the number of outstanding fails-to-deliver shares for any security with more than 10,000 outstanding fails-to-deliver shares.&lt;/p&gt;

&lt;p&gt;The theory behind the videos linked above is that a campaign of aggressive naked shorting led to the collapse of Lehman Brothers in 2008. The video shows a significant and sustained uptick in fails-to-deliver shares of Lehman right around the time the price tanked, which is what you would expect to see if a shady hedge fund took a short position and decided to counterfeit shares to artificially depress the price. If you like 90 minute PowerPoint lectures with dense financial data the videos are a good watch and have more information; I have summarized what’s relevant for this post.&lt;/p&gt;

&lt;p&gt;Since there have been some rumors swirling that GME short sellers were doing so illegally as part of a campaign to manipulate the price, I decided to pull the FTD data from SEC and take a look at GME. Below is a graph which shows the aggregate number of FTD shares over time, and also the price of GME. As of today, the SEC has released data up to January 14th and no further.&lt;/p&gt;

&lt;p&gt;Analysis is further complicated by the fact that the SEC reports only the &lt;em&gt;total&lt;/em&gt; number of FTD shares; if a day’s FTD shares count is 1000, you can’t tell the difference between “all 1000 shares were outstanding yesterday too” and “all of yesterday’s FTD shares were settled and these are fresh new ones”.&lt;/p&gt;

&lt;p&gt;That said, here’s the graph:&lt;/p&gt;

&lt;div align=&quot;center&quot;&gt;
&lt;img src=&quot;https://imgur.com/9gPkSfO.png&quot; /&gt;
&lt;p&gt;&lt;small&gt;A graph of the SEC's FTD reports for GME vs price.&lt;/small&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;p&gt;I will not analyze this for you but I will leave some comments and observations.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;It does not appear that there was a severe and sustained uptick on outstanding FTD shares. Even where there are periods of sustained volume, they do clear back to zero; that is to say, the shares seem to eventually be delivered.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;The mere &lt;em&gt;existence&lt;/em&gt; of FTD shares is not evidence of any illegal activity. As mentioned before, some degree of FTD is a normal part of yanking-shares-out-of-the-closet and is fine.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is one more wrinkle here. My understanding is that the SEC only reports FTDs for trades that were settled in the National Securities Clearing Corporation (aka NSCC). This is &lt;em&gt;most&lt;/em&gt; but not &lt;em&gt;all&lt;/em&gt; trades, as it’s possible for brokers to settle trades between themselves directly; this trades are said to settle “ex-clearing”. I have no idea how many trades are settled ex-clearing and have no FTD data on them. One could make the argument that there are four quadrillion counterfeit shares that have entered the system through ex-clearing, or one could make the argument that there are zero, and there would be no way of telling either.&lt;/p&gt;</content><author><name>Floomi</name></author><category term="GME" /><category term="short selling" /><summary type="html">Have hedge funds been illegally shorting GME?</summary></entry><entry><title type="html">Trading SPAC warrants</title><link href="http://helgridly.github.io/finstuff/finstuff/SPAC-warrants/" rel="alternate" type="text/html" title="Trading SPAC warrants" /><published>2020-10-20T00:00:00+00:00</published><updated>2020-10-20T00:00:00+00:00</updated><id>http://helgridly.github.io/finstuff/finstuff/SPAC-warrants</id><content type="html" xml:base="http://helgridly.github.io/finstuff/finstuff/SPAC-warrants/">&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;

&lt;p&gt;A warrant is a kind of security that’s redeemable for a share at a certain exercise price, usually $11.50. So a holder of a warrant can opt to pay $11.50 and get a share, regardless of the price of the share. The intrinsic value of a warrant is thus &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;share_price - 11.50&lt;/code&gt;, though its traded price can drift from that (in either direction) for various reasons.&lt;/p&gt;

&lt;p&gt;Warrants are often issued by SPACs. SPACs are “special purpose acquisition companies” - companies that list on the stock exchange for the express purpose of acquiring another company. It’s a way for the acquired company to get listed without having to go through an IPO process - they just merge with a SPAC who finds them appealing.&lt;/p&gt;

&lt;p&gt;A warrant is thus a cheap incentive to get people invested in SPACs. If the SPAC fails to merge with a target company within the time allotted (usually two years), the warrants are worthless. The warrants are also worthless if, post-merger, the acquired company is trading below $11.50. (A holder of a warrant usually has to wait until 30 days after the merger has been completed to exercise their warrant.)&lt;/p&gt;

&lt;p&gt;Despite the risk of their value going to zero, warrants are appealing to trade because:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;They’re cheap - single-digit dollars, often under $1 while a SPAC is still searching for a target.&lt;/li&gt;
  &lt;li&gt;Small relative changes in the share price make for large relative changes in the warrant price. This allows for the possibility of large multiples of gains (a recent SPAC’s warrants briefly traded at $13.50).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The aim of this project is to determine if and how warrants should be traded over the life of a SPAC.&lt;/p&gt;

&lt;h2 id=&quot;what-does-the-warrant-price-look-like-over-the-lifecycle-of-a-spac&quot;&gt;What does the warrant price look like over the lifecycle of a SPAC?&lt;/h2&gt;

&lt;p&gt;The “golden path” lifecycle of a SPAC is:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;strong&gt;Searching for target&lt;/strong&gt;. Low volume and not much price movement because there’s no information. If the managers of the SPAC are well known there may be hype based on that alone.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Letter of Intent (LOI)&lt;/strong&gt;. They publish a formal letter to some private company saying “we’d like to acquire you. Are you interested?”. This is the first news the public gets of any discussion. There is usually a bump around here, since this means probable progress.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Definitive Agreement (DA)&lt;/strong&gt;. The target company says yes, we’d like to merge with you and become a publically traded company. Another bump.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Merger vote&lt;/strong&gt;. The shareholders of the SPAC vote on whether to go ahead with the merger. They will not do this if they think the target company will trade under $10, as the SPAC will refund $10 of share value to any shareholder if the SPAC doesn’t acquire a company within the allotted two years. Recent SPACs have seen a large &lt;em&gt;sell-off&lt;/em&gt; at this point, as long-time investors take their profits.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Merger executed&lt;/strong&gt;. The companies officially merge: the SPAC ticker changes to the target company’s ticker, and all shares and warrants are converted to the new ticker. The SPAC is now a publically traded company just like any other.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Warrants exercisable&lt;/strong&gt;. 30 days after the merger, warrants can be exercised. By this time both the warrant and share prices will have adjusted such that &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;warrant_price = share_price - 11.50&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So, to recap, the price action is:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Flat and very low volume while the SPAC is searching.&lt;/li&gt;
  &lt;li&gt;A bump at LOI, followed by a tail-off as people lose interest.&lt;/li&gt;
  &lt;li&gt;Another bump at DA when the deal is done.&lt;/li&gt;
  &lt;li&gt;Get the hell out before the long-term investors take their profits.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some examples of SPAC price graphs follow. The first three are small, the others are larger.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/GRNV&quot;&gt;GreenVision Acquisition&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/ANDA&quot;&gt;Andina Acquisition&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/ALAC&quot;&gt;Alberton Acquisition&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/FMCI&quot;&gt;Forum Merger II&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/FEAC&quot;&gt;Flying Eagle&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://warrants.tech/details/SPAQ&quot;&gt;Spartan Energy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As you can see, the LOI and Definitive Agreement both show clear bumps but their respective sizes vary.&lt;/p&gt;

&lt;p&gt;Outlier cases:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Multiple LOIs, if one of the potential companies isn’t interested.&lt;/li&gt;
  &lt;li&gt;The merger vote fails.&lt;/li&gt;
  &lt;li&gt;The SPAC fails to find a target company within the allotted two years.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The idea of this project is to pick up warrants during the searching phase, hold them until LOI and/or DA, and then sell.&lt;/p&gt;

&lt;h2 id=&quot;research&quot;&gt;Research&lt;/h2&gt;

&lt;p&gt;I pulled the list of all SPACs from the SEC for the years 2015-2020 and found all their warrants. I will skip the part where gathering and cleaning this data was a nightmare 🙂 The dataset contains all SPACs that IPO’d during that period and subsequently issued warrants, regardless of whether they successfully merged with a target. This should (hopefully) eliminate survivorship bias.&lt;/p&gt;

&lt;h3 id=&quot;results&quot;&gt;Results&lt;/h3&gt;

&lt;p&gt;There were 214 warrants that met the criteria. Our dataset is biased towards smaller SPACs where warrants traded well below $1 for long periods of time. (74% of the SPACs in our dataset never had warrants trading above $3, whereas we now see some big name SPACs trading $3 warrants &lt;em&gt;at launch&lt;/em&gt;.)&lt;/p&gt;

&lt;p&gt;I selected their highest traded price and picked the lowest price before that date to calculate a maximum return.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt; &lt;/th&gt;
      &lt;th&gt;min&lt;/th&gt;
      &lt;th&gt;median&lt;/th&gt;
      &lt;th&gt;mean&lt;/th&gt;
      &lt;th&gt;max&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;low price&lt;/td&gt;
      &lt;td&gt;$0.01&lt;/td&gt;
      &lt;td&gt;$0.45&lt;/td&gt;
      &lt;td&gt;$0.61&lt;/td&gt;
      &lt;td&gt;$5.20&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;high price&lt;/td&gt;
      &lt;td&gt;$0.08&lt;/td&gt;
      &lt;td&gt;$1.73&lt;/td&gt;
      &lt;td&gt;$2.58&lt;/td&gt;
      &lt;td&gt;$17.50&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;max return (hi/lo)&lt;/td&gt;
      &lt;td&gt;1x&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;3.58x&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;12.26x&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;383.51x&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;If you attempted to buy every SPAC at $1.50, the best price to sell at would be $6.83. This would net you a return of 1.24x. However, this would be extremely stupid, as a lot of these warrants trade &lt;em&gt;well&lt;/em&gt; below $1.50 for long periods. Of the 120 SPACs (56% of our dataset) that failed to hit $2, their median max return was 2.86x, with a mean of 7.36x. It’d be extremely obvious that you were overpaying at $1.50.&lt;/p&gt;

&lt;p&gt;Catching the high and low prices accurately is hard. If you bought at &lt;strong&gt;triple&lt;/strong&gt; the low price and sold for a &lt;strong&gt;third&lt;/strong&gt; of the high price, your median return would be 0.4x  - a 60% loss! - but your mean return would still be 1.36x. You shouldn’t use this strategy, but if you did, you’d likely see a string of losses before one SPAC took off and saved your account. Not for the faint of heart!&lt;/p&gt;

&lt;p&gt;Here’s a chart of some potential entry prices, and some limit order numbers that X% of SPACs that ever reached that price subsequently hit. Note that “best sell price” means “you sell all your warrants if they hit this price”, thus you never get the upside. At low entry prices it is heavily skewed by the few SPACs that took off (better to sell high and maximize returns from outliers than get more reliable returns across the board). If you want more reliable returns, use the percentiles for guidance.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;entry price&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;95% SPACs reach&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;80%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;50%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;25%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;best sell&lt;br /&gt;price&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;return at best&lt;br /&gt;sell price&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.10&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.28&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.39&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.74&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.11&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;5.10&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;4.64&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.25&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.29&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.95&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.10&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;14.20&lt;sup&gt;†&lt;/sup&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;3.50&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.31&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.64&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.29&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.84&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.80&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.45&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.00&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.38&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.76&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.38&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.56&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.90&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.73&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.40&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.85&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.53&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.90&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.90&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.55&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.00&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.41&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.89&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.65&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.99&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.00&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.42&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;sup&gt;† Beware: this price is likely an artifact of one SPAC that reached 0.25 and then took off.&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;Unsurprisingly, bigger gains come from lower initial prices. By the time you’re willing to buy warrants above $0.50, there’s someone willing to sell you a warrant worth $0.10, which drags your return ratio downward. If you want to make sure that you at least break even (on average), your highest entry price should be somewhere between $.5 and $1.&lt;/p&gt;

&lt;p&gt;If you can mystically refrain from buying a warrant until it reaches the bin where it won’t go any lower (e.g. you hold off buying a warrant at $0.25 because you &lt;em&gt;somehow&lt;/em&gt; know it will later go below $0.10), your odds get better:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;entry price&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;95% SPACs reach&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;80%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;50%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;25%&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;best sell&lt;br /&gt;price&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;return at best&lt;br /&gt;sell price&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.10&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.28&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.39&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.74&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.11&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;5.10&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;4.64&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.25&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.31&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.63&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.99&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.94&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;14.20&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;5.28&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.58&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.93&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.55&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;3.01&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;6.80&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.87&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.00&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.74&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.01&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.66&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.70&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.85&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.50&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.71&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.85&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;3.25&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.65&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.06&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.00&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.76&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.24&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.52&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;3.21&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;2.30&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.92&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;You can probably get closer to this kind of return by continuing to invest in a warrant as its share price drops; more below.&lt;/p&gt;

&lt;p&gt;Here’s a graph of low prices (x-axis) against ROI (y-axis). Note the log-scale on the Y. The truly eye-watering returns come when the low prices are VERY low.&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;  1000 +--------------------------------------------------------------------+
       |                                                                    |
       |                                                                    |
       |                                                                    |
       |                                                                    |
       |                                                                    |
       |.                                                                   |
   100 |..                                                                  |
       |  .                                                                 |
       | ..                                                                 |
       |. .                                                                 |
       | ..                                                                 |
       |. . ..                                                              |
       |...  .                                                              |
    10 |......  .                                                           |
       |.......                                                             |
       | ... .. .    . .                                                    |
       |........ . ..   .                                                   |
       | ...... ..  ... .            .                                      |
       | ...........  ...    . .                                   .        |
       | .  ........... ..   .      .     .                                 |
     1 +--------------------------------------------------------------------+
       0           1          2           3          4           5          6
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Some 52-week lo/hi values and ratios for famous recent SPACs:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;HYLN: 0.15 - 29, 193x(!)&lt;/li&gt;
  &lt;li&gt;VLDR: 0.05 - 7.90, 158x&lt;/li&gt;
  &lt;li&gt;SPAQ: 0.27 - 7.6, 28x&lt;/li&gt;
  &lt;li&gt;IPOB: 2.6 - 6.95, 2.7x&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;conclusion&quot;&gt;Conclusion&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Assuming these patterns hold,&lt;/strong&gt; - i.e. assuming that past performance predicts future performance:&lt;/p&gt;

&lt;p&gt;The main takeaway is fairly obvious in hindsight: the cheaper you can pick up a warrant, the more return you’ll make on it. Chasing high-value SPACs will only limit your profit.&lt;/p&gt;

&lt;p&gt;The real money is in buying cheap warrants. If you can pick up a warrant at 0.5, you’ll make around 145% in the long run. If you can pick one up for 0.1, you can get 464% returns.&lt;/p&gt;

&lt;h4 id=&quot;im-greedy-can-we-do-better&quot;&gt;&lt;strong&gt;I’m greedy. Can we do better?&lt;/strong&gt;&lt;/h4&gt;

&lt;p&gt;Yes.&lt;/p&gt;

&lt;p&gt;First: you can dollar cost average into your positions. As the price of a warrant drops, the return ratio increases, but the probability it will cover its earlier cost decreases. You will do better spending $100 on a warrant at 0.5 and another $100 at 0.1 than simply spending the $200 at 0.5. This will increase the likelihood that you’ll make back enough money to cover your (expensive in hindsight) purchase at 0.5.&lt;/p&gt;

&lt;p&gt;Second: Don’t just set a limit order to sell everything. Manage your trades!&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;If your limit order triggers, the price is likely to keep going up. So cash out &lt;em&gt;some&lt;/em&gt;, and then have fun trying to call the top.&lt;/li&gt;
  &lt;li&gt;Alternatively, trigger an alert at your limit price, and then set up your sell order as a trailing stop. Now you can ride the price action much closer to the top.&lt;/li&gt;
  &lt;li&gt;Similarly: pay attention to the SPAC’s lifecycle and be prepared to cut your losses if the limit order doesn’t hit. The calculations here assume that if you don’t hit your limit price, you lose 100% of your initial investment. This isn’t going to be true in practice; the price of your warrants will peak when the SPAC signs Definitive Agreement, so if you’ve passed that phase and your limit order hasn’t been hit, get out with whatever profits you can.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;epilogue&quot;&gt;Epilogue&lt;/h1&gt;

&lt;p&gt;This was written in late 2020, using data going back to 2018. Around this time, the SPAC craze really kicked off, and &lt;a href=&quot;https://www.nytimes.com/2021/02/27/style/SPACS-celebrity-craze.html&quot;&gt;&lt;em&gt;everyone&lt;/em&gt; launched a SPAC&lt;/a&gt; (including Shaq! Shaq SPAC!). The market massively oversaturated; very few SPACs found a target, and of those that did, &lt;a href=&quot;https://spactrack.io/closedspacs/&quot;&gt;few traded above the $11.50 required for warrants to be profitable&lt;/a&gt;. I would be very surprised if the results still hold!&lt;/p&gt;</content><author><name>Floomi</name></author><category term="SPAC" /><category term="warrants" /><summary type="html">Is there money to be made trading SPAC warrants?</summary></entry></feed>