home / kassab_analytics

Menu
  • Search all tables

Legal Theories

509 claims, defenses, counterclaims, and affirmative defenses

Data license: Public court records

2 rows where filing_id = 21 and role = "defense"

This data as json, CSV (advanced)

role 1

  • defense · 2 ✖

party 1

  • Pohl 2
theory_id ▼ filing_id theory party role basis
177 21 21 Lack of Legal Capacity — Tex. R. Civ. P. 93(1) and 93(2) Pohl defense Kassab lacks legal capacity to sue on assigned barratry claims because such assignments (whether complete or partial) are void
178 21 21 Special Exceptions for Defective Pleading — Texas fair notice pleading standard Pohl defense Kassab's counterclaim is obscure and fails to provide fair notice of the nature, basic issues, and potentially relevant evidence of the controversy; fails to identify cause of action, assignors, or supporting facts

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legal_theories (
    theory_id INTEGER PRIMARY KEY AUTOINCREMENT,
    filing_id INTEGER REFERENCES filings(filing_id),
    theory TEXT,
    party TEXT,
    role TEXT,
    basis TEXT
);
Powered by Datasette · Queries took 5.486ms · Data license: Public court records