Merger Policy Analysis using Python
Project description
Download and analyze merger investigations data published by the U.S. Federal Trade Commission in various reports on extended merger investigations during 1996 to 2011. Model the sets of mergers conforming to various U.S. Horizontal Merger Guidelines standards. Analyze intrinsic clearance rates and intrinsic enforcement rates under Guidelines standards using generated data with specified distributions of market shares, price-cost margins, firm counts, and prices, optionally imposing restrictions impled by statutory filing thresholds and/or Bertrand-Nash oligopoly with MNL demand.
Intrinsic clearance and enforcement rates are distinguished from observed clearance and enforcement rates in that the former do not reflect the effects of screening and deterrence as do the latter.
Introduction
Classes for specifying concentration standards (mergeron.core.guidelines_boundaries.ConcentrationBoundary) and diversion-ratio standards (mergeron.core.guidelines_boundaries.DiversionRatioBoundary), with automatic generation of boundary (as an array of share-pairs) and area, are provided in mergeron.core.guidelines_boundaries. This module also includes a function for generating plots of concentation and diversion-ratio boundaries, and functions for mapping GUPPI standards to concentration (ΔHHI) standards, and vice-versa.
Methods for generating industry data under various distributions of shares, margins, and prices are included in, mergeron.gen.data_generation. Shares are drawn with uniform distribution with \(s_1 + s_2 \leqslant 1\) and an unspecified number of firms. Alternatively, shares may be drawn from the Dirichlet distribution. When drawing shares from the Dirichlet distribution, the user can specify a fixed number for firms or provide a vector of weights specifying the frequency distribution over sequential firm counts, e.g., [133, 184, 134, 52, 32, 10, 12, 4, 3]
to specify shares drawn from Dirichlet distributions with 2 to 10 pre-merger firms distributed as in data for FTC merger investigations during 1996–2003 (See, for example, Table 4.1 of FTC, Horizontal Merger Investigations Data, Fiscal Years 1996–2003 (Revised: August 31, 2004)). The user can specify recapture rates as, “proportional”, “inside-out” — i.e., consistent with merging-firms’ in-market shares and a default recapture rate) — or “outside-in” — i.e., purchase probabilities are drawn at random for \(N+1\) goods, from which are derived market shares and recapture rates for the \(N\) goods in the putative market. Documentation on specifying the sampling strategy for market shares is at mergeron.gen.ShareSpec. Price-cost-margins may be specified as symmetric, i.i.d., or subject to equilibrium conditions for (profit-mazimization in) Bertrand-Nash oligopoly with MNL demand (see, mergeron.gen.PCMSpec). Prices may be specified as symmetric or asymmetric, and in the latter case, the direction of correlation between merging firm prices, if any, can also be specified (see, mergeron.gen.PriceSpec). Two alternative approaches for modeling statutory filing requirements (HSR filing thresholds) are implemented (see, mergeron.gen.SSZConstants). The full specification of a market sample is given in a mergeron.gen.market_sample.MarketSample object. Data are drawn by invoking mergeron.gen.market_sample.MarketSample.generate_sample which adds a data property of class, mergeron.gen.MarketDataSample. Enforcement or clearance counts are computed by invoking mergeron.gen.market_sample.MarketSample.estimate_invres_counts, which adds an invres_counts property of class mergeron.gen.UPPTestsCounts. For fast, parallel generation of enforcement or clearance counts over large market data samples that ordinarily would exceed available limits on machine memory, the user can invoke the method estimate_invres_counts on a mergeron.gen.market_sample.MarketSample object without first invoking generate_sample. Note, however, that this strategy discards the market sample in the interests of conserving memory and maintaining high performance.
Methods for printing enforcement statistics based on FTC investigations data and test data are printed to screen or rendered to LaTex files (for processing into publication-quality tables) using methods provided in mergeron.gen.enforcement_stats.
Programs demonstrating the analysis and reporting facilites provided by the sub-package, mergeron.demo.
This package exposes methods employed for generating random numbers with selected continuous distribution over specified parameters, and with CPU multithreading on machines with multiple virtual, logical, or physical CPU cores. To access these directly:
import mergeron.core.pseudorandom_numbers as prng
Also included are methods for estimating confidence intervals for proportions and for contrasts (differences) in proportions. (Although coded from scratch using the source literature, the APIs implemented in the module included here are designed for consistency with the APIs in, statsmodels.stats.proportion from the package, statsmodels (https://pypi.org/project/statsmodels/).) To access these directly:
import mergeron.core.proportions_tests as prci
A recent version of Paul Tol’s python module, tol_colors.py is redistributed within this package. Other than re-formatting and type annotation, the mergeron.ext.tol_colors module is re-distributed as downloaded from, https://personal.sron.nl/~pault/data/tol_colors.py. The tol_colors.py module is distributed under the Standard 3-clause BSD license. To access the mergeron.ext.tol_colors module directly:
import mergeron.ext.tol_colors as ptc
Documentation for this package is in the form of the API Reference. Documentation for individual functions and classes is accessible within a python shell. For example:
import mergeron.core.market_sample as market_sample
help(market_sample.MarketSample)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mergeron-2024.739079.9.tar.gz
.
File metadata
- Download URL: mergeron-2024.739079.9.tar.gz
- Upload date:
- Size: 140.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Linux/6.6.39-2.el8.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dc1500563586982a229847993d29efcb1ea02530c44ec6c271bd760c0789dca |
|
MD5 | 776467147ad1d51671a89d70af4cbdc6 |
|
BLAKE2b-256 | 4d9b725b92468d45eb8a6ab62f3d2052671ed5dab4d384f80345f59538ff160b |
File details
Details for the file mergeron-2024.739079.9-py3-none-any.whl
.
File metadata
- Download URL: mergeron-2024.739079.9-py3-none-any.whl
- Upload date:
- Size: 150.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Linux/6.6.39-2.el8.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d78647f670705f6e713076b588c085940aaf2a2c651b6bde9c24fc46b69c9ddc |
|
MD5 | 53952122579f48044d37c223b2d7eb24 |
|
BLAKE2b-256 | 9191d0871edc1d75e43afcd7e9d5ffcb7ac46f8ac8a7e600f1765a8691fcf957 |