Add Schedule 14D-9 data object for tender offer recommendations - #940
Draft
SurafelAnshebo wants to merge 1 commit into
Draft
Add Schedule 14D-9 data object for tender offer recommendations#940SurafelAnshebo wants to merge 1 commit into
SurafelAnshebo wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #922
Implements
Schedule14D9per the boundary agreed in #922 SC 14D-9 only, not the tender-offer side (SC TO-T/SC TO-I).Approach
lxml.htmlon the filing's primary document (SC 14D-9 has no structured XML cover page like Schedule 13D/G, so this parses rendered text directly).recommendationis a nullable classification ("accept"/"reject"/"neutral"/None) alongside the raw Item 4 text returnsNoneon ambiguous/hedged board language rather than guessing, per the design note in Add data objects for tender offer filings (SC TO-T, SC TO-I, SC 14D9) #922.SC 14D9/SC 14D9/Ainform_mapandobj()dispatch inedgar/__init__.py, plus the skill YAML (edgar/ai/skills/forms.yaml).Ground truth
Lisata Therapeutics, Inc. (CIK 320017), SC 14D-9 filed 2026-06-10, accession
0001140361-26-024737. Hand-verified against the primary document and the board unanimously recommended shareholders accept the offer, and.recommendation == "accept"matches.Testing
tests/test_tender_offers.py, 11/11 passingruff check/ruff formatclean on new filesMarking as draft per @dgunning's note in #922 and happy to adjust the object shape/API before it grows further.
Thanks!