Arch Labs Investing Entities API

Read from and create new investing entities

Operations 4

GET /client-api/v0/investing-entities Get all investing entities accessible to the user #
POST /client-api/v0/investing-entities Add a new investing entity to Arch #
GET /client-api/v0/investing-entities/{id} Get info about one investing entity #
GET /client-api/v0/investing-entities/{id}/holdings Get data for a set of holdings under an investing entity #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/arch-labs-investing-entities-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

arch-labs-investing-entities-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Arch Client Investing Entities API
  version: 0.1.0
  description: '# Arch Client API Documentation


    ## Getting Started


    To get started, you need to request credentials from us at api-support@arch.co.'
servers:
- url: /
host: arch.co
tags:
- name: Investing Entities
  description: Read from and create new investing entities
paths:
  /client-api/v0/investing-entities:
    get:
      summary: Get all investing entities accessible to the user
      parameters:
      - name: accountIds
        in: query
        example: 1,2,3,4
        description: Will filter the output to only include holdings relevant to one of the account ids in the provided argument
        schema:
          type: string
      security:
      - BearerAuth: []
      description: Returns a list of all investing entities available to the user determined by the access token.
      tags:
      - Investing Entities
      responses:
        '200':
          description: A list of investing entity data.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InvestingEntityList'
        '500':
          description: Internal server error.
      operationId: getClientApiV0InvestingEntities
      x-operation-id-source: derived
    post:
      summary: Add a new investing entity to Arch
      security:
      - BearerAuth: []
      description: Creates a new investing entity and returns the URL, if successful.
      tags:
      - Investing Entities
      requestBody:
        description: Details of the new investing entity to create.
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NewInvestingEntity'
      responses:
        '201':
          description: Created
          headers:
            Location:
              schema:
                type: string
              description: URL of the new investing entity
        '500':
          description: Internal server error.
      operationId: postClientApiV0InvestingEntities
      x-operation-id-source: derived
  /client-api/v0/investing-entities/{id}:
    get:
      operationId: get-single-investing-entity
      summary: Get info about one investing entity
      security:
      - BearerAuth: []
      description: Returns details about a single investing entity.
      tags:
      - Investing Entities
      parameters:
      - name: id
        in: path
        description: A specific investing entity to query
        required: true
        schema:
          type: integer
          minimum: 1
      responses:
        '200':
          description: Details about a single investing entity.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InvestingEntity'
        '500':
          description: Internal server error.
  /client-api/v0/investing-entities/{id}/holdings:
    get:
      summary: Get data for a set of holdings under an investing entity
      security:
      - BearerAuth: []
      description: Returns a paginated list of holdings data under an investing entity.
      tags:
      - Investing Entities
      parameters:
      - name: id
        in: path
        description: A specific investing entity to query holdings for
        required: true
        schema:
          type: integer
          minimum: 1
      - name: limit
        in: query
        description: The number of holdings to return
        schema:
          type: integer
          default: 25
          maximum: 1000
      - name: offset
        in: query
        description: The number of holdings to skip before collecting results
        schema:
          type: integer
          default: 0
          minimum: 0
      responses:
        '200':
          description: A list of holdings data for an investing entity.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HoldingList'
        '400':
          description: Invalid request parameters.
        '500':
          description: Internal server error.
      operationId: getClientApiV0InvestingEntitiesByIdHoldings
      x-operation-id-source: derived
components:
  schemas:
    InvestmentLinkStatus:
      type: string
      enum:
      - Authorization Required
      - Contact Info Required
      - Pending External Action
      - Additional Authorization Required
      - In Progress
      - Linked
      - Linked Confirmed
      - Linking Under Review
      - Linked Confirmed
      - Pass-Through Linked
      - Unlinked
      - Linking Unavailable
      - Awaiting DocuSign
    NewInvestingEntity:
      type: object
      required:
      - name
      - archAccountId
      properties:
        name:
          type: string
          description: The name for the investing entity
        archAccountId:
          type: number
          format: int32
          description: The ID for the Arch account the investing entity belongs to
        ein:
          type: string
          description: The 9-digit code for the entity's EIN or SSN
        addressLine1:
          type: string
          description: The first line of the entity's address
        addressLine2:
          type: string
          description: The second line of the entity's address
        city:
          type: string
          description: The city of the entity's address
        state:
          type: string
          description: The 2-letter state code of the entity's address
        zip:
          type: string
          description: The 5-digit ZIP code of the entity's address
        phoneNumber:
          type: string
          description: The entity's digit-only phone number
        formationDate:
          type: string
          format: date
          description: The date the investing entity was formed (YYYY-MM-DD)
        taxFilingDate:
          type: string
          format: date
          description: The tax filing date for the entity (YYYY-MM-DD)
        sharedNotes:
          type: string
          description: The shared notes attached to the investing entity
        defaultWireInstructions:
          $ref: '#/components/schemas/WireInstructions'
        defaultWireInstructionsForFurtherCredit:
          $ref: '#/components/schemas/WireInstructions'
      example:
        name: Eddie Bauer
        archAccountId: 56
        ein: '000000000'
        addressLine1: 115 E 23rd St
        addressLine2: Floor 6
        city: New York
        state: NY
        zip: '10010'
        phoneNumber: '1234567890'
        formationDate: '2024-01-01'
        taxFilingDate: '2024-01-01'
        sharedNotes: Don't call on Sundays
    InvestingEntityRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - investing-entity-ref
        id:
          type: number
          description: The ID of the referenced investing entity
          example: 711
        url:
          type: string
          description: A relative url to the referenced investing entity
          example: /investing-entities/711
        name:
          type: string
          description: The name of the referenced investing entity
          example: Investing Entity 711
    Timestamp:
      type: string
      format: YYYY-MM-DDTHH:mm:ss.SSSZ
    Holding:
      type: object
      required:
      - kind
      - id
      - selfUrl
      - name
      - investingEntityName
      - investingEntityRef
      - investingEntityUrl
      - offeringRef
      - offeringUrl
      - archEmail
      properties:
        kind:
          type: string
          description: Holding
        id:
          type: number
          description: The Arch ID for tracking the holding
        selfUrl:
          type: string
          description: The relative URL for accessing this resource via the Arch Client API
        name:
          type: string
          description: The name for the holding
        isTaxPlaceholder:
          type: boolean
          description: If this holding is a placeholder for an expected tax document
        investingEntityRef:
          $ref: '#/components/schemas/InvestingEntityRef'
        investingEntityName:
          type: string
          description: The name of the entity that owns the holding
        investingEntityUrl:
          type: string
          description: The relative path to query for the entity that owns the holding
        issuingEntityRef:
          $ref: '#/components/schemas/IssuingEntityRef'
        accountName:
          type: string
          description: The name of the account that owns the holding
        accountRef:
          $ref: '#/components/schemas/AccountRef'
        accountUrl:
          type: string
          description: The relative path to query the related Account if any
          example: /accounts/56
        issuingEntityName:
          type: string
          description: The name of the entity that issues documents for the holding
        issuingEntityUrl:
          type: string
          description: The relative path to query for the entity that issues documents for the holding
        offeringRef:
          $ref: '#/components/schemas/OfferingRef'
        offeringUrl:
          type: string
          description: The relative path to query for the vehicle that was invested in
        archEmail:
          type: string
          description: A unique Arch email that receives documents and updates for the holding
        linkStatus:
          $ref: '#/components/schemas/InvestmentLinkStatus'
          description: The status of the linking process for the investment.
        startDate:
          type: string
          format: date
          description: The date the holding began (YYYY-MM-DD)
        endDate:
          type: string
          format: date
          description: The date the holding ends (YYYY-MM-DD)
        firmName:
          type: string
          description: The name of the firm this holding is associated with
        firmRef:
          $ref: '#/components/schemas/FirmRef'
        financials:
          type: object
          description: Current financial values for the holding
          properties:
            valueAsOfTime:
              allOf:
              - $ref: '#/components/schemas/Timestamp'
              - description: The timestamp of the most recent valuation
            capitalAccount:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total value of the holding
            initialCommitment:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total commitment to the holding
            totalContribution:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total of any contributions made towards the commitment (For lookthroughs, this is analogous to cost-basis)
            outstandingCommitment:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total contributions required to meet the commitment
            totalDistributions:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total of any distributions made from the holding
            recallableDistributions:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total of any distributions made from the holding that can be recalled
            investedCapital:
              allOf:
              - $ref: '#/components/schemas/FinancialValue'
              - description: Total capital invested in the underlying asset (Lookthroughs only)
        transferInfo:
          type: array
          description: 'The transfer relationships this holding is involved in. Only returned when the

            includeTransferInfo query parameter is set to true. A holding can be involved

            in many transfers, both into it and out of it, so this list may contain any

            number of entries (empty when the holding was not involved in any transfer).

            In each entry, one of the two holding refs is a self-reference to this holding.

            Transfers involving a holding the caller cannot access are omitted.

            '
          items:
            type: object
            properties:
              transferorHoldingRef:
                allOf:
                - $ref: '#/components/schemas/HoldingRef'
                - description: The holding that was transferred from
              transfereeHoldingRef:
                allOf:
                - $ref: '#/components/schemas/HoldingRef'
                - description: The holding that was transferred to
              transferDate:
                type: string
                format: date
                description: 'The date the transfer took place. Resolved as the transferor holding''s

                  end date, falling back to the transferee holding''s start date, then null.

                  '
        latestStatementRef:
          type: object
          description: Reference to the most recent statement activity for this holding to help reconcile valuations
          properties:
            id:
              type: number
              description: The activity ID
            url:
              type: string
              description: Relative URL to the activity
            activityType:
              type: string
              description: The type of statement activity (e.g., "Account Statement Received")
            statementDate:
              type: string
              format: date
              description: The statement date
            activitiesSinceStatementUrl:
              type: string
              description: Relative URL to query all activities that occurred after this statement date for this holding
        contact:
          type: object
          description: Contact information for the holding
          properties:
            name:
              type: string
              description: Contact's name
            email:
              type: string
              description: Contact's email
            phone:
              type: string
              description: Contact's phone number
        metrics:
          type: object
          description: Metrics of the holding's financial performance
          properties:
            irr:
              type: number
            tvpi:
              type: number
            dpi:
              type: number
        blackDiamondInfo:
          type: object
          properties:
            symbol:
              type: string
              description: The symbol of the holding
            accountNumber:
              type: string
              description: The account number of the holding
            contraAccountNumber:
              type: string
              description: The contra account number of the holding
            assetName:
              type: string
              description: The name of the asset
            accountName:
              type: string
              description: The name of the account
        addeparInfo:
          type: object
          properties:
            accountId:
              type: number
              description: The addepar account ID associated with this holding
            ownerEntityId:
              type: number
              description: The addepar ID of the owner entity for this holding
            ownerEntityName:
              type: string
              description: The name of the owner entity for this holding
            ownedEntityId:
              type: number
              description: The addepar ID of the owned entity for this holding
            ownedEntityName:
              type: string
              description: The name of the owned entity for this holding
            positionId:
              type: number
              description: The id of the addepar position for this holding
        integrations:
          type: object
          properties:
            archwayInfo:
              type: object
              properties:
                investmentId:
                  type: number
                  description: The Arch ID for tracking the holding
                archwaySecurityType:
                  type: object
                  properties:
                    id:
                      type: number
                      description: Security Type Id
                    description:
                      type: string
                      description: Security Type Description
                archwayProductId:
                  type: string
                  description: Archway ID for tracking the holding
                archwayPortfolioId:
                  type: number
                  description: Archway ID for tracking the portfolio
            burgissInfo:
              type: object
              properties:
                investmentId:
                  type: number
                  description: The Arch ID for tracking the holding
                currentIdentifier:
                  type: string
                  description: The customized identifier added for the holding in Burgiss
                accountNumber:
                  type: number
                  description: The Burgiss ID for tracking the Burgiss account
                investmentGuid:
                  type: string
                  description: The Burgiss ID for tracking the holding
            tamaracInfo:
              type: object
              properties:
                investmentId:
                  type: number
                  description: The Arch ID for tracking the holding
                accountNumber:
                  type: string
                  description: Tamarac ID for tracking the Tamarac account
                symbol:
                  type: string
                  description: Tamarac ID for tracking the holding
            orionInfo:
              type: object
              properties:
                exclusionReason:
                  type:
                  - string
                  - 'null'
                  description: Export exclusion reason (MANUALLY_DISABLED or null)
                ticker:
                  type: string
                  description: Product ticker for Orion
                accountNumber:
                  type: string
                  description: Orion account number
                accountId:
                  type: string
                  description: Orion account ID
                assetId:
                  type: string
                  description: Orion asset ID
                initialCommitmentCents:
                  type: number
                  description: Initial commitment amount in cents
                initialCommitmentDate:
                  type: string
                  format: date
                  description: Initial commitment date (YYYY-MM-DD)
        ownership:
          type: object
          properties:
            percentage:
              type: number
              description: the whole number percent ownership the caller has in the holding.
            issuingEntityId:
              type: number
              description: the ID of the issuing entity that contains the underlying portfolio companies.
            issuingEntityUrl:
              type: string
              description: the url to access the issuing entity that contains the underlying portfolio companies. Prepopulated with the query parameter required to fetch the underlying portfolio.
        customFields:
          type: object
          description: A map from custom field ID to custom field data.
          additionalProperties:
            $ref: '#/components/schemas/CustomField'
      example:
        kind: holding
        id: 50051
        selfUrl: /holdings/50051
        name: Arch Example Holding
        isTaxPlaceholder: false
        investingEntityRef:
          kind: investing-entity-ref
          id: 56
          url: /investing-entities/56
          name: Arch Example Issuer
        investingEntityName: Arch Example Investor
        investingEntityUrl: /investingEntities/56
        issuingEntityRef:
          kind: issuing-entity-ref
          id: 420
          url: /issuing-entities/420
          name: Arch Example Issuer
        issuingEntityName: Arch Example Issuer
        issuingEntityUrl: /issuingEntities/420
        offeringRef:
          kind: offering-ref
          id: 112
          url: /offerings/112
          name: Offering 112
        offeringUrl: /offerings/112
        accountName: Arch Example Account
        accountRef:
          kind: account-ref
          id: 56
          url: /accounts/56
          name: Account 56
        accountUrl: /accounts/56
        archEmail: exampleinvestor-exampleissuer@archdocuments.com
        startDate: '2023-01-19T00:00:00.000Z'
        endDate: '2023-01-19T00:00:00.000Z'
        firmName: Firm Name 1
        firmRef:
          kind: firm-ref
          id: 42
          url: /firms/42
          name: Firm Name 1
        financials:
          capitalAccount:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
          valueAsOfTime: 2024-02-26H00:00:00.000Z
          initialCommitment:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
          totalContribution:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
          outstandingCommitment:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
          totalDistributions:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
          recallableDistributions:
            quantity: 2000
            currencyCode: USD
            dollars: 2000
        latestStatementRef:
          id: 12345
          url: /activities/12345
          activityType: Account Statement Received
          statementDate: '2025-06-30T00:00:00.000Z'
          activitiesSinceStatementUrl: /activities?&holdingIds=50051&afterProcessedAt=2025-06-30T00:00:00.000Z
    CurrencyCode:
      type: string
      example: USD
      default: USD
      description: The currency code for the financial value. Defaults to "USD" if not provided.
    HoldingRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - holding-ref
        id:
          type: number
          description: The ID of the referenced holding
          example: 112
        url:
          type: string
          description: A relative url to the referenced holding
          example: /holdings/112
        name:
          type: string
          description: The name of the referenced holding
          example: Holding 112
    WireInstructions:
      type: object
      description: Instructions for how to wire an investing entity
      properties:
        bankName:
          type: string
          description: The name of the bank
        bankAddress:
          type: string
          description: The full bank address
        accountName:
          type: string
          description: The bank account name
        accountType:
          type: string
          description: The type of account, e.g. "Checking", "Savings"
        routingNumber:
          type: string
          description: The ABA routing number
        wireReference:
          type: string
        bic:
          type: string
          description: A Business Identifier Code for wiring
        iban:
          type: string
          description: An International Bank Account Number for wiring
        sortCode:
          type: string
          description: A six-digit number predominantly used by banks in the UK
        contactName:
          type: string
        contactNumber:
          type: string
          description: The digit-only phone number of the contact
      example:
        bankName: Bank Name
        bankAddress: Address St, County, NY 10010
        accountName: Account Name
        accountType: Checking
        accountNumber: '000100'
        routingNumber: '000010200'
        wireReference: Reference Name LLC
        bic: DEUTDEFF
        iban: GB82 WEST 1234 5698 7654 32
        sortCode: '123456'
        contactName: Mario Mario
        contactNumber: '1234567890'
    AccountRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - account-ref
        id:
          type: number
          description: The ID of the referenced account
          example: 56
        url:
          type: string
          description: A relative url to the referenced account
          example: /account/56
        name:
          type: string
          description: The name of the referenced account
          example: Account 56
    OfferingRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - offering-ref
        id:
          type: number
          description: The ID of the referenced offering
          example: 112
        url:
          type: string
          description: A relative url to the referenced offering
          example: /offerings/112
        name:
          type: string
          description: The name of the referenced offering
          example: Offering 112
    FirmRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - firm-ref
        id:
          type: number
          description: The ID of the referenced firm
          example: 42
        url:
          type: string
          description: A relative url to the referenced firm
          example: /firms/42
        name:
          type: string
          description: The name of the referenced firm
          example: Acme Capital Partners
    FinancialValue:
      type: object
      properties:
        quantity:
          type: integer
          format: int64
          description: The quantity of the financial value
          example: 100000
        currencyCode:
          $ref: '#/components/schemas/CurrencyCode'
        dollars:
          type: integer
          format: int64
          description: The financial value in dollars
      example:
        quantity: 100000
        currencyCode: USD
        dollars: 100000
    InvestingEntityList:
      type: object
      required:
      - kind
      - selfUrl
      - contents
      properties:
        kind:
          type: string
          description: page
        selfUrl:
          type: string
          description: The relative URL for accessing this resource via the Arch Client API
        contents:
          type: array
          items:
            $ref: '#/components/schemas/InvestingEntity'
          description: List of investing entities
    CustomField:
      type: object
      description: A user-specified custom field. Does not yet support File fields.
      properties:
        name:
          type: string
        fieldType:
          type: string
          enum:
          - TEXT
          - SELECT
          - NUMBER
          - CHECKBOX
          - DATE
          - FILES
          - FINANCIAL_VALUE
        value:
          oneOf:
          - type: string
          - type: number
          - type: boolean
          - $ref: '#/components/schemas/FinancialValue'
    IssuingEntityRef:
      type: object
      required:
      - kind
      - id
      - url
      properties:
        kind:
          type: string
          enum:
          - issuing-entity-ref
        id:
          type: number
          description: The ID of the referenced issuing entity
          example: 204
        url:
          type: string
          description: A relative url to the referenced issuing entity
          example: /issuing-entities/204
        name:
          type: string
          description: The name of the referenced issuing entity
          example: Issuing Entity 204
    HoldingList:
      type: object
      required:
      - kind
      - selfUrl
      - contents
      properties:
        kind:
          type: string
          description: Page
        selfUrl:
          type: string
          description: The relative URL for accessing the current page of this resource
          example: /holdings?offset=5&limit=5
        contents:
          type: array
          items:
            $ref: '#/components/schemas/Holding'
          description: List of holdings
        prev:
          type: string
          description: The relative URL for accessing the previous page of this resource
          example: /holdings?offset=0&limit=5
        next:
          type: string
          description: The relative URL for accessing the next page of this resource
          example: /holdings?offset=10&limit=5
        parentUrl:
          type: string
          description: The relative URL for accessing the parent resource of this set of holdings
      example:
        kind: page
        id: 56
        selfUrl: /investing-entities/56/holdings?limit=25&offset=25
        parentUrl: /investing-entities/56
        prev: /investing-entities/56/holdings?limit=25&offset=0
        next: /investing-entities/56/holdings?limit=25&offset=50
        contents:
        - kind: holding
          id: 50051
          selfUrl: /holdings/50051
          name: Arch Example Holding
          isTaxPlaceholder: false
          investingEntityRef:
            kind: investing-entity-ref
            id: 56
            url: /investing-entities/56
            name: Arch Example Issuer
          investingEntityName: Arch Example Investor
          investingEntityUrl: /investingEntities/56
          issuingEntityRef:
            kind: issuing-entity-ref
            id: 420
            url: /issuing-entities/420
            name: Arch Example Issuer
          issuingEntityName: Arch Example Issuer
          issuingEntityUrl: /issuingEntities/420
          offeringRef:
            kind: offering-ref
            id: 112
            url: /offerings/112
            name: Offering 112
          offeringUrl: /offerings/112
          accountName: Arch Example Account
          accountRef:
            kind: account-ref
            id: 56
            url: /accounts/56
            name: Account 56
          archEmail: exampleinvestor-exampleissuer@archdocuments.com
          startDate: '2023-01-19T00:00:00.000Z'
          endDate: '2023-01-19T00:00:00.000Z'
          firmName: Firm Name 1
          firmRef:
            kind: firm-ref
            id: 42
            url: /firms/42
            name: Firm Name 1
          financials:
            capitalAccount:
              quantity: 2000
              currencyCode: USD
              dollars: 2000
            valueAsOfTime: 2024-02-26H00:00:00.000Z
          latestStatementRef:
            id: 12345
            url: /activities/12345
            activityType: Account Statement Received
            statementDate: '2025-06-30T00:00:00.000Z'
            activitiesSinceStatementUrl: /activities?&holdingIds=50051&afterProcessedAt=2025-06-30T00:00:00.000Z
    InvestingEntity:
      type: object
      required:
      - kind
      - id
      - selfUrl
      - accountUrl
      properties:
        kind:
          type: string
          description: investing-entity
        id:
          type: number
          description: The Arch ID for tracking the investing entity
          example: 100
        name:
          type: string
          description: The entity name
          example: Example Investing Partnership
        selfUrl:
          type: string
          description: The relative URL for accessing this resource via the Arch Client API
          example: /investing-entities/100
        accountUrl:
          type: string
          description: The relative path to query the related account
          example: /accounts/10
        ein:
          type: number
          description: EIN number
        structure:
          type: string
          description: Structure of the investing entity
        taxForm:
          type: string
          description: Tax form
        taxFilingDate:
          type: string
          format: date
          description: Tax filing date
        addressLine1:
          type: string
        addressLine2:
          type: string
       

# --- truncated at 32 KB (32 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/arch-labs/refs/heads/main/openapi/arch-labs-investing-entities-api-openapi.yml