Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

A Model of Enclosures (appendix)

Authors
Affiliations
Hunter College and The Graduate Center, City University of New York
Hunter College and The Graduate Center, City University of New York

Online appendix materials for:

Baker, Matthew J., and Jonathan H. Conning. 2026. “A Model of Enclosures: Conflict, Coordination and Efficiency in the Transformation of Property Rights” Review of Economic Studies, forthcoming early arXiv PDF | Feb 2026 version PDF

Complete mathematical derivations, and the code that reproduces every figure in the paper.

Contents

Running the code

git clone https://github.com/open-enclose/open-enclose.github.io
cd open-enclose.github.io
pip install -e ".[dev]"

python scripts/make_figures.py --outdir Figures   # regenerate every figure
pytest tests/                                      # the full suite

The enclose package is layered so that each piece can be checked against another:

ModuleContents
enclose.modelThe economics — Λ\Lambda, labor allocation, rents, wages, enclosure rates. numpy only.
enclose.lociThe boundary loci in (θ,lnlˉ)(\theta, \ln\bar l) space, tagged with paper equation numbers.
enclose.symbolicSymbolic derivations of every locus, used to verify the numeric layer.
enclose.manufacturingThe three-sector extension.
enclose.figuresOne function per figure.

Figures are regenerated in CI on every push, immediately before the site is built, so what is published here cannot drift from the code that produces it.