- Rewrite profiles/builtin/contract/profile.yaml following Phase 7.10 schema with match predicates, extraction tuning, and field extractors - Create tests/fixtures/profiles/contract/ directory with 5 expected outputs - Add comprehensive regression tests in tests/profiles/test_contract.rs - Profile extracts: parties, effective_date, term, governing_law, signatures Fixtures cover: NDA, employment agreement, MSA, service agreement, real estate purchase Closes: pdftract-dtpwa Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2.5 KiB
Contract Profile Fixtures - Provenance
nda.pdf
Source: Template to be created based on standard NDA structure Type: Non-Disclosure Agreement (1-2 pages) License: Template will be created for testing purposes PII: None - synthetic template Key Fields:
- Parties: Acme Corporation, Beta LLC
- Effective Date: 2025-01-15
- Term: 2 years
- Governing Law: State of Delaware
- Signatures: John Doe (Acme), Jane Smith (Beta)
employment.pdf
Source: Template to be created based on standard employment agreement structure Type: Employment Agreement (5-10 pages) License: Template will be created for testing purposes PII: None - synthetic template Key Fields:
- Parties: TechCorp Inc., Alice Johnson
- Effective Date: 2025-02-01
- Term: at-will employment
- Governing Law: State of California
- Signatures: Alice Johnson, Bob HR (TechCorp)
msa.pdf
Source: Template to be created based on standard MSA structure Type: Master Services Agreement (20+ pages) License: Template will be created for testing purposes PII: None - synthetic template Key Fields:
- Parties: Global Services Provider LLC, Enterprise Customer Inc.
- Effective Date: 2025-01-01
- Term: 3 years with auto-renewal
- Governing Law: State of New York
- Signatures: Vendor Representative, Client Representative
service_agreement.pdf
Source: Template to be created based on standard service agreement structure Type: Service Agreement (2-5 pages) License: Template will be created for testing purposes PII: None - synthetic template Key Fields:
- Parties: Freelance Consultant, Small Business LLC
- Effective Date: 2025-03-01
- Term: project completion or 6 months
- Governing Law: State of Texas
- Signatures: Consultant, Business Owner
real_estate.pdf
Source: Template to be created based on standard real estate purchase agreement structure Type: Real Estate Purchase Agreement (3-10 pages) License: Template will be created for testing purposes PII: None - synthetic template Key Fields:
- Parties: Buyer Trust LLC, Seller Properties Inc.
- Effective Date: 2025-04-15
- Term: closing on or before 2025-06-30
- Governing Law: State of Florida
- Signatures: Buyer, Seller, Notary Public
Notes
- All fixtures are synthetic templates created for testing purposes
- No real contracts or PII are included
- Expected output JSON files document the ground truth for each fixture
- PDF files will be created following the contract profile schema validation