SOC2

Analyze Partnership Agreement Extractor — Find Risks Automatically

Legal teams review 100s of contracts yearly. Missing a single clause can cost millions in liability. Manual review takes 2-4 hours per contract.

64
Fields Extracted
420s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Contract Extraction
  • Partnership Terms
  • Governance Analysis
  • Partnership
  • Joint Venture

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": [
    "document_type",
    "effective_date",
    "entity_name",
    "partners"
  ],
  "properties": {
    "document_type": {
      "type": "string",
      "const": "partnership_agreement",
      "description": "Document type"
    },
    "entity_type": {
      "type": "string",
      "enum": [
        "general_partnership",
        "limited_partnership",
        "llc",
        "joint_venture"
      ],
    
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent contracts.partnership

See It In Action

Real extraction example showing input document and structured output.

Input Document
LIMITED LIABILITY COMPANY OPERATING AGREEMENT

OF

EVERGREEN REAL ESTATE VENTURES LLC

A Delaware Limited Liability Company

Effective Date: January 1, 2025

This Limited Liability Company Operating Agreement ("Agreement") is entered into by and among the Members listed on Schedule A attached hereto, effective as of January 1, 2025.

ARTICLE I - ORGANIZATION

1.1 Formation. Evergreen Real Estate Ventures LLC (the "Company") was formed as a Delaware limited liability company on December 15, 2024 
Extracted Data
{
  "document_type": "partnership_agreement",
  "entity_type": "llc",
  "effective_date": "2025-01-01",
  "entity_name": "Evergreen Real Estate Ventures LLC",
  "partners": [
    {
      "name": "Pinnacle Capital Partners LP",
      "type": "managing_member",
      "ownership_percentage": "45%",
      "capital_contribution": "$4,500,000",
      "voting_percentage": "45%"
    },
    {
      "name": "Mountain View Investments Inc.",
      "type": "member",
      "ownership_percentage": "30%",
      "capital_contribution": "$3,000,000",
      "voting_percentage": "30%"
    },
    {
      "name": "Heritage Family Trust",
      "type": "member",
      "ownership_percentage": "15%",
      "capital_contribution": "$1,500,000",
      "voting_percentage": "15%"
    },
    {
      "name": "David Chen",
      "type": "member",
      "ownership_percentage": "10%",
      "capital_contribution": "$1,000,000",
      "voting_percentage": "10%"
    }
  ],
  "purpose": {
    "business_purpose": "Acquiring, developing, managing, and disposing of commercial real estate properties",
    "scope": "Commercial real estate investment and any other lawful business activities"
  },
  "capital": {
    "initial_capital": "$10,000,000",
    "additional_contributions": "Manager may issue capital calls with 30 days notice; Members contribute pro rata",
    "failure_to_contribute": "1.5x dilution, loss of voting rights, 12% interest on unpaid amounts",
    "capital_accounts": "Maintained per Treasury Regulation 1.704-1(b)(2)(iv)",
    "interest_on_capital": "None except as expressly provided"
  },
  "governance": {
    "management": "Manager-managed",
    "managing_partner": "Pinnacle Capital Partners LP",
    "voting_requirements": {
      "ordinary_matters": "Majority (more than 50%)",
      "major_decisions": "Supermajority (66.67%)"
    },
    "major_decisions": [
      "Property acquisitions/dispositions exceeding $1,000,000",
      "Debt exceeding $500,000",
      "Capital expenditures exceeding $250,000",
      "Admission of new Members",
      "Amendment of Agreement",
      "Merger, consolidation, or asset sale",
      "Dissolution",
      "Manager removal or replacement",
      "Related party transactions",
      "Material change in business purpose"
    ],
    "meetings": "Annual meeting within 90 days of fiscal year end; special meetings with 10 days notice; 60% quorum",
    "deadlock_resolution": "30-day negotiation, then mediation, then buyout provisions"
  },
  "profit_loss": {
    "allocation": "Pro rata based on Ownership Percentages, subject to Section 704(b)",
    "distributions": {
      "timing": "Quarterly, within 45 days of quarter end",
      "priority": "1) Return of capital; 2) 8% preferred return; 3) 80/20 split with 20% promoted interest to Manager; 4) Pro rata",
      "tax_distributions": true
    },
    "draws": "Manager receives 1.5% of gross revenues as monthly management fee (guaranteed payment)"
  },
  "transfer_restrictions": {
    "transfer_prohibited": true,
    "right_of_first_refusal": true,
    "tag_along": true,
    "drag_along": true,
    "permitted_transfers": [
      "Transfers to Affiliates",
      "Transfers to trusts for estate planning",
      "Transfers to successor entity in reorganization"
    ]
  },
  "withdrawal_exit": {
    "voluntary_withdrawal": "180 days prior written notice, subject to buyout provisions",
    "expulsion": "75% vote of other Members for material breach (60-day cure), bankruptcy, felony conviction, fraud, or gross negligence",
    "buyout": {
      "trigger_events": [
        "Death",
        "Disability",
        "Retirement (age 65+)",
        "Voluntary withdrawal",
        "Expulsion"
      ],
      "valuation_method": "Fair Market Value by mutual agreement, single appraiser, or three-appraiser process",
      "payment_terms": "20% at closing (within 90 days); 80% over 3 years quarterly; Prime Rate interest"
    },
    "non_compete_on_exit": true
  },
  "dissolution": {
    "dissolution_events": [
      "75% Member vote",
      "Sale of all Company assets",
      "Judicial decree",
      "Events under Delaware law"
    ],
    "winding_up": "Manager winds up affairs and liquidates assets",
    "liquidation_priority": "1) Creditors; 2) Member creditors; 3) Reserves for contingencies; 4) Positive Capital Account balances"
  },
  "fiduciary_duties": {
    "duty_of_loyalty": true,
    "duty_of_care": true,
    "competing_activities": "Members (other than Manager) may engage in other investments including real estate, provided they do not usurp Company opportunities"
  },
  "dispute_resolution": {
    "mediation": true,
    "arbitration": true,
    "governing_law": "State of Delaware"
  },
  "signatures": {
    "all_partners_signed": true,
    "date_signed": "2025-01-01"
  }
}

General partnership agreement between three co-founders establishing operating procedures, profit sharing, and capital contribution requirements. Details decision-making processes, amendment procedures, and dissolution provisions.

Frequently Asked Questions

What documents can Partnership Agreement Extractor process?

The Partnership Agreement Extractor template processes contracts documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the Partnership Agreement Extractor extraction?

The Partnership Agreement Extractor template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the Partnership Agreement Extractor template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.