> ## 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.

# Institutional allocator research

> Research one institutional allocator and its available investment context.

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

Canonical task ID: `organization-research`.

## When to use this task

Use to distinguish stated preferences, allocations and recorded commitments before further diligence.

## institutional-investor

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.

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

    ```json theme={null}
    {
      "organization": "Example Alder Pension Trust",
      "objective": "The example report records allocation percentages and a fund position. Neither is a new commitment or a statement of current appetite.",
      "intended_use": "Research preparation"
    }
    ```
  </Tab>

  <Tab title="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
      }
    }
    ```
  </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 Alder Pension Trust"                                                                                  | public\_reporting | The fictional source supplies this name entry. It does not establish current appetite or verification.              |
    | result.sections.0.data.organization\_type | "Pension fund"                                                                                                 | public\_reporting | The fictional source supplies this organization type entry. It does not establish current appetite or verification. |
    | result.sections.0.data.website            | "[https://example.com/fictional/institutional-investor](https://example.com/fictional/institutional-investor)" | public\_reporting | The fictional source supplies this website entry. It does not establish current appetite or verification.           |
    | result.sections.0.data.location           | "United Kingdom"                                                                                               | public\_reporting | The fictional source supplies this location entry. It does not establish current appetite or verification.          |
    | result.sections.0.data.description        | "Fictional institutional allocator research record."                                                           | public\_reporting | The fictional source supplies this description entry. It does not establish current appetite or verification.       |
    | result.sections.0.data.preferences        | \[\{"dimension":"Asset class","value":"Private equity"}]                                                       | public\_reporting | The fictional source supplies this preferences entry. It does not establish current appetite or verification.       |
    | result.sections.0.data.allocations        | \[\{"asset\_class":"Private equity","current\_percent":8,"target\_percent":10}]                                | public\_reporting | The fictional source supplies this allocations entry. It does not establish current appetite or verification.       |
    | result.sections.0.data.commitments        | \[\{"name":"Example Fund I","entity\_type":"fund","role":"Reported position"}]                                 | public\_reporting | The fictional source supplies this commitments entry. It does not establish current appetite or verification.       |
    | result.sections.1.data.allocator          | "Example Alder Pension Trust"                                                                                  | public\_reporting | The fictional source supplies this allocator entry. It does not establish current appetite or verification.         |
    | result.sections.1.data.fund               | "Example Fund I"                                                                                               | public\_reporting | The fictional source supplies this fund entry. It does not establish current appetite or verification.              |
    | result.sections.1.data.manager            | "Example Manager"                                                                                              | public\_reporting | The fictional source supplies this manager entry. It does not establish current appetite or verification.           |
    | result.sections.1.data.record\_kind       | "reported\_position"                                                                                           | public\_reporting | The fictional source supplies this record kind entry. It does not establish current appetite or verification.       |
    | result.sections.1.data.amount             | 5000000                                                                                                        | public\_reporting | The fictional source supplies this amount entry. It does not establish current appetite or verification.            |
    | result.sections.1.data.currency           | "GBP"                                                                                                          | public\_reporting | The fictional source supplies this currency entry. It does not establish current appetite or verification.          |
    | result.sections.1.data.reporting\_year    | 2025                                                                                                           | public\_reporting | The fictional source supplies this reporting year entry. It does not establish current appetite or verification.    |

    ```json theme={null}
    [
      {
        "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."
      }
    ]
    ```
  </Tab>
</Tabs>

## Availability

LIMITED · manual / reviewed request. Automated invocation: not currently callable (automatedInvocation=false).

Institutional allocator research is a documentation template for Sourced organization research. It is not a new commercial product or invocation transport. The commercial product is Altss Agents.

Use to distinguish stated preferences, allocations and recorded commitments before further diligence.

## Required input

* One institutional organization
* One research objective
* Intended use

## Helpful optional input

* Fund or manager references
* Asset classes or geography
* Reporting period of interest

## Criteria

* Say whether the question concerns commitments, reported positions, allocations or declared mandates.

## Entity and scope

Accepted entity types: institutional-investor, organization.

Maximum published scope: One organization and one agreed question.

Existing task input: One organization and research objective.

## Possible result sections

A sourced research brief with evidence and limitations

* Allocator identity and people
* Available fund/manager context
* Commitments or reported positions
* Evidence and limitations

## Evidence and unknowns

Available fields depend on source coverage and the agreed purpose. Supporting sources are attached to permitted facts; missing publication, capture, observation or verification dates remain unknown. A source statement is not automatically a verified fact.

A historical commitment or allocation does not establish a current mandate or willingness to invest.

Private contact information or customer context is not included by default. Access to a source or a subscription is not blanket permission to redistribute it.

## Rights and review

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.

Scope and price are agreed before agreement, payment and accepted work.

The buyer must authorize the intended purpose and accepted scope. Human review is required before relying on an assessment or using a draft. No message is sent on the buyer’s behalf.

## Request this task today

* [Prepare a reviewed task request](https://altss.com/subscribe?product=agents-scoped-task\&source=/agents\&task=organization-research)
* [Discuss scope](https://altss.com/book-demo?product=agents-scoped-task\&source=/agents\&task=organization-research)
* [Result format and fictional example](/results)
* [Evidence and date meanings](/evidence-and-dates)

<span id="documentation" />
