home / kassab_analytics

Menu
  • Search all tables

Legal Theories

509 claims, defenses, counterclaims, and affirmative defenses

Data license: Public court records

1 row where filing_id = 31 and role = "claim"

This data as json, CSV (advanced)

role 1

  • claim · 1 ✖

party 1

  • Kassab 1
theory_id ▼ filing_id theory party role basis
252 31 31 Bad Faith TUTSA Claims — Attorney's Fees (Tex. Civ. Prac. & Rem. Code § 134A.005) Kassab claim Kassab entitled to attorney's fees if Pohl's TUTSA claims made in bad faith

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.289ms · Data license: Public court records