PitchBook · Schema

FundBioDto

CompanyDataFinancePrivate-MarketAnalytics

Properties

Name Type Description
fundId string
name string
fundInvestors array
vintage integer
fundStatus string
fundType string Deprecated. Always empty
fundStrategy string
additionalFundStrategy array
fundStructure array
fundLifespan string
exchangeStatus string
targetsPrivateWealthInvestors boolean
sustainableFinanceDisclosureRegulation string
accessPoint string
additionalAccessPoint string
fundSize object
fundTerms object
location object
fundTeam array
openDate string
closeDate string
fundTargetSize object
sbic boolean
returnsInfoAvailable array
View JSON Schema on GitHub

JSON Schema

pitchbook-fund-bio-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pitchbook/main/json-schema/pitchbook-fund-bio-dto-schema.json",
  "title": "FundBioDto",
  "x-generated": "2026-09-21",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/pitchbook-openapi.json#/components/schemas/FundBioDto",
  "type": "object",
  "properties": {
    "fundId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fundInvestors": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/FundManagerInfoDto"
      }
    },
    "vintage": {
      "type": "integer",
      "format": "int32"
    },
    "fundStatus": {
      "type": "string"
    },
    "fundType": {
      "type": "string",
      "description": "Deprecated. Always empty",
      "deprecated": true
    },
    "fundStrategy": {
      "type": "string"
    },
    "additionalFundStrategy": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fundStructure": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fundLifespan": {
      "type": "string"
    },
    "exchangeStatus": {
      "type": "string"
    },
    "targetsPrivateWealthInvestors": {
      "type": "boolean"
    },
    "sustainableFinanceDisclosureRegulation": {
      "type": "string"
    },
    "accessPoint": {
      "type": "string"
    },
    "additionalAccessPoint": {
      "type": "string"
    },
    "fundSize": {
      "$ref": "#/$defs/MoneyDto"
    },
    "fundTerms": {
      "$ref": "#/$defs/FundTermsDto"
    },
    "location": {
      "$ref": "#/$defs/EntityOfficeDto"
    },
    "fundTeam": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/FundTeamDto"
      }
    },
    "openDate": {
      "type": "string",
      "format": "date"
    },
    "closeDate": {
      "type": "string",
      "format": "date"
    },
    "fundTargetSize": {
      "$ref": "#/$defs/RangeDtoMoneyDto"
    },
    "sbic": {
      "type": "boolean"
    },
    "returnsInfoAvailable": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/FundReturnsAvailabilityDto"
      }
    }
  },
  "$defs": {
    "DictionaryDto": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "EntityOfficeDto": {
      "type": "object",
      "properties": {
        "location": {
          "type": "string"
        },
        "addressLine1": {
          "type": "string"
        },
        "addressLine2": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "stateProvince": {
          "type": "string"
        },
        "postCode": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "fax": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "globalRegion": {
          "type": "string"
        },
        "globalSubRegion": {
          "type": "string"
        }
      }
    },
    "FundManagerInfoDto": {
      "type": "object",
      "properties": {
        "investorId": {
          "type": "string"
        },
        "investorName": {
          "type": "string"
        },
        "fundNo": {
          "type": "integer",
          "format": "int32"
        },
        "firstFund": {
          "type": "boolean"
        }
      }
    },
    "FundReturnsAvailabilityDto": {
      "type": "object",
      "properties": {
        "periodEnding": {
          "type": "string"
        },
        "irr": {
          "type": "boolean"
        },
        "cashFlowsAndMultiples": {
          "type": "boolean"
        }
      }
    },
    "FundTeamDto": {
      "type": "object",
      "properties": {
        "personId": {
          "type": "string"
        },
        "personFullName": {
          "type": "string"
        }
      }
    },
    "FundTermsDto": {
      "type": "object",
      "properties": {
        "subscriptionFrequency": {
          "$ref": "#/$defs/DictionaryDto"
        },
        "redemptionFrequency": {
          "$ref": "#/$defs/DictionaryDto"
        }
      },
      "description": "Fund terms including subscription and redemption frequency for Interval Funds and Tender Offer funds; null if not applicable"
    },
    "MoneyDto": {
      "type": "object",
      "properties": {
        "amount": {
          "type": "number"
        },
        "currency": {
          "type": "string"
        },
        "nativeAmount": {
          "type": "number"
        },
        "nativeCurrency": {
          "type": "string"
        },
        "estimated": {
          "type": "boolean"
        }
      }
    },
    "RangeDtoMoneyDto": {
      "type": "object",
      "properties": {
        "min": {
          "$ref": "#/$defs/MoneyDto"
        },
        "max": {
          "$ref": "#/$defs/MoneyDto"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/pitchbook-fund-bio-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.