> ## Documentation Index
> Fetch the complete documentation index at: https://docs.altss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Result format

> A bounded result separates the entity, answer, supporting evidence, unknowns, limitations and permitted use.

## The result envelope

| Part        | Meaning                                                                                                                                                   |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| subject     | The identified research subject, or an explicit research scope for a market/list question. V1 entity and V2 subject are alternatives, not two identities. |
| result      | Supported answer and typed entity sections. Customer-private context is separately labeled.                                                               |
| evidence    | Field paths, source references, source types, recorded dates and the basis for a statement.                                                               |
| unknowns    | What the available evidence does not resolve. Unknown does not mean false.                                                                                |
| limitations | Scope, source coverage and interpretation boundaries.                                                                                                     |
| rights      | Agreement-governed result use. No raw graph access, bulk export or graph redistribution.                                                                  |

## Research a company

Fictional request brief, entities, sources, values and dates. This is a documentation example, not a live HTTP response or customer result. Missing dates remain null.

<Note>
  **Current availability:** Reviewed bounded request. **Execution:** Manual / scoped. **Automated invocation:** Not currently available. **API endpoint:** None. **MCP execution:** None.
</Note>

<Tabs>
  <Tab title="Input">
    A research brief for human scope review, not an API payload.

    ```json theme={null}
    {
      "organization": "Example Automation Ltd",
      "objective": "Understand ownership, relevant people and selected transaction context",
      "intended_use": "Research preparation"
    }
    ```
  </Tab>

  <Tab title="Result">
    ```json theme={null}
    {
      "task_type": "organization-research",
      "status": "supported_with_unknowns",
      "entity": null,
      "subject": {
        "entity_type": "company",
        "name": "Example Automation Ltd",
        "website": "https://example.com/fictional/company",
        "research_scope": null
      },
      "as_of": null,
      "result": {
        "summary": "Review the fictional company’s identity, ownership, people and selected acquisition context before deciding what to investigate next.",
        "company": null,
        "criteria": [],
        "sections": [
          {
            "entity_type": "company",
            "data": {
              "name": "Example Automation Ltd",
              "description": "Industrial automation company",
              "website": "https://example.com",
              "sector": "Industrial automation",
              "subsector": null,
              "location": null,
              "country": "United Kingdom",
              "founded_year": null,
              "employee_count": null,
              "ownership_context": [
                {
                  "name": "Example Industrial Holdings",
                  "role": "Recorded parent organization",
                  "date": null,
                  "amount": null,
                  "currency": null
                }
              ],
              "people": [
                {
                  "name": "Jamie Chen",
                  "role": "Chief Executive",
                  "date": null,
                  "amount": null,
                  "currency": null
                }
              ],
              "transactions": [
                {
                  "name": "Example Controls Ltd",
                  "role": "Acquisition target",
                  "date": "2026-09-12",
                  "amount": null,
                  "currency": null
                }
              ]
            }
          }
        ]
      },
      "evidence": [
        {
          "field": "result.sections.0.data.name",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated name entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.description",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated description entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.website",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated website entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.sector",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated sector entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.country",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated country entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.ownership_context",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated ownership context entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.people",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated people entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.transactions",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated transactions entry. This does not establish current interest or independent verification."
        }
      ],
      "unknowns": [
        "Ultimate beneficial ownership",
        "Current willingness to transact"
      ],
      "limitations": [
        "Fictional entities, sources, values and dates; no real customer result or live execution.",
        "Source coverage and output use remain subject to the agreed purpose and rights review."
      ],
      "rights": {
        "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
        "raw_graph_access": false,
        "bulk_export": false,
        "graph_redistribution": false
      }
    }
    ```
  </Tab>

  <Tab title="Evidence">
    Each field path identifies the particular value supported by the source note.

    | Field path                                | Illustrated value                                                                                                          | Source type       | Basis                                                                                                                                    |
    | ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
    | result.sections.0.data.name               | "Example Automation Ltd"                                                                                                   | public\_reporting | Fictional source supports the illustrated name entry. This does not establish current interest or independent verification.              |
    | result.sections.0.data.description        | "Industrial automation company"                                                                                            | public\_reporting | Fictional source supports the illustrated description entry. This does not establish current interest or independent verification.       |
    | result.sections.0.data.website            | "[https://example.com](https://example.com)"                                                                               | public\_reporting | Fictional source supports the illustrated website entry. This does not establish current interest or independent verification.           |
    | result.sections.0.data.sector             | "Industrial automation"                                                                                                    | public\_reporting | Fictional source supports the illustrated sector entry. This does not establish current interest or independent verification.            |
    | result.sections.0.data.country            | "United Kingdom"                                                                                                           | public\_reporting | Fictional source supports the illustrated country entry. This does not establish current interest or independent verification.           |
    | result.sections.0.data.ownership\_context | \[\{"name":"Example Industrial Holdings","role":"Recorded parent organization","date":null,"amount":null,"currency":null}] | public\_reporting | Fictional source supports the illustrated ownership context entry. This does not establish current interest or independent verification. |
    | result.sections.0.data.people             | \[\{"name":"Jamie Chen","role":"Chief Executive","date":null,"amount":null,"currency":null}]                               | public\_reporting | Fictional source supports the illustrated people entry. This does not establish current interest or independent verification.            |
    | result.sections.0.data.transactions       | \[\{"name":"Example Controls Ltd","role":"Acquisition target","date":"2026-09-12","amount":null,"currency":null}]          | public\_reporting | Fictional source supports the illustrated transactions entry. This does not establish current interest or independent verification.      |

    ```json theme={null}
    [
      {
        "field": "result.sections.0.data.name",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated name entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.description",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated description entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.website",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated website entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.sector",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated sector entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.country",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated country entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.ownership_context",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated ownership context entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.people",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated people entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.transactions",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated transactions entry. This does not establish current interest or independent verification."
      }
    ]
    ```
  </Tab>
</Tabs>

## Descriptive format

This result schema is a documentation contract and review format. It is not a live API response, a guaranteed automated serializer or a database export. Scope and delivery are agreed during manual review.

task\_type identifies an existing task. status describes evidence completeness, not job execution. The original entity and result.company fields remain compatible with V1. V1 entity and V2 subject are alternative identity representations: when subject is present, entity must be null. V2 subject identifies the researched entity; a null entity\_type with a stated research\_scope represents a market/list question without inventing an organization. Typed result.sections reference specific entity schemas. Customer-private context stays in its separately labeled result.customer\_context and never becomes public entity data. result.company may remain null when typed sections carry the relevant detail. as\_of is the explicitly recorded assessment time, or null. result contains the answer; evidence binds sources to field paths. unknowns and limitations remain separate from rights.

Null means unknown or unavailable, not false, zero or recently checked. Source-dependent collections may be null when not assessed; an empty list alone does not establish that no relationship exists. No public confidence score or chain-of-thought is provided. Delivered-result use is governed by the agreement; the schema does not grant raw graph redistribution.

## Fictional fit-assessment result

Every organization, person, source, date and finding below is fictional. Example.com links are placeholders. This example does not demonstrate a live executed task.

```json theme={null}
{
  "task_type": "fit-assessment",
  "status": "supported_with_unknowns",
  "as_of": null,
  "entity": {
    "name": "Example Automation Ltd",
    "entity_type": "company",
    "website": "https://example.com"
  },
  "result": {
    "company": {
      "name": "Example Automation Ltd",
      "description": "Industrial automation company",
      "website": "https://example.com",
      "sector": "Industrial automation",
      "subsector": null,
      "location": null,
      "country": "United Kingdom",
      "founded_year": null,
      "employee_count": null,
      "ownership_context": [
        {
          "name": "Example Industrial Holdings",
          "role": "Recorded parent organization",
          "date": null,
          "amount": null,
          "currency": null
        }
      ],
      "people": [
        {
          "name": "Jamie Chen",
          "role": "Chief Executive",
          "date": null,
          "amount": null,
          "currency": null
        }
      ],
      "transactions": [
        {
          "name": "Example Controls Ltd",
          "role": "Acquisition target",
          "date": "2026-09-12",
          "amount": null,
          "currency": null
        }
      ]
    },
    "summary": "The example company meets the supplied location and activity criteria. Beneficial ownership remains unresolved.",
    "criteria": [
      {
        "criterion": "UK operations",
        "assessment": "supported",
        "basis": "Fictional company website describes UK operations."
      },
      {
        "criterion": "Industrial automation",
        "assessment": "supported",
        "basis": "Fictional company website describes industrial automation."
      },
      {
        "criterion": "Beneficial ownership established",
        "assessment": "unknown",
        "basis": "The fictional filing identifies a parent but does not establish ultimate beneficial ownership."
      }
    ]
  },
  "evidence": [
    {
      "field": "result.company.country",
      "source_url": "https://example.com/company",
      "source_type": "official_website",
      "published_at": null,
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional website describes UK operations."
    },
    {
      "field": "result.company.sector",
      "source_url": "https://example.com/company",
      "source_type": "official_website",
      "published_at": null,
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional website describes industrial automation."
    },
    {
      "field": "result.company.people",
      "source_url": "https://example.com/company",
      "source_type": "official_website",
      "published_at": null,
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional website lists Jamie Chen as Chief Executive."
    },
    {
      "field": "result.company.ownership_context",
      "source_url": "https://example.com/filing",
      "source_type": "filing",
      "published_at": "2026-09-12T00:00:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional filing names the parent organization; it does not identify an ultimate beneficial owner."
    },
    {
      "field": "result.company.transactions",
      "source_url": "https://example.com/filing",
      "source_type": "filing",
      "published_at": "2026-09-12T00:00:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional filing describes the acquisition of Example Controls Ltd on 12 September 2026; value is undisclosed."
    }
  ],
  "unknowns": [
    "Ultimate beneficial ownership",
    "Current willingness to transact"
  ],
  "limitations": [
    "Fictional example: all names, sources, dates and findings are illustrative, not a customer result.",
    "The format is descriptive; an automated JSON delivery service is not live."
  ],
  "rights": {
    "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
    "raw_graph_access": false,
    "bulk_export": false,
    "graph_redistribution": false
  }
}
```

## Fictional family-office research result

Fictional entities, sources, values and dates. Source URLs are placeholders, missing dates remain null, and private context is separately labeled. This is not a live customer result.

```json theme={null}
{
  "task_type": "organization-research",
  "status": "supported_with_unknowns",
  "entity": null,
  "subject": {
    "entity_type": "family-office",
    "name": "Example Rowan Family Office",
    "website": "https://example.com/fictional/family-office",
    "research_scope": null
  },
  "as_of": null,
  "result": {
    "summary": "Recorded professional and investment context is available; current appetite is not established.",
    "company": null,
    "criteria": [],
    "sections": [
      {
        "entity_type": "family-office",
        "data": {
          "name": "Example Rowan Family Office",
          "organization_type": "Single-family office",
          "website": "https://example.com/fictional/family-office",
          "location": "London, United Kingdom",
          "description": "Fictional family-office research record.",
          "people": [
            {
              "name": "Morgan Lee",
              "entity_type": "person",
              "role": "Investment Director"
            }
          ],
          "preferences": [
            {
              "dimension": "Sector",
              "value": "Industrial technology"
            }
          ],
          "declared_mandates": null,
          "investments": [
            {
              "name": "Example Automation Ltd",
              "entity_type": "company",
              "role": "Recorded investment"
            }
          ],
          "funds": null
        }
      }
    ]
  },
  "evidence": [
    {
      "field": "result.sections.0.data.name",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this name entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.organization_type",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this organization type entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.website",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this website entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.location",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this location entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.description",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this description entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.people",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this people entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.preferences",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this preferences entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.investments",
      "source_url": "https://example.com/fictional/family-office/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this investments entry. It does not establish current appetite or verification."
    }
  ],
  "unknowns": [
    "Current allocation appetite",
    "Complete principal and contact coverage"
  ],
  "limitations": [
    "Every entity, source, date and value in this example is fictional. No real customer result or live task execution is shown.",
    "Available facts and result use remain subject to source rights, the agreed purpose and manual review."
  ],
  "rights": {
    "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
    "raw_graph_access": false,
    "bulk_export": false,
    "graph_redistribution": false
  }
}
```

## Fictional company ownership result

Fictional entities, sources, values and dates. Source URLs are placeholders, missing dates remain null, and private context is separately labeled. This is not a live customer result.

```json theme={null}
{
  "task_type": "organization-research",
  "status": "supported_with_unknowns",
  "entity": null,
  "subject": {
    "entity_type": "company",
    "name": "Example Automation Ltd",
    "website": "https://example.com/fictional/company",
    "research_scope": null
  },
  "as_of": null,
  "result": {
    "summary": "A fictional registry source identifies a parent. It does not resolve ultimate beneficial ownership or control.",
    "company": null,
    "criteria": [],
    "sections": [
      {
        "entity_type": "company",
        "data": {
          "name": "Example Automation Ltd",
          "description": "Fictional industrial automation company.",
          "website": "https://example.com/fictional/company",
          "sector": "Industrial automation",
          "subsector": null,
          "location": null,
          "country": "United Kingdom",
          "founded_year": null,
          "employee_count": null,
          "ownership_context": [
            {
              "name": "Example Industrial Holdings",
              "role": "Recorded parent organization",
              "date": null,
              "amount": null,
              "currency": null
            }
          ],
          "people": null,
          "transactions": null
        }
      }
    ]
  },
  "evidence": [
    {
      "field": "result.sections.0.data.name",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this name entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.description",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this description entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.website",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this website entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.sector",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this sector entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.country",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this country entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.ownership_context",
      "source_url": "https://example.com/fictional/company/source",
      "source_type": "registry",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this ownership context entry. It does not establish current appetite or verification."
    }
  ],
  "unknowns": [
    "Ultimate beneficial ownership",
    "Whether the recorded parent relationship remains current"
  ],
  "limitations": [
    "Every entity, source, date and value in this example is fictional. No real customer result or live task execution is shown.",
    "Available facts and result use remain subject to source rights, the agreed purpose and manual review."
  ],
  "rights": {
    "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
    "raw_graph_access": false,
    "bulk_export": false,
    "graph_redistribution": false
  }
}
```

## Fictional institutional-investor result

Fictional entities, sources, values and dates. Source URLs are placeholders, missing dates remain null, and private context is separately labeled. This is not a live customer result.

```json theme={null}
{
  "task_type": "organization-research",
  "status": "supported_with_unknowns",
  "entity": null,
  "subject": {
    "entity_type": "institutional-investor",
    "name": "Example Alder Pension Trust",
    "website": "https://example.com/fictional/institutional-investor",
    "research_scope": null
  },
  "as_of": null,
  "result": {
    "summary": "The example report records allocation percentages and a fund position. Neither is a new commitment or a statement of current appetite.",
    "company": null,
    "criteria": [],
    "sections": [
      {
        "entity_type": "institutional-investor",
        "data": {
          "name": "Example Alder Pension Trust",
          "organization_type": "Pension fund",
          "website": "https://example.com/fictional/institutional-investor",
          "location": "United Kingdom",
          "description": "Fictional institutional allocator research record.",
          "people": null,
          "preferences": [
            {
              "dimension": "Asset class",
              "value": "Private equity"
            }
          ],
          "declared_mandates": null,
          "investments": null,
          "funds": null,
          "allocations": [
            {
              "asset_class": "Private equity",
              "current_percent": 8,
              "target_percent": 10
            }
          ],
          "commitments": [
            {
              "name": "Example Fund I",
              "entity_type": "fund",
              "role": "Reported position"
            }
          ]
        }
      },
      {
        "entity_type": "commitment",
        "data": {
          "allocator": "Example Alder Pension Trust",
          "fund": "Example Fund I",
          "manager": "Example Manager",
          "record_kind": "reported_position",
          "amount": 5000000,
          "currency": "GBP",
          "commitment_date": null,
          "reporting_year": 2025
        }
      }
    ]
  },
  "evidence": [
    {
      "field": "result.sections.0.data.name",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this name entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.organization_type",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this organization type entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.website",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this website entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.location",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this location entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.description",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this description entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.preferences",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this preferences entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.allocations",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this allocations entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.commitments",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this commitments entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.allocator",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this allocator entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.fund",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this fund entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.manager",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this manager entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.record_kind",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this record kind entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.amount",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this amount entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.currency",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this currency entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.1.data.reporting_year",
      "source_url": "https://example.com/fictional/institutional-investor/source",
      "source_type": "public_reporting",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this reporting year entry. It does not establish current appetite or verification."
    }
  ],
  "unknowns": [
    "Original commitment date",
    "Current mandate"
  ],
  "limitations": [
    "Every entity, source, date and value in this example is fictional. No real customer result or live task execution is shown.",
    "Available facts and result use remain subject to source rights, the agreed purpose and manual review."
  ],
  "rights": {
    "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
    "raw_graph_access": false,
    "bulk_export": false,
    "graph_redistribution": false
  }
}
```

## Fictional relationship-context result

Fictional entities, sources, values and dates. Source URLs are placeholders, missing dates remain null, and private context is separately labeled. This is not a live customer result.

```json theme={null}
{
  "task_type": "organization-research",
  "status": "supported_with_unknowns",
  "entity": null,
  "subject": {
    "entity_type": "organization",
    "name": "Example Capital",
    "website": "https://example.com/fictional/organization",
    "research_scope": null
  },
  "as_of": null,
  "result": {
    "summary": "A sourced professional role and a separately supplied fictional customer note give context for the customer to review before deciding whether to approach.",
    "company": null,
    "criteria": [],
    "sections": [
      {
        "entity_type": "relationship",
        "data": {
          "subject": "Morgan Lee",
          "predicate": "employment",
          "object": "Example Capital",
          "context_class": "recorded_relationship",
          "observed_date": null,
          "supporting_context": "Fictional organization team page names Morgan Lee as Investment Director."
        }
      }
    ],
    "customer_context": [
      {
        "visibility": "customer_private",
        "source_type": "customer_provided",
        "summary": "Fictional customer note: a colleague recorded a sector discussion with the target person.",
        "limitation": "Separate authorized customer context; not public graph evidence or proof of current interest."
      }
    ]
  },
  "evidence": [
    {
      "field": "result.sections.0.data.subject",
      "source_url": "https://example.com/fictional/organization/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this subject entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.predicate",
      "source_url": "https://example.com/fictional/organization/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this predicate entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.object",
      "source_url": "https://example.com/fictional/organization/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this object entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.context_class",
      "source_url": "https://example.com/fictional/organization/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this context class entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.sections.0.data.supporting_context",
      "source_url": "https://example.com/fictional/organization/source",
      "source_type": "official_website",
      "published_at": "2026-09-12T09:30:00Z",
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "The fictional source supplies this supporting context entry. It does not establish current appetite or verification."
    },
    {
      "field": "result.customer_context.0",
      "source_url": null,
      "source_type": "customer_provided",
      "published_at": null,
      "captured_at": null,
      "observed_at": null,
      "verified_at": null,
      "basis": "Fictional note supplied by the customer. It supports only the recorded interaction context, not a public role or investment mandate."
    }
  ],
  "unknowns": [
    "Current interest in a conversation",
    "Date of the private interaction"
  ],
  "limitations": [
    "Every entity, source, date and value in this example is fictional. No real customer result or live task execution is shown.",
    "Available facts and result use remain subject to source rights, the agreed purpose and manual review."
  ],
  "rights": {
    "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
    "raw_graph_access": false,
    "bulk_export": false,
    "graph_redistribution": false
  }
}
```

## Compatibility

Existing V1 company, organization and result documents remain valid. V2 adds typed sections and source categories; consumers with a closed V1 validator should use the current catalog and schema version before reading V2 results.

## Shape and authorization are different

A valid schema does not establish source rights, buyer authorization or scope compliance. The operator must review those separately against the published task maximum before fulfillment.

Typed sections preserve each entity’s meaning. A relationship references distinct parties; it does not deduplicate them. Evidence paths can point to fields inside a section. Unknown values stay null.

## JSON Schemas

* [Task result](https://altss.com/schemas/task-result.json)
* [Field evidence](https://altss.com/schemas/evidence.json)
* [company fields](https://altss.com/schemas/company.json)
* [organization fields](https://altss.com/schemas/organization.json)
* [family-office fields](https://altss.com/schemas/family-office.json)
* [institutional-investor fields](https://altss.com/schemas/institutional-investor.json)
* [person fields](https://altss.com/schemas/person.json)
* [fund fields](https://altss.com/schemas/fund.json)
* [transaction fields](https://altss.com/schemas/transaction.json)
* [relationship fields](https://altss.com/schemas/relationship.json)
* [commitment fields](https://altss.com/schemas/commitment.json)
* [event fields](https://altss.com/schemas/event.json)

<span id="documentation" />
