class: center, middle, inverse, title-slide # Module 1: Health Insurance ## Part 3: Insurance Markets and Adverse Selection ### Ian McCarthy | Emory University ### Econ 372 --- <!-- Adjust some CSS code for font size and maintain R code font size --> <style type="text/css"> .remark-slide-content { font-size: 30px; padding: 1em 2em 1em 2em; } .remark-code, .remark-inline-code { font-size: 20px; } </style> <!-- Set R options for how code chunks are displayed and load packages --> # Adverse selection In practice, people know more about their health than insurers. This is a form of <b>asymmetric information</b>. -- Here's a good example, [Costs during special enrollment periods](https://www.healthaffairs.org/doi/full/10.1377/hlthaff.2019.01155). ??? Let everyone read the abstract and brainstorm how this reflects a form of asymmetric information. Who has "more" information here? --- # Textbook adverse selection <img src="01-insurance3_files/figure-html/tikz-selection-1.png" style="display: block; margin: auto;" /> --- # Possible outcomes 1. Demand above AC: full insurance and no problems from adverse selection 2. Demand intersects AC at some point: underinsurance from people willing and able but ultimately not purchasing 3. Demand below AC: death spiral! (or, less dramatic, unraveling)<br> -- Show this on your own with three different graphs. ??? Quick class poll. Who has heard of a "death spiral"? What about "unraveling"? --- # Unraveling For any amount of unraveling, we need at least two features in the market:<br> 1. Individuals select plans based on health needs (which is private information) 2. Common price to all enrollees of a given plan (community rating) --- # Example Assume the insurer's cost function is `\(C=100q - 2q^{2}\)`, where `\(q\)` denotes the number of people enrolled in the plan. Further assume that demand is given by `\(D=140-4q\)`. Assuming the insurer enters the market with `\(p_{1}=40\)`,<br> 1. What is the next year's price (if profits are <span>$</span>0 based on period 1)? 2. What is the equilibrium price? ??? We'll do this problem together as one large group. You'll have a chance to work on a similar problem together in your breakout groups. --- # Answer To solve this, we need to first calculate the marginal cost curve, `\(mc=100-4q\)`, and the average cost curve, `\(ac=100-2q\)`. At a price of `\(p=40\)`, we know that quantity demanded will be `\(q=25\)`. At that point, the average cost is then <span>$</span>50. Since `\(AC>p\)`, the firm is losing money. If they set prices to break-even, then next period's price would be set to their observed AC, `\(p_{2}=\)` <span>$</span>50. We can find the equilibrium price as the point where the AC and D curves intersect, which occurs at `\(q\)` of 20 and price of <span>$</span>60. --- # In-class Problem: Adverse selection Assume that the insurer's cost function is given by `\(C=100q - 2q^{2}\)`, where `\(q\)` denotes the number of people enrolled in the plan. Further assume that the inverse demand function takes the form, `\(D=110 - 3q\)`, and that there are 20 individuals total in this market. 1. If the insurer enters the market at a price of <span>$</span>65, what is the insurer's profit (or loss)? 2. What price does the insurer set next year if they set price equal to average cost in the prior year? 3. What is the equilibrium price in this market? 4. What if there is a <span>$</span>10 penalty imposed for those that do not purchase health insurance? --- # Death spiral! [Paul Ryan on Death Spirals](https://www.washingtonpost.com/videonational/ryan-obamacare-is-in-death-spiral/2017/01/05/375a49da-d366-11e6-9651-54a0154cf5b3_video.html) --- # Death spiral! .center[ ![](pics/aca-premiums.png) ] <div class="smalltext">Source: <a href="https://www.kff.org/health-costs/issue-brief/how-aca-marketplace-premiums-are-changing-by-county-in-2020/">Kaiser Family Foundation</a></div> --- # Death spiral! So, are the exchanges in a "death spiral"?<br> -- <br> Standard & Poor's writes: “The ACA individual market is not in a 'death spiral.' However, every time something new (and potentially disruptive) is thrown into the works, it impedes the individual market’s path to stability.” --- # Some potential policy solutions 1. Subsidize consumers 2. Subsidize insurers 3. Mandate purchases<br> -- Can you examine each of these policies graphically? How do they differ from the patient's or government's point of view? --- # Effects from other insurance markets Based on our discussion of adverse selection and health insurance markets, what would you expect to happen if we increased the Medicare age from 65 to 70 years old? --- # Advantageous selection What if individuals who are high risk are also less risk-averse? In this case, individuals who are willing to pay the most for health insurance (the most risk averse) are actually less risky and therefore the cheapest to insure. Very different policy implications (e.g., individual mandate is bad in this case). --- # Main takeaways 1. Explain, using a graph, how unravelling could occur in a market with adverse selection. 2. Discuss and show graphically how an individual mandate or subsidies could help to alleviate or minimize the adverse selection problem.