{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"https://api.pitchbook.com"}],"tags":[{"name":"General","description":"General"},{"name":"Companies","description":"Companies"},{"name":"Patents","description":"Patents"},{"name":"Deals","description":"Deals"},{"name":"Investors","description":"Investors"},{"name":"People","description":"People"},{"name":"Funds","description":"Funds"},{"name":"Limited Partners","description":"Limited Partners"},{"name":"Service Providers","description":"Service Providers"},{"name":"Credit Analysis","description":"Credit Analysis"},{"name":"Account Information","description":"Account Information"},{"name":"Fundamentals","description":"Fundamentals"}],"paths":{"/companies/search":{"get":{"tags":["Companies"],"summary":"Company Search","description":"Retrieves companies matching the specified criteria","operationId":"companySearch","parameters":[{"name":"companyNames","in":"query","description":"Accepts company names, pbIds, websites, and tickers. Returns a list of companies that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"ownershipStatus","in":"query","description":"Companies can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#OWNERSHIP_STATUS_TREE\" target=\"_blank\">ownership status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACQ"},{"name":"backingStatus","in":"query","description":"Companies can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#BACKING_STATUS_TREE\" target=\"_blank\">backing status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACCIB"},{"name":"businessStatus","in":"query","description":"Companies can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#BUSINESS_STATUS_TREE\" target=\"_blank\">business status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CH11"},{"name":"city","in":"query","description":"Search for companies by their city location","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for companies by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for companies by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for companies by their postcode, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for companies by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"dateFounded","in":"query","description":"Companies can be found by founding date. Search for companies founded after a certain date using the > operator, companies founded before a certain date using the < operator and companies founded between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"keywords","in":"query","description":"Search for companies by keywords associated with them or appearing in their business descriptions. If two or more keywords are specified, the OR operator is applied. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"industry","in":"query","description":"Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"verticals","in":"query","description":"Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"industryAndVertical","in":"query","description":"When using any combination of industry, verticals, and emergingSpaces parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"emergingSpaces","in":"query","description":"Emerging spaces are defined by PB analysts for specific products or technological innovations that are growing in popularity. These spaces are dynamic and change over time. Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#EMERGING_SPACES_TREE\" target=\"_blank\">emerging space code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"348"},{"name":"gecsSector","in":"query","description":"Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_SECTOR_TREE\" target=\"_blank\">GECS sector code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"102"},{"name":"gecsIndustryGroup","in":"query","description":"Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_INDUSTRY_GROUP_TREE\" target=\"_blank\">GECS industry group code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10200"},{"name":"gecsIndustry","in":"query","description":"Companies can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_INDUSTRY_TREE\" target=\"_blank\">GECS industry code</a>. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10200020"},{"name":"dealType","in":"query","description":"Find companies with a specific <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"dealStatus","in":"query","description":"Distinguish between failed, upcoming, completed deals and more. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_STATUS_TREE\" target=\"_blank\">deal status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANNO"},{"name":"dealSize","in":"query","description":"Find companies who have had a deal of a certain size. Search for companies with a deal larger than an amount using the > operator, companies with a deal smaller than a certain amount using the < operator and companies with a deal size in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"includeDealsWithoutDealSize","in":"query","description":"Include companies without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"excludeDealsWithoutDealSize","in":"query","description":"Exclude companies without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealDate","in":"query","description":"Find companies who have had a deal within a certain time frame. Search for companies with a deal after a certain date using the > operator, companies with a deal before a certain date using the < operator and companies with a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"totalRaised","in":"query","description":"Find companies by the total amount of money they have raised to date in millions. Use the > operator to find companies that have raised more than a certain value, use the < to find companies who have raised less than a certain value and the ^ operator to search within a range. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"investorNames","in":"query","description":"Accepts investor names, pbIds, websites, and tickers. Returns a list of companies that have been invested in by specified investors that are an exact match to the input. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"partialExit","in":"query","description":"Find companies who have had a deal with partial investor's exit within them. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"fullExit","in":"query","description":"Find companies who have had a deal with full investor's exit within them. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"exitType","in":"query","description":"Find companies with a specific exit of deal with investor's exit within them. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#EXIT_TYPE_TREE\" target=\"_blank\">exit type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CH11"},{"name":"exitStatus","in":"query","description":"Distinguish between failed, upcoming, completed exits and more. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_STATUS_TREE\" target=\"_blank\">deal status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANNO"},{"name":"exitSize","in":"query","description":"Find companies who have had a deal with investor's exit within them of a certain size. Search for companies with an exit larger than an amount using the > operator, companies with an exit smaller than a certain amount using the < operator and companies with an exit size in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"exitDate","in":"query","description":"Find companies who have had a deal within a certain time frame. Search for companies with a deal after a certain date using the > operator, companies with a deal before a certain date using the < operator and companies with a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"revenue","in":"query","description":"Find companies that have a certain amount of revenue. Search for companies with more revenue than an amount using the > operator, companies with less revenue than an amount using the < operator or companies within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"onlyMostRecentTransaction","in":"query","description":"Find companies by their most recent deal. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"employeeCount","in":"query","description":"Find companies by their current employee count. Search for companies with a headcount larger than a value using the > operator, companies with a headcount smaller than a value using the < operator and companies with a headcount in a range using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"totalPatentDocuments","in":"query","description":"Add this parameter to filter based on total patents count. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"activePatentDocuments","in":"query","description":"Add this parameter to filter based on active patents count. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"pendingPatentDocuments","in":"query","description":"Add this parameter to filter based on pending patents count. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"totalPatentFamilies","in":"query","description":"Add this parameter to filter based on patent family count. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"inactiveFamilyDocuments","in":"query","description":"Add this parameter to filter based on inactive documents count. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"patentsExpiringNextYear","in":"query","description":"Add this parameter to filter based on count of patents expiring next year. Use the > operator to indicate a minimum value, the < operator to indicate a maximum value, and a range of two values with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"patentFilingLocation","in":"query","description":"Patents can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Patents#FILING_LOCATION_TREE\" target=\"_blank\">filing location</a>. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"US"},{"name":"currency","in":"query","description":"Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the <a href=\"https://my.pitchbook.com/api/lookup-tables/Currency#CURRENCY_CODE_TREE\" target=\"_blank\">currency</a> in user preferences","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoCompanyEntityAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}":{"get":{"tags":["Companies"],"summary":"Company","description":"Retrieves all the data points about specific company","operationId":"getCompany","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"56069-47":{"summary":"56069-47","value":"56069-47"},"112704-22":{"summary":"112704-22","value":"112704-22"},"56069-29":{"summary":"56069-29","value":"56069-29"},"84659-86":{"summary":"84659-86","value":"84659-86"},"56068-93":{"summary":"56068-93","value":"56068-93"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyDto"}}}}},"security":[{"pbToken":[]}]}},"/companies":{"post":{"tags":["Companies"],"summary":"[Bulk] Company","description":"Retrieves all the data points about specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getCompanyBulk","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"122050-54"},{"id":"55579-06"},{"id":"223975-81"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoCompanyDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/bio":{"get":{"tags":["Companies"],"summary":"Company Bio","description":"Retrieves key data points about specific company","operationId":"getCompanyBio","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"232806-43":{"summary":"232806-43","value":"232806-43"},"59191-48":{"summary":"59191-48","value":"59191-48"},"112704-22":{"summary":"112704-22","value":"112704-22"},"437741-92":{"summary":"437741-92","value":"437741-92"},"62300-89":{"summary":"62300-89","value":"62300-89"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyBioDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/bio":{"post":{"tags":["Companies"],"summary":"[Bulk] Company Bio","description":"Retrieves key data points about specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkCompanyBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"88374-43"},{"id":"180436-42"},{"id":"178836-04"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoCompanyBioDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/industries":{"get":{"tags":["Companies"],"summary":"Company Industry","description":"Retrieves industries, verticals, keywords, and emerging spaces tagged to the specific company","operationId":"getCompanyIndustry","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"122050-54":{"summary":"122050-54","value":"122050-54"},"223975-81":{"summary":"223975-81","value":"223975-81"},"109857-16":{"summary":"109857-16","value":"109857-16"},"50936-68":{"summary":"50936-68","value":"50936-68"},"184523-77":{"summary":"184523-77","value":"184523-77"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyIndustryDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/industries":{"post":{"tags":["Companies"],"summary":"[Bulk] Company Industry","description":"Retrieves industries and verticals tagged to the specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getCompanyIndustryBulk","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"121367-53"},{"id":"179806-69"},{"id":"50936-68"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoCompanyIndustryDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/active-investors":{"get":{"tags":["Companies"],"summary":"Company Active Investors","description":"Retrieves active investors of the specific company","operationId":"getCompanyActiveInvestors","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"227393-20":{"summary":"227393-20","value":"227393-20"},"62283-07":{"summary":"62283-07","value":"62283-07"},"122050-54":{"summary":"122050-54","value":"122050-54"},"121367-53":{"summary":"121367-53","value":"121367-53"},"42901-93":{"summary":"42901-93","value":"42901-93"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestorDto"}}}}}},"security":[{"pbToken":[]}]}},"/companies/active-investors":{"post":{"tags":["Companies"],"summary":"[Bulk] Company Active Investors","description":"Retrieves active investors of the specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkCompanyActiveInvestor","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"56069-02"},{"id":"89110-45"},{"id":"222445-27"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoListActiveInvestorDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/investors":{"get":{"tags":["Companies"],"summary":"Company All Investors","description":"Retrieves current and former investors of the specific company","operationId":"getAllCompanyInvestors","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"161109-28":{"summary":"161109-28","value":"161109-28"},"12396-16":{"summary":"12396-16","value":"12396-16"},"56068-93":{"summary":"56068-93","value":"56068-93"},"62300-89":{"summary":"62300-89","value":"62300-89"},"128381-14":{"summary":"128381-14","value":"128381-14"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyAllInvestorsDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/investors":{"post":{"tags":["Companies"],"summary":"[Bulk] Company All Investors","description":"Retrieves current and former investors of the specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkAllCompanyInvestors","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"227393-20"},{"id":"114233-77"},{"id":"62283-07"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoCompanyAllInvestorsDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/general-service-providers":{"get":{"tags":["Companies"],"summary":"Company General Service Providers","description":"Retrieves current and former general service providers of the specific company","operationId":"getCompanyGeneralServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"62283-07":{"summary":"62283-07","value":"62283-07"},"51209-29":{"summary":"51209-29","value":"51209-29"},"55579-06":{"summary":"55579-06","value":"55579-06"},"56069-02":{"summary":"56069-02","value":"56069-02"},"63910-36":{"summary":"63910-36","value":"63910-36"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyGeneralServiceProvidersDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/deal-service-providers":{"get":{"tags":["Companies"],"summary":"Company Deal Service Providers","description":"Retrieves service providers that serviced deals of the specific company","operationId":"getCompanyDealServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"137127-16":{"summary":"137127-16","value":"137127-16"},"227393-20":{"summary":"227393-20","value":"227393-20"},"153722-62":{"summary":"153722-62","value":"153722-62"},"65970-91":{"summary":"65970-91","value":"65970-91"},"179806-69":{"summary":"179806-69","value":"179806-69"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CompanyDealServiceProviderDto"}}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/most-recent-financing":{"get":{"tags":["Companies"],"summary":"Company Most Recent Financing","description":"Retrieves key data for the most recent financing deal of the specific company","operationId":"getCompanyMostRecentFinancing","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"59191-48":{"summary":"59191-48","value":"59191-48"},"122050-54":{"summary":"122050-54","value":"122050-54"},"56068-93":{"summary":"56068-93","value":"56068-93"},"118404-91":{"summary":"118404-91","value":"118404-91"},"222293-44":{"summary":"222293-44","value":"222293-44"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyMostRecentFinancingDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/most-recent-financing":{"post":{"tags":["Companies"],"summary":"[Bulk] Company Most Recent Financing","description":"Retrieves key data for the most recent financing deal of the specific company. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getCompanyMostRecentFinancingBulk","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"184523-77"},{"id":"156186-19"},{"id":"436909-78"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoCompanyMostRecentFinancingDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/most-recent-debt-financing":{"get":{"tags":["Companies"],"summary":"Company Most Recent Debt Financing","description":"Retrieves debt and lender data within the specific deal","operationId":"getCompanyLastRecentDebtFinancing","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"226884-79":{"summary":"226884-79","value":"226884-79"},"436909-78":{"summary":"436909-78","value":"436909-78"},"264371-86":{"summary":"264371-86","value":"264371-86"},"88374-43":{"summary":"88374-43","value":"88374-43"},"56068-93":{"summary":"56068-93","value":"56068-93"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanyMostRecentDebtFinancingDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/deals":{"get":{"tags":["Companies"],"summary":"Company Deals","description":"Retrieves all deals of the specific company","operationId":"getCompanyDeals","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"227393-20":{"summary":"227393-20","value":"227393-20"},"59191-48":{"summary":"59191-48","value":"59191-48"},"232472-98":{"summary":"232472-98","value":"232472-98"},"62283-07":{"summary":"62283-07","value":"62283-07"},"56069-56":{"summary":"56069-56","value":"56069-56"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CompanyDealsDto"}}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/most-recent-financials":{"get":{"tags":["Companies"],"summary":"Most Recent Private Company Financials","description":"Retrieves financial data for the most recent available fiscal year or quarter of the specific company. Data is returned on an annual basis by default. Endpoint is only available for private companies","operationId":"getMostRecentPrivateCompanyFinancials","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"470063-62":{"summary":"470063-62","value":"470063-62"},"153722-62":{"summary":"153722-62","value":"153722-62"},"459316-00":{"summary":"459316-00","value":"459316-00"},"65970-91":{"summary":"65970-91","value":"65970-91"},"54885-61":{"summary":"54885-61","value":"54885-61"}}},{"name":"periodType","in":"query","description":"Type of the period in which data will be presented. The list of types could be found <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#FINANCIALS_PERIOD_TYPE\" target=\"_blank\">here</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANN"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MostRecentPrivateCompanyFinancialsDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/financials":{"get":{"tags":["Companies"],"summary":"Private Company Financials","description":"Retrieves private company financial data for all available fiscal years or quarters. Annual data is returned by default. Endpoint is only available for private companies.","operationId":"getPrivateCompanyFinancials","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"65860-66":{"summary":"65860-66","value":"65860-66"},"108346-96":{"summary":"108346-96","value":"108346-96"},"185815-81":{"summary":"185815-81","value":"185815-81"},"65970-91":{"summary":"65970-91","value":"65970-91"},"222293-44":{"summary":"222293-44","value":"222293-44"}}},{"name":"periodType","in":"query","description":"Type of the period in which data will be presented. The list of types could be found <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#FINANCIALS_PERIOD_TYPE\" target=\"_blank\">here</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANN"},{"name":"sinceDate","in":"query","description":"Search for financial data relating to the fiscal period after a certain date using the > operator, before a certain date using the < operator, and between 2 dates using the ^ operator. \nFormat: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string","example":"<2025-01-01"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrivateCompanyFinancialsDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/vc-exit-predictions":{"get":{"tags":["Companies"],"summary":"Company VC Exit Predictions","description":"For a given pbId, returns exit predictions based on PitchBook machine learning.\nCompany needs to have at least 2 rounds of funding in the past six years to qualify for this dataset. For detailed methodology explanation, please reference this <a href=\"https://files.pitchbook.com/pdf/VC%20Exit%20Predictor%20Technical%20Documentation.pdf\" target=\"_blank\">document</a>.","operationId":"getCompanyVcExitPredictions","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"65860-66":{"summary":"65860-66","value":"65860-66"},"436909-78":{"summary":"436909-78","value":"436909-78"},"65970-91":{"summary":"65970-91","value":"65970-91"},"56068-93":{"summary":"56068-93","value":"56068-93"},"55363-78":{"summary":"55363-78","value":"55363-78"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ExitPredictionDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/valuation-estimates":{"get":{"tags":["Companies"],"summary":"Company Valuation Estimates","description":"For a given pbId, returns valuation estimates based on PitchBook's predictive modeling. For detailed methodology explanation, please reference this <a href=\"https://files.pitchbook.com/website/files/pdf/PitchBook_VC_Valuation_Estimates.pdf\" target=\"_blank\">document</a>","operationId":"getValuationEstimates","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"65860-66":{"summary":"65860-66","value":"65860-66"},"121367-53":{"summary":"121367-53","value":"121367-53"},"56060-83":{"summary":"56060-83","value":"56060-83"},"65970-91":{"summary":"65970-91","value":"65970-91"},"62300-89":{"summary":"62300-89","value":"62300-89"}}},{"name":"sinceDate","in":"query","description":"Search for valuation estimates relating to the period after a specific date using the > operator, before a certain date using the < operator, and between 2 dates using the ^ operator. Format: YYYY-MM-DD. Use this parameter only when the historicalEstimates parameter is applied.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2025-01-01"},{"name":"historicalEstimates","in":"query","description":"Include historical estimates. To use this parameter, set it to True. False by default","required":false,"style":"form","explode":true,"schema":{"type":"boolean","default":false},"example":true},{"name":"predictionDrivers","in":"query","description":"Include prediction driver fields in the response. To use this parameter, set it to True. False by default","required":false,"style":"form","explode":true,"schema":{"type":"boolean","default":false},"example":true}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValuationEstimatesDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/social-analytics":{"get":{"tags":["Companies"],"summary":"Company Social Analytics","description":"Retrieves social media and web signal data points of the specified company","operationId":"getCompanySocialAnalytics","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"279838-27":{"summary":"279838-27","value":"279838-27"},"56069-56":{"summary":"56069-56","value":"56069-56"},"459316-00":{"summary":"459316-00","value":"459316-00"},"12396-16":{"summary":"12396-16","value":"12396-16"},"88374-43":{"summary":"88374-43","value":"88374-43"}}},{"name":"compare","in":"query","description":"Compare social media and web signals data against companies within similar companies (SIMILAR_COMPANIES), industry (INDUSTRY), verticals (VERTICALS), or all companies (ALL_COMPANIES).","required":false,"style":"form","explode":true,"schema":{"type":"string","default":"ALL_COMPANIES","enum":["SIMILAR_COMPANIES","INDUSTRY","VERTICALS","ALL_COMPANIES"]}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CompanySocialAnalyticsDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/similar-companies":{"get":{"tags":["Companies"],"summary":"Company Similar Companies","description":"Retrieves top 10 similar companies/competitors","operationId":"getSimilarCompanies","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"56560-42":{"summary":"56560-42","value":"56560-42"},"153722-62":{"summary":"153722-62","value":"153722-62"},"264371-86":{"summary":"264371-86","value":"264371-86"},"84659-86":{"summary":"84659-86","value":"84659-86"},"184523-77":{"summary":"184523-77","value":"184523-77"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SimilarCompanyDto"}}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/updates":{"get":{"tags":["Companies"],"summary":"Company Profile Updates","description":"Retrieves changes for the specific company for up to the last 90 days","operationId":"getCompanyUpdates","parameters":[{"name":"pbId","in":"path","description":"Company pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"65860-66":{"summary":"65860-66","value":"65860-66"},"51209-29":{"summary":"51209-29","value":"51209-29"},"112704-22":{"summary":"112704-22","value":"112704-22"},"459316-00":{"summary":"459316-00","value":"459316-00"},"156186-19":{"summary":"156186-19","value":"156186-19"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/{pbId}/patents/search":{"get":{"tags":["Patents"],"summary":"Patent Search","description":"Retrieves patents matching the specified criteria","operationId":"patentSearch","parameters":[{"name":"pbId","in":"path","description":"Company pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"180436-42":{"summary":"180436-42","value":"180436-42"},"51231-25":{"summary":"51231-25","value":"51231-25"},"52803-64":{"summary":"52803-64","value":"52803-64"},"54885-61":{"summary":"54885-61","value":"54885-61"},"179806-69":{"summary":"179806-69","value":"179806-69"}}},{"name":"status","in":"query","description":"Search for patents by their status specifying Active, Pending and/or Inactive values. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Active, Pending"},{"name":"publicationDate","in":"query","description":"Search for patents published after a certain date using the > operator, patents published before a certain date using the < operator, and patents published between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">2024-04-26"},{"name":"firstFilingDate","in":"query","description":"Search for patents first filed after a certain date using the > operator, patents first filed before a certain date using the < operator, and patents first filed between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">2024-04-26"},{"name":"filingAuthorityLocation","in":"query","description":"Patents can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Patents#FILING_AUTHORITY_LOCATION_TREE\" target=\"_blank\">filing authority location</a>. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"US, GB"},{"name":"cpcSectionCode","in":"query","description":"Description: Patents can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Patents#CPC_SECTIONS_TREE\" target=\"_blank\">CPC Section code</a>. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"A, E"},{"name":"cpcClassCode","in":"query","description":"Patents can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Patents#CPC_CLASSES_TREE\" target=\"_blank\">CPC Class code</a>. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"A01, E01"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page. If nothing is specified, default value is 1.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"Set how many returned results will be shown on the page (between 1 and 250). If nothing is specified, default value is 25.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PatentsPageDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/patents/{patentId}/detailed":{"get":{"tags":["Patents"],"summary":"Patent Detailed","description":"Retrieves extended description of the specific patent","operationId":"getPatentDetailed","parameters":[{"name":"patentId","in":"path","description":"Patent ID","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"US-9117220-B2":{"summary":"US-9117220-B2","value":"US-9117220-B2"},"US-20130212494-A1":{"summary":"US-20130212494-A1","value":"US-20130212494-A1"},"US-20190273627-A1":{"summary":"US-20190273627-A1","value":"US-20190273627-A1"},"US-8904295-B2":{"summary":"US-8904295-B2","value":"US-8904295-B2"},"US-20130219298-A9":{"summary":"US-20130219298-A9","value":"US-20130219298-A9"},"US-20120179981-A1":{"summary":"US-20120179981-A1","value":"US-20120179981-A1"},"US-20110289142-A1":{"summary":"US-20110289142-A1","value":"US-20110289142-A1"},"US-20110289433-A1":{"summary":"US-20110289433-A1","value":"US-20110289433-A1"},"US-10742433-B2":{"summary":"US-10742433-B2","value":"US-10742433-B2"},"US-9654425-B2":{"summary":"US-9654425-B2","value":"US-9654425-B2"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PatentDetailedDto"}}}}},"security":[{"pbToken":[]}]}},"/companies/patents/{patentId}/download":{"get":{"tags":["Patents"],"summary":"Patent File Download","description":"Retrieves an exact file of a specific patent","operationId":"downloadPatent","parameters":[{"name":"patentId","in":"path","description":"Patent ID","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"US-9117220-B2":{"summary":"US-9117220-B2","value":"US-9117220-B2"},"US-20130212494-A1":{"summary":"US-20130212494-A1","value":"US-20130212494-A1"},"US-20190273627-A1":{"summary":"US-20190273627-A1","value":"US-20190273627-A1"},"US-8904295-B2":{"summary":"US-8904295-B2","value":"US-8904295-B2"},"US-20130219298-A9":{"summary":"US-20130219298-A9","value":"US-20130219298-A9"},"US-20120179981-A1":{"summary":"US-20120179981-A1","value":"US-20120179981-A1"},"US-20110289142-A1":{"summary":"US-20110289142-A1","value":"US-20110289142-A1"},"US-20110289433-A1":{"summary":"US-20110289433-A1","value":"US-20110289433-A1"},"US-10742433-B2":{"summary":"US-10742433-B2","value":"US-10742433-B2"},"US-9654425-B2":{"summary":"US-9654425-B2","value":"US-9654425-B2"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"default":{"description":"default response","content":{"*/*":{"schema":{"type":"string","example":"Binary file content"}}}}},"security":[{"pbToken":[]}]}},"/deals/search":{"get":{"tags":["Deals"],"summary":"Deal Search","description":"Retrieves deals along with the companies associated with the deal","operationId":"dealSearch","parameters":[{"name":"companyNames","in":"query","description":"Accepts company names, pbIds, websites, and tickers to find all deals. Returns a list of deals related to companies that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"ownershipStatus","in":"query","description":"Search for deals by <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#OWNERSHIP_STATUS_TREE\" target=\"_blank\">ownership status code</a> of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACQ"},{"name":"backingStatus","in":"query","description":"Search for deals by <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#BACKING_STATUS_TREE\" target=\"_blank\">backing status code</a> of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACCIB"},{"name":"businessStatus","in":"query","description":"Search for deals by <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#BUSINESS_STATUS_TREE\" target=\"_blank\">business status code</a> of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CH11"},{"name":"city","in":"query","description":"Search for deals by city location of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for deals by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for deals by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of the companies involved","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for deals by postcode of the companies involved, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for deals by additional parameter concerning the companies involved specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"dateFounded","in":"query","description":"Deals can be found by founding date of the companies involved. Search for deals of companies founded after a certain date using the > operator, companies founded before a certain date using the < operator and companies founded between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"industry","in":"query","description":"Deals can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a> of the companies involved. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"verticals","in":"query","description":"Deals can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a> of the companies involved. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"industryAndVertical","in":"query","description":"When using both industry and vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True. Set this parameter in pair with industry and vertical options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"gecsSector","in":"query","description":"Deals can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_SECTOR_TREE\" target=\"_blank\">GECS sector code</a> of the companies involved. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"102"},{"name":"gecsIndustryGroup","in":"query","description":"Deals can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_INDUSTRY_GROUP_TREE\" target=\"_blank\">GECS industry group code</a> of the companies involved. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10200"},{"name":"gecsIndustry","in":"query","description":"Deals can be found by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#GECS_INDUSTRY_TREE\" target=\"_blank\">GECS industry code</a> of the companies involved. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10200020"},{"name":"totalRaised","in":"query","description":"Find deals by the companies' total amount of money they have raised to date in millions. Use the > operator to find companies that have raised more than a certain value, use the < to find companies who have raised less than a certain value and the ^ operator to search within a range. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"keywords","in":"query","description":"Search for deals by keywords associated with the companies involved or keywords appearing in their business description. Only one industry classification can be used at a time. This parameter cannot be combined with parameters from other industry classifications","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"onlyMostRecentTransaction","in":"query","description":"Find most recent deals. To use this parameter set it as True ","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealType","in":"query","description":"Find specific <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"dealStatus","in":"query","description":"Distinguish between failed, upcoming, completed deals and more. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_STATUS_TREE\" target=\"_blank\">deal status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANNO"},{"name":"dealSize","in":"query","description":"Find deals of a certain size. Search for deals larger than an amount using the > operator, deals smaller than a certain amount using the < operator and deals in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"includeDealsWithoutDealSize","in":"query","description":"Include deals without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"excludeDealsWithoutDealSize","in":"query","description":"Exclude deals without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealDate","in":"query","description":"Find deals within a certain time frame. Search for a deal after a certain date using the > operator, a deal before a certain date using the < operator and a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"partialExit","in":"query","description":"Find deals with partial investor's exit within them. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"fullExit","in":"query","description":"Find deals with full investor's exit within them. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"investorNames","in":"query","description":"Search for deals by who invested in them with an exact match. Accepts investor names, pbIds, websites, and tickers to return all deals they participated in. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"exitType","in":"query","description":"Find specific deal types with investor's exit within them. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#EXIT_TYPE_TREE\" target=\"_blank\">exit type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CH11"},{"name":"exitStatus","in":"query","description":"Distinguish between failed, upcoming, completed exits and more. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_STATUS_TREE\" target=\"_blank\">deal status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANNO"},{"name":"exitSize","in":"query","description":"Find deals of a certain size with investor's exit within them. Search for deals with an exit larger than an amount using the > operator, deals with an exit smaller than a certain amount using the < operator and deals with an exit size in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"exitDate","in":"query","description":"Find deals of a certain time frame with investor's exit within them. Search for deals with an exit after a certain date using the > operator, companies with an exit before a certain date using the < operator and companies with an exit between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"preMoneyValuation","in":"query","description":"Search for deals by companies' valuation prior to a financing. Search for deals with companies' valuation prior to a financing larger than an amount using the > operator, deals with companies' valuation prior to a financing smaller than a certain amount using the < operator and deals with companies' valuation prior to a financing in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"postValuation","in":"query","description":"Search for deals by companies' valuation prior at or post investment. Search for deals with companies' valuation prior at or post investment larger than an amount using the > operator, deals with companies' valuation prior at or post investment smaller than a certain amount using the < operator and deals with companies' valuation prior at or post investment in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"revenue","in":"query","description":"Find deals by the revenue of the companies involved. Search for deals with companies' revenue more than an amount using the > operator, deals with companies' revenue less than an amount using the < operator or deals with companies' revenue  in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"currency","in":"query","description":"Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the <a href=\"https://my.pitchbook.com/api/lookup-tables/Currency#CURRENCY_CODE_TREE\" target=\"_blank\">currency</a> in user preferences","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoDealAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/bio":{"get":{"tags":["Deals"],"summary":"Deal Bio","description":"Retrieves key data points about specific deal","operationId":"getDealBio","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"173485-81T":{"summary":"173485-81T","value":"173485-81T"},"105443-38T":{"summary":"105443-38T","value":"105443-38T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"},"119310-31T":{"summary":"119310-31T","value":"119310-31T"},"189494-92T":{"summary":"189494-92T","value":"189494-92T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealBioDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/detailed":{"get":{"tags":["Deals"],"summary":"Deal Detailed","description":"Retrieves extended description of the specific deal","operationId":"getDealDetailed","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"173485-81T":{"summary":"173485-81T","value":"173485-81T"},"105928-66T":{"summary":"105928-66T","value":"105928-66T"},"26404-75T":{"summary":"26404-75T","value":"26404-75T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"75779-11T":{"summary":"75779-11T","value":"75779-11T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealDetailedDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/investors/exiters":{"get":{"tags":["Deals"],"summary":"Deal Investors/Exiters","description":"Retrieves investors, exiters and sellers within the specific deal","operationId":"getDealInvestorsExiters","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"105928-66T":{"summary":"105928-66T","value":"105928-66T"},"165559-69T":{"summary":"165559-69T","value":"165559-69T"},"163939-87T":{"summary":"163939-87T","value":"163939-87T"},"119310-31T":{"summary":"119310-31T","value":"119310-31T"},"85305-88T":{"summary":"85305-88T","value":"85305-88T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealInvestorsExitersDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/service-providers":{"get":{"tags":["Deals"],"summary":"Deal Service Providers","description":"Retrieves service providers hired within the specific deal","operationId":"getDealServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"165559-69T":{"summary":"165559-69T","value":"165559-69T"},"26404-75T":{"summary":"26404-75T","value":"26404-75T"},"124120-36T":{"summary":"124120-36T","value":"124120-36T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"},"119310-31T":{"summary":"119310-31T","value":"119310-31T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DealServiceProviderDto"}}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/valuation":{"get":{"tags":["Deals"],"summary":"Deal Valuation","description":"Retrieves the company's valuation prior and after the specific deal","operationId":"getDealValuation","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"165559-69T":{"summary":"165559-69T","value":"165559-69T"},"117731-62T":{"summary":"117731-62T","value":"117731-62T"},"75779-11T":{"summary":"75779-11T","value":"75779-11T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"},"189494-92T":{"summary":"189494-92T","value":"189494-92T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealValuationDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/stock-info":{"get":{"tags":["Deals"],"summary":"Deal Stock Info","description":"Retrieves key data about stock within the specific deal","operationId":"getDealStockInfo","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"165559-69T":{"summary":"165559-69T","value":"165559-69T"},"75779-11T":{"summary":"75779-11T","value":"75779-11T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"105443-38T":{"summary":"105443-38T","value":"105443-38T"},"111416-59T":{"summary":"111416-59T","value":"111416-59T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealStockInfoDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/cap-table-history":{"get":{"tags":["Deals"],"summary":"Deal Cap Table History","description":"Retrieves stock prices values within the specific deal and prior to it","operationId":"getDealCapTableHistory","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"105928-66T":{"summary":"105928-66T","value":"105928-66T"},"26404-75T":{"summary":"26404-75T","value":"26404-75T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"75779-11T":{"summary":"75779-11T","value":"75779-11T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DealCapTableHistoryDto"}}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/tranche-info":{"get":{"tags":["Deals"],"summary":"Deal Tranche Information","description":"Retrieves tranche data within the specific deal","operationId":"getDealTrancheInfo","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"173485-81T":{"summary":"173485-81T","value":"173485-81T"},"105928-66T":{"summary":"105928-66T","value":"105928-66T"},"124120-36T":{"summary":"124120-36T","value":"124120-36T"},"119310-31T":{"summary":"119310-31T","value":"119310-31T"},"85305-88T":{"summary":"85305-88T","value":"85305-88T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealTrancheInformationDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/debt-lenders":{"get":{"tags":["Deals"],"summary":"Deal Debt/Lenders","description":"Retrieves debt and lender data within the specific deal","operationId":"getDealDebtLenders","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"105928-66T":{"summary":"105928-66T","value":"105928-66T"},"124120-36T":{"summary":"124120-36T","value":"124120-36T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"105443-38T":{"summary":"105443-38T","value":"105443-38T"},"189494-92T":{"summary":"189494-92T","value":"189494-92T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealDebtLendersDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/multiples":{"get":{"tags":["Deals"],"summary":"Deal Multiples","description":"Retrieves key financial multiple values of the specific deal","operationId":"getDealMultiples","parameters":[{"name":"pbId","in":"path","description":"Deal pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"165559-69T":{"summary":"165559-69T","value":"165559-69T"},"124120-36T":{"summary":"124120-36T","value":"124120-36T"},"117731-62T":{"summary":"117731-62T","value":"117731-62T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DealMultiplesDto"}}}}},"security":[{"pbToken":[]}]}},"/deals/{pbId}/updates":{"get":{"tags":["Deals"],"summary":"Deal Updates","description":"Retrieves changes for the specific deal for up to the last 90 days","operationId":"getDealUpdates","parameters":[{"name":"pbId","in":"path","description":"Deal pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"26404-75T":{"summary":"26404-75T","value":"26404-75T"},"123088-78T":{"summary":"123088-78T","value":"123088-78T"},"118069-93T":{"summary":"118069-93T","value":"118069-93T"},"119310-31T":{"summary":"119310-31T","value":"119310-31T"},"189494-92T":{"summary":"189494-92T","value":"189494-92T"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/search":{"get":{"tags":["General"],"summary":"General Search","description":"Retrieves business entities matching the specified criteria","operationId":"generalSearch","parameters":[{"name":"query","in":"query","description":"Pass some of the parameters:\n- an entity ID (will return results for entities with matching IDs);\n- name (entities can be found by formal, also known as and legal names.\n  Exact and partial matches are returned);\n- website (only exact matches are returned for website inputs);\n- ticker (takes entity ticker and searches across all exchanges; results are\n  returned for exact matches only);\n- xticker (takes exchange and ticker symbol; results are returned for exact matches only)\n","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GeneralSearchPageDto_SearchView"},"example":{"stats":{"total":3,"perPage":25,"page":1,"lastPage":1},"items":[{"pbId":"10377-37","name":"Tesla","sandbox":false,"website":"www.tesla.com","pitchBookProfileLink":"https://my.pitchbook.com/profile/10377-37/company/profile","primaryFirmType":{"pbId":"10377-37","type":"COMPANY"},"otherFirmTypes":[{"pbId":"10377-37","type":"INVESTOR"}],"stockTicker":"TSLA"},{"fundId":"10377-37","fundName":"Tesla","sandbox":false},{"pbId":"1111-11P","name":"Peter Parker","sandbox":true,"primaryCompanyId":"10377-37","primaryCompanyName":"Tesla"}]}}}}},"security":[{"pbToken":[]}]}},"/{entityType}/search":{"get":{"tags":["General"],"summary":"Shared Search","description":"Extracts the specified entity names and pbIds from an Advanced Search that has been shared from a PitchBook platform user. This endpoint supports the extraction of pbIds for Companies, Deals, Investors, Funds, Limited Partners, Service Providers, People and Entity Management. The Shared Search endpoint can be an easier way to get the names and pbIds for your universe instead of using another search endpoint, such as Company Search. To generate a Shared Search link, click the share icon located in the Advanced Search Results page or Saved Searches/Lists sections.<br/><br/> For example, the following is the generated link for a Shared Search for US PE-Backed Companies: <br/>https://content.pitchbook.com/share/quick-link/search/8e6bd17e-dea5-4eca-8143-dddb2ab623a0?hash=484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7  <br/> In the example above, the search ID value is: 8e6bd17e-dea5-4eca-8143-dddb2ab623a0, the hash value is 484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7 and the available entity types include: Companies, Deals, Investors and Entity_Management","operationId":"sharedSearch","parameters":[{"name":"entityType","in":"path","description":"Specify the type of entity to be returned from the PitchBook Shared Search. The ENTITY_MANAGEMENT entityType enables users to pull back people information from Companies & Deals, Investors & Funds, and Limited Partners searches. The People entityType is reserved for People screener shared searches","required":true,"style":"simple","explode":false,"schema":{"type":"string","enum":["COMPANIES","DEALS","INVESTORS","SERVICE_PROVIDERS","LIMITED_PARTNERS","PEOPLE","ENTITY_MANAGEMENT","FUNDS"]}},{"name":"searchId","in":"query","description":"Pass a search ID found in the generated URL of a PitchBook Shared Search. Note that this is different than copying the URL found in the browser","required":true,"style":"form","explode":true,"schema":{"type":"string"},"example":"8e6bd17e-dea5-4eca-8143-dddb2ab623a0"},{"name":"hash","in":"query","description":"Hash value for shared search","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":1},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":25}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SharedSearchPageDtoObject_SearchView"},"examples":{"COMPANIES":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"companyId":"10695-52","companyName":"Facebook","sandbox":true}]}},"DEALS":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"dealId":"109688-14T","companyId":"164273-95","companyName":"Proxy","sandbox":true}]}},"INVESTORS":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"investorId":"52385-14","investorName":"TriGate Capital","sandbox":true}]}},"SERVICE_PROVIDERS":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"serviceProviderId":"166176-28","serviceProviderName":"Maitland Green I","sandbox":true}]}},"LIMITED_PARTNERS":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"limitedPartnerId":"166176-28","limitedPartnerName":"Maitland Green I","sandbox":true}]}},"PEOPLE":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"personId":"11397-61P","personName":"Stephen Neal","firmId":"164076-94","sandbox":true}]}},"ENTITY_MANAGEMENT":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"personId":"11397-61P","personName":"Stephen Neal","firmId":"164076-94","sandbox":true}]}},"FUNDS":{"value":{"stats":{"total":5,"perPage":1,"page":3,"lastPage":5},"searchCriteria":"Deal Size: Min: 1.14M; Max: 57.04M; Deal Options: Search on a full transaction; Ownership Status: Privately Held (backing); Backing Status: Accelerator/Incubator-backed; Locations: United States;","items":[{"fundId":"11119-69F","fundName":"Franklin Street Equity Fund","investors":[{"investorId":"11193-94","investorName":"Franklin Street Equity Partners"}],"sandbox":true}]}}}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/bio":{"get":{"tags":["General"],"summary":"Entity Bio","description":"Retrieves key data points about primary entity type of specific PBID","operationId":"getEntityBio","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"226884-79":{"summary":"226884-79","value":"226884-79"},"11009-35":{"summary":"11009-35","value":"11009-35"},"436909-78":{"summary":"436909-78","value":"436909-78"},"180002-80":{"summary":"180002-80","value":"180002-80"},"10070-92":{"summary":"10070-92","value":"10070-92"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EntityBioDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/bio":{"post":{"tags":["General"],"summary":"[Bulk] Entity Bio","description":"Retrieves key data points about primary entity type of specific PBID. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkEntityBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"56060-83"},{"id":"10099-45"},{"id":"151481-89"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoEntityBioDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/people":{"get":{"tags":["General"],"summary":"Entity People","description":"Retrieves data about each team member of the specific entity","operationId":"getEntityPeople","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"89110-45":{"summary":"89110-45","value":"89110-45"},"10067-77":{"summary":"10067-77","value":"10067-77"},"178836-04":{"summary":"178836-04","value":"178836-04"},"185815-81":{"summary":"185815-81","value":"185815-81"},"156414-97":{"summary":"156414-97","value":"156414-97"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EntityPeopleDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/people":{"post":{"tags":["General"],"summary":"[Bulk] Entity People","description":"Retrieves data about each team member of the specific entity. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkEntityPeople","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"52460-02"},{"id":"11554-48"},{"id":"184523-77"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoEntityPeopleDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/locations":{"get":{"tags":["General"],"summary":"Entity Locations","description":"Retrieves data about locations of HQ and alternate offices of the specific entity","operationId":"getEntityLocations","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"125461-09":{"summary":"125461-09","value":"125461-09"},"11603-71":{"summary":"11603-71","value":"11603-71"},"61310-53":{"summary":"61310-53","value":"61310-53"},"226657-72":{"summary":"226657-72","value":"226657-72"},"223975-81":{"summary":"223975-81","value":"223975-81"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EntityLocationsDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/locations":{"post":{"tags":["General"],"summary":"[Bulk] Entity Locations","description":"Retrieves data about locations of HQ and alternate offices of the specific entity. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkEntityLocations","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11603-71"},{"id":"10605-07"},{"id":"14145-31"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoEntityLocationsDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/affiliates":{"get":{"tags":["General"],"summary":"Entity Affiliates","description":"Retrieves data about entities affiliated with the specified entity; affiliated entities include: parent company, subsidiaries, and sisters","operationId":"getEntityAffiliates","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10067-77":{"summary":"10067-77","value":"10067-77"},"65970-91":{"summary":"65970-91","value":"65970-91"},"10231-48":{"summary":"10231-48","value":"10231-48"},"51959-08":{"summary":"51959-08","value":"51959-08"},"222293-44":{"summary":"222293-44","value":"222293-44"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EntityAffiliateDto"}}}}}},"security":[{"pbToken":[]}]}},"/entities/affiliates":{"post":{"tags":["General"],"summary":"[Bulk] Entity Affiliates","description":"Retrieves entities affiliated with the specific entity. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkEntityAffiliate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"10061-02"},{"id":"51959-08"},{"id":"88374-43"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoListEntityAffiliateDto"}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/news":{"get":{"tags":["General"],"summary":"Entity News","description":"Retrieves news articles for the specific entity for up to the last 30 days","operationId":"entityNews","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11554-48":{"summary":"11554-48","value":"11554-48"},"10067-86":{"summary":"10067-86","value":"10067-86"},"10045-81":{"summary":"10045-81","value":"10045-81"},"62300-89":{"summary":"62300-89","value":"62300-89"},"10061-02":{"summary":"10061-02","value":"10061-02"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract news articles about the entity after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2022-10-20"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract news articles about the entity during last N days (up to 30). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":20}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EntityNewsDto"}}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/profile-download":{"get":{"tags":["General"],"summary":"Entity Profile Download","description":"Retrieves PDF file of the specific entity.","operationId":"downloadEntityProfile","parameters":[{"name":"pbId","in":"path","description":"Entity pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"125461-09":{"summary":"125461-09","value":"125461-09"},"11341-18":{"summary":"11341-18","value":"11341-18"},"59007-79":{"summary":"59007-79","value":"59007-79"},"10067-86":{"summary":"10067-86","value":"10067-86"},"65970-91":{"summary":"65970-91","value":"65970-91"}}},{"name":"entityType","in":"query","description":"Specify the type of entity to be downloaded into the PDF file. If nothing is specified, information about the entity's primary type is retrieved by default.","required":false,"style":"form","explode":true,"schema":{"type":"string","enum":["COMPANY","INVESTOR","LIMITED_PARTNER","SERVICE_PROVIDER","FUND","PERSON"]}},{"name":"includeSections","in":"query","description":"Specify the sections: <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#COMPANY_PROFILE_SECTIONS\" target=\"_blank\">company</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#INVESTOR_PROFILE_SECTIONS\" target=\"_blank\">investor</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#PERSON_PROFILE_SECTIONS\" target=\"_blank\">person</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#FUND_PROFILE_SECTIONS\" target=\"_blank\">fund</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#LIMITED_PARTNER_PROFILE_SECTIONS\" target=\"_blank\">limited partner</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#SERVICE_PROVIDER_PROFILE_SECTIONS\" target=\"_blank\">service provider</a> to be downloaded into a PDF file. Set this parameter to limit the list of downloaded information to the specified sections. Set the value for this parameter only when the Exclude Sections parameter is not applied. All sections will be downloaded by default.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ENTITY_CONTACT_INFO"},{"name":"excludeSections","in":"query","description":"Specify the sections: <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#COMPANY_PROFILE_SECTIONS\" target=\"_blank\">company</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#INVESTOR_PROFILE_SECTIONS\" target=\"_blank\">investor</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#PERSON_PROFILE_SECTIONS\" target=\"_blank\">person</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#FUND_PROFILE_SECTIONS\" target=\"_blank\">fund</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#LIMITED_PARTNER_PROFILE_SECTIONS\" target=\"_blank\">limited partner</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Entity Profile Sections#SERVICE_PROVIDER_PROFILE_SECTIONS\" target=\"_blank\">service provider</a> to be excluded from a PDF file. Set this parameter to exclude sections from the file. Set the value for this parameter only when the Include Sections parameter is not applied. Empty by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ENTITY_FILINGS"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"default":{"description":"default response","content":{"*/*":{"schema":{"type":"string","example":"Binary file content"}}}}},"security":[{"pbToken":[]}]}},"/entities/{pbId}/updates":{"get":{"tags":["General"],"summary":"General Updates","description":"Retrieves changes for the specific entity for up to the last 90 days","operationId":"getEntityUpdates","parameters":[{"name":"pbId","in":"path","description":"Entity pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11610-01":{"summary":"11610-01","value":"11610-01"},"61310-53":{"summary":"61310-53","value":"61310-53"},"56069-02":{"summary":"56069-02","value":"56069-02"},"51231-25":{"summary":"51231-25","value":"51231-25"},"11033-29":{"summary":"11033-29","value":"11033-29"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/search":{"get":{"tags":["Funds"],"summary":"Fund Search","description":"Retrieves funds along with the investors associated with the fund","operationId":"fundSearch","parameters":[{"name":"fundNames","in":"query","description":"Accepts fund names, and pbIds. Returns a list of funds that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"investorNames","in":"query","description":"Accepts investor names, pbIds, websites, and tickers. Returns a list of funds with the exact matching investor names. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"fundStrategy","in":"query","description":"Funds can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STRATEGY\" target=\"_blank\">fund strategy code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AN"},{"name":"dryPowder","in":"query","description":"Find funds that have a certain amount of dry powder. Search for funds with dry powder more than an amount using the > operator, funds with dry powder less than an amount using the < operator or funds with dry powder in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"fundSize","in":"query","description":"Find funds that have a certain fund size. Search for funds with a larger fund size than an amount using the > operator, funds with a smaller fund size than an amount using the < operator or funds within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"city","in":"query","description":"Search for funds by city of their investors","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for funds by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of their investors","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for funds by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of their investors","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for funds by postcodes of their investors","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for funds by additional parameter concerning the investors specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"fundDomicileStateProvince","in":"query","description":"Find funds by location of incorporation <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"fundDomicileCountry","in":"query","description":"Find funds by location of incorporation <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"vintage","in":"query","description":"Search for funds by vintage year. Search for funds with a vintage after a certain date using the > operator, funds with a vintage before a certain date using the < operator and funds with a vintage between 2 dates using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">2021"},{"name":"fundStatus","in":"query","description":"Search for funds by the fund status. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STATUS_TREE\" target=\"_blank\">fund status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CLOS"},{"name":"fundDate","in":"query","description":"Find funds within a certain time frame. Search for a fund after a certain date using the > operator, a fund before a certain date using the < operator and a fund between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"commitmentSize","in":"query","description":"Find funds by the size of individual commitments made to the fund. Search for funds with a commitment larger than an amount using the > operator, funds with a commitment smaller than an amount using the < operator and funds with a commitment between 2 amounts using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"commitmentDate","in":"query","description":"Find funds by the date of individual commitments made to the fund. Search for funds with a commitment after a certain date using the > operator, funds with a commitment before a certain date using the < operator and funds with a commitment between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"limitedPartnerNames","in":"query","description":"Search for funds by the exact match of limited partners committed to them. Accepts limited partner names, pbIds, websites, and tickers to return all funds they are invested in. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"irr","in":"query","description":"Search for funds by their IRR. Find funds with an IRR greater than a certain percentage using the > operator, funds with an IRR smaller than a certain percentage using the < operator and funds between certain percentages using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"dpi","in":"query","description":"Search for funds by their DPI multiple. Find funds with a multiple greater than a value using the > operator, funds with a multiple smaller than a value using the < operator and funds with a multiple between values using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"rvpi","in":"query","description":"Search for funds by their RVPI multiple. Find funds with a multiple greater than a value using the > operator, funds with a multiple smaller than a value using the < operator and funds with a multiple between values using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"tvpi","in":"query","description":"Search for funds by their TVPI multiple. Find funds with a multiple greater than a value using the > operator, funds with a multiple smaller than a value using the < operator and funds with a multiple between values using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<10"},{"name":"industryPreferences","in":"query","description":"Find funds by their industry preferences. Pass an <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"verticalsPreferences","in":"query","description":"Find funds by their verticals preferences. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"geographicalPreferences","in":"query","description":"Find funds by their geographical preferences. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_AREA_TREE\" target=\"_blank\">area code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#UK_TERRITORY_TREE\" target=\"_blank\">territory code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#REGION_TREE\" target=\"_blank\">regions code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"UK_CI"},{"name":"additionalPreferences","in":"query","description":"Find funds by <a href=\"https://my.pitchbook.com/api/lookup-tables/Investors#OTHER_INVESTMENT_PREFERENCES_TREE\" target=\"_blank\">additional investment preferences code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IGPS"},{"name":"preferredInvestmentAmount","in":"query","description":"Find funds by their preferred investment amount. Search for funds with preferred investment more than an amount using the > operator, funds with preferred investment less than an amount using the < operator or funds with preferred investment within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"preferredDealTypes","in":"query","description":"Find funds by their preferred <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"currency","in":"query","description":"Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the <a href=\"https://my.pitchbook.com/api/lookup-tables/Currency#CURRENCY_CODE_TREE\" target=\"_blank\">currency</a> in user preferences","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoFundAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/bio":{"get":{"tags":["Funds"],"summary":"Fund Bio","description":"Retrieves key data points about specific fund","operationId":"getFundBio","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"17090-83F":{"summary":"17090-83F","value":"17090-83F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundBioDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/bio":{"post":{"tags":["Funds"],"summary":"[Bulk] Fund Bio","description":"Retrieves key data points about specific fund. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkFundBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"15767-65F"},{"id":"25306-21F"},{"id":"13774-15F"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoFundBioDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/benchmark":{"get":{"tags":["Funds"],"summary":"Fund Benchmark ","description":"Retrieves details of benchmark values of the specific fund","operationId":"getFundBenchmark","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"15767-65F":{"summary":"15767-65F","value":"15767-65F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundBenchmarkDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/active-investments":{"get":{"tags":["Funds"],"summary":"Fund Active Investments ","description":"Retrieves active investments of the specific fund","operationId":"getFundActiveInvestments","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"13267-18F":{"summary":"13267-18F","value":"13267-18F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundActiveInvestmentDto"}}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/investments":{"get":{"tags":["Funds"],"summary":"Fund All Investments","description":"Retrieves active and former investments of  the specified fund","operationId":"getFundInvestments","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"15285-61F":{"summary":"15285-61F","value":"15285-61F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"13267-18F":{"summary":"13267-18F","value":"13267-18F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundInvestmentsDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/investment-preferences":{"get":{"tags":["Funds"],"summary":"Fund Investment Preferences","description":"Retrieves key investment preferences of the specific fund","operationId":"getFundInvestmentPreferences","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"15285-61F":{"summary":"15285-61F","value":"15285-61F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"17090-83F":{"summary":"17090-83F","value":"17090-83F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundInvestmentPreferenceDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/service-providers":{"get":{"tags":["Funds"],"summary":"Fund Service Providers ","description":"Retrieves service providers of the specific fund","operationId":"getFundServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"13267-18F":{"summary":"13267-18F","value":"13267-18F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundServiceProviderDto"}}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/performance":{"get":{"tags":["Funds"],"summary":"Fund Performance","description":"Retrieves the most recent fund performance metrics for a specific fund and, when requested, returns a time series of historical performance snapshots (excluding the most recent period).","operationId":"getFundPerformance","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"17090-83F":{"summary":"17090-83F","value":"17090-83F"}}},{"name":"historicalPerformance","in":"query","description":"Include historical fund performance data. To use this parameter, set it to True. False by default.","required":false,"style":"form","explode":true,"schema":{"type":"boolean","default":false},"example":true},{"name":"sinceDate","in":"query","description":"Search for fund returns data relating to the period after a specific date using the > operator, before a certain date using the < operator, and between 2 dates using the ^ operator. Use this parameter only when the historicalPerformance parameter is applied \nFormat: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2025-01-01"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundPerformanceDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/portfolio-holdings/{period}":{"get":{"tags":["Funds"],"summary":"Fund Portfolio Holdings ","description":"Retrieves key portfolio holding information for the specified fund","operationId":"getPortfolioHoldings","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"}}},{"name":"period","in":"path","description":"Time period of reported fund holdings data","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"example":"4Q2024"},{"name":"industryCode","in":"query","description":"Find holdings based on industry via <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a>. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"instrumentType","in":"query","description":"Find holdings by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#INSTRUMENT_TYPE\" target=\"_blank\">instrument type</a> (aka investment type). Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CLN"},{"name":"syndicated","in":"query","description":"Find holdings who have had a deal with syndicated loans within them. To use this parameter set it as True or False","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"true"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PortfolioHoldingsDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/cashflows/{period}":{"get":{"tags":["Funds"],"summary":"Fund Cash Flows (Legacy)","description":"Retrieves contributed and distributed amounts for the specific fund","operationId":"getFundCashFlowsLegacy","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13267-18F":{"summary":"13267-18F","value":"13267-18F"},"15767-65F":{"summary":"15767-65F","value":"15767-65F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}},{"name":"period","in":"path","description":"Period of the cashflows","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"example":"4Q2019"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundCashFlowDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/cashflows":{"get":{"tags":["Funds"],"summary":"Fund Cash Flows","description":"Retrieves fund cash flow data for the specified fund across all supported reporting periods. Quarterly data is returned by default.","operationId":"getFundCashFlows","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"17090-83F":{"summary":"17090-83F","value":"17090-83F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}},{"name":"periodType","in":"query","description":"Type of the period in which data will be presented. The list of types could be found <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_CASH_FLOW_PERIOD_TYPE\" target=\"_blank\">here</a>","required":false,"style":"form","explode":true,"schema":{"type":"string","default":"QTR","enum":["MTH","QTR","ANN"]},"example":"ANN"},{"name":"sinceDate","in":"query","description":"Searches for data by fiscal period date using the > operator for dates after a specified date, the < operator for dates before a specified date, and the ^ operator for dates between two dates. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2025-01-01"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundCashflowsDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/team":{"get":{"tags":["Funds"],"summary":"Fund People","description":"Retrieves data about each team member of the specific fund","operationId":"getFundPeople","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"15112-27F":{"summary":"15112-27F","value":"15112-27F"},"15767-65F":{"summary":"15767-65F","value":"15767-65F"},"13774-15F":{"summary":"13774-15F","value":"13774-15F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundPeopleDto"}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/commitments":{"get":{"tags":["Funds"],"summary":"Fund Commitments","description":"Retrieves details of commitments related to the specific fund","operationId":"getFundCommitments","parameters":[{"name":"pbId","in":"path","description":"Fund pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"25306-21F":{"summary":"25306-21F","value":"25306-21F"},"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"17090-83F":{"summary":"17090-83F","value":"17090-83F"},"15767-65F":{"summary":"15767-65F","value":"15767-65F"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundCommitmentDto"}}}}}},"security":[{"pbToken":[]}]}},"/funds/{pbId}/updates":{"get":{"tags":["Funds"],"summary":"Fund Profile Updates","description":"Retrieves changes for the specific fund for up to the last 90 days","operationId":"getFundUpdateChanges","parameters":[{"name":"pbId","in":"path","description":"Fund pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"15408-91F":{"summary":"15408-91F","value":"15408-91F"},"13328-83F":{"summary":"13328-83F","value":"13328-83F"},"13533-94F":{"summary":"13533-94F","value":"13533-94F"},"13267-18F":{"summary":"13267-18F","value":"13267-18F"},"15767-65F":{"summary":"15767-65F","value":"15767-65F"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/search":{"get":{"tags":["Investors"],"summary":"Investor Search","description":"Retrieves investors matching the specified criteria","operationId":"investorSearch","parameters":[{"name":"investorNames","in":"query","description":"Accepts investor names, pbIds, websites, and tickers. Returns a list of investors that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"investorType","in":"query","description":"Investors can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Investors#INVESTOR_TYPE_TREE\" target=\"_blank\">investor type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACINC"},{"name":"aum","in":"query","description":"Search for investors by their amount of assets under management. Search for investors with AUM over a certain amount using the > operator, investors with AUM under a certain amount with the < operator or investors within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"dryPowder","in":"query","description":"Find investors that have a certain amount of dry powder. Search for investors with dry powder more than an amount using the > operator, investors with dry powder less  than an amount using the < operator or investors with dry powder within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"city","in":"query","description":"Search for investors by their city location","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for investors by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for investors by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for investors by their postcode, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for investors by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"fundNames","in":"query","description":"Search for investors by their underlying funds with exact match. Accepts fund names, and pbIds. Returns a list of investors associated with that funds. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"22222-22F, Name"},{"name":"fundStrategy","in":"query","description":"Search for investors by the fund strategy of their underlying funds. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STRATEGY\" target=\"_blank\">fund strategy code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AN"},{"name":"fundSize","in":"query","description":"Search for investors by the fund size of their underlying funds. Search for funds with a larger fund size than an amount using the > operator, funds with a smaller fund size than an amount using the < operator or funds within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"fundStatus","in":"query","description":"Search for investors by the fund status of their underlying funds. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STATUS_TREE\" target=\"_blank\">fund status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CLOS"},{"name":"fundDate","in":"query","description":"Search for investors by the date of the fund status of their underlying funds. Search for funds with a status date after a certain date using the > operator, funds with a status date after a certain date using the < operator and funds with a status date in a range using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"verticalsPreferences","in":"query","description":"Find investors by their verticals preferences. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"industryPreferences","in":"query","description":"Find investors by their industry preferences. Pass an <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"additionalPreferences","in":"query","description":"Find investors by <a href=\"https://my.pitchbook.com/api/lookup-tables/Investors#OTHER_INVESTMENT_PREFERENCES_TREE\" target=\"_blank\">additional investment preferences code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IGPS"},{"name":"geographicalPreferences","in":"query","description":"Find investors by their geographical preferences. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_AREA_TREE\" target=\"_blank\">area code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#UK_TERRITORY_TREE\" target=\"_blank\">territory code</a>, <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#REGION_TREE\" target=\"_blank\">regions code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"UK_CI"},{"name":"preferredInvestmentAmount","in":"query","description":"Find investors by their preferred investment amount. Search for investors with preferred investment more than an amount using the > operator, investors with preferred investment less than an amount using the < operator or investors with preferred investment within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"preferredDealTypes","in":"query","description":"Find investors by their preferred <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"companyNames","in":"query","description":"Find investors by the exact matched companies they have invested in. Accepts company names, pbIds, websites, and tickers. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"onlyMostRecentTransaction","in":"query","description":"Find investors by their most recent company transactions. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealType","in":"query","description":"Find investors by the types of deals and investments they have done. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"dealStatus","in":"query","description":"Find investors by status of their past deals and investments. Distinguish between failed, upcoming, completed deals and more. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_STATUS_TREE\" target=\"_blank\">deal status code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANNO"},{"name":"dealSize","in":"query","description":"Find investors who have done a deal of a certain size. Search for investors with a deal larger than an amount using the > operator, investors with a deal smaller than a certain amount using the < operator and investors with a deal size in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"includeDealsWithoutDealSize","in":"query","description":"Include investors made investments without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"excludeDealsWithoutDealSize","in":"query","description":"Exclude investors made investments without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealDate","in":"query","description":"Find investors who have had a deal within a certain time frame. Search for investors with a deal after a certain date using the > operator, investors with a deal before a certain date using the < operator and investors with a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"dealIndustry","in":"query","description":"Find investors by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a> of companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"dealVerticals","in":"query","description":"Find investors by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a> of companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"dealIndustryAndVertical","in":"query","description":"When using both deal industry and deal vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealKeywords","in":"query","description":"Find investors by the keywords of companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"dealCity","in":"query","description":"Find investors by the city of the companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"dealStateProvince","in":"query","description":"Find investors by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of the companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"dealCountry","in":"query","description":"Find investors by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of the companies they have invested in","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"dealPostCode","in":"query","description":"Find investors by the post code of the companies they have invested in, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"dealLocationType","in":"query","description":"Search for investors by additional parameter (related to the companies they have invested in) specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with dealCity, dealStateProvince, dealCountry, dealPostCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"limitedPartnerNames","in":"query","description":"Find investors by the exact match of limited partners invested in their funds. Accepts limited partner names, pbIds, websites, and tickers. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"currency","in":"query","description":"Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the <a href=\"https://my.pitchbook.com/api/lookup-tables/Currency#CURRENCY_CODE_TREE\" target=\"_blank\">currency</a> in user preferences","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoInvestorEntityAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}":{"get":{"tags":["Investors"],"summary":"Investor","description":"Retrieves all the data points about specific investor","operationId":"getInvestor","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorDto"}}}}},"security":[{"pbToken":[]}]}},"/investors":{"post":{"tags":["Investors"],"summary":"[Bulk] Investor","description":"Retrieves all the data points about specific investor. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkInvestor","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11193-94"},{"id":"52385-14"},{"id":"58377-16"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoInvestorDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/bio":{"get":{"tags":["Investors"],"summary":"Investor Bio","description":"Retrieves key data points about specific investor","operationId":"getInvestorBio","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorBioDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/bio":{"post":{"tags":["Investors"],"summary":"[Bulk] Investor Bio","description":"Retrieves key data points about specific investor. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkInvestorBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11193-94"},{"id":"52385-14"},{"id":"58377-16"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoInvestorBioDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/active-investments":{"get":{"tags":["Investors"],"summary":"Active Investments","description":"Retrieves active investments of the specific investor","operationId":"getActiveInvestments","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestmentDto"}}}}}},"security":[{"pbToken":[]}]}},"/investors/active-investments":{"post":{"tags":["Investors"],"summary":"[Bulk] Active Investments","description":"Retrieves active investments of the specific investor. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkActiveInvestments","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11193-94"},{"id":"52385-14"},{"id":"58377-16"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoListActiveInvestmentDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/investments":{"get":{"tags":["Investors"],"summary":"All Investments","description":"Retrieves details of completed investments of the specific investor","operationId":"getAllInvestments","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AllInvestmentsDto"}}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/investment-preferences":{"get":{"tags":["Investors"],"summary":"Investment Preferences","description":"Retrieves key investment preferences of the specific investor","operationId":"getInvestmentPreferences","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorInvestmentPreferenceDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/investment-preferences":{"post":{"tags":["Investors"],"summary":"[Bulk] Investment Preferences","description":"Retrieves key investment preferences of the specific investor. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkInvestmentPreferences","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11193-94"},{"id":"52385-14"},{"id":"58377-16"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoInvestorInvestmentPreferenceDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/funds":{"get":{"tags":["Investors"],"summary":"Investor Funds","description":"Retrieves open and closed funds managed by the specified investor","operationId":"getInvestorFunds","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorFundsDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/funds":{"post":{"tags":["Investors"],"summary":"[Bulk] Investor Funds","description":"Retrieves open and closed funds of the specific investor. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkInvestorFunds","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11193-94"},{"id":"52385-14"},{"id":"58377-16"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoInvestorFundsDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/last-closed-fund":{"get":{"tags":["Investors"],"summary":"Investor Last Closed Fund","description":"Retrieves key data about last closed fund of the specific investor","operationId":"getInvestorLastClosedFund","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LastClosedFundDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/general-service-providers":{"get":{"tags":["Investors"],"summary":"Investor General Service Providers","description":"Retrieves current and former general service providers of the specific investor","operationId":"getInvestorGeneralServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorGeneralServiceProvidersDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/deal-service-providers":{"get":{"tags":["Investors"],"summary":"Investor Deal Service Providers","description":"Retrieves service providers that serviced deals of the specific investor","operationId":"getCompanyDealServiceProviders_1","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InvestorDealServiceProviderDto"}}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/board-seats":{"get":{"tags":["Investors"],"summary":"Investor Board Seats","description":"Retrieves current and former board seats of the specific investor","operationId":"getInvestorBoardSeats","parameters":[{"name":"pbId","in":"path","description":"Investor pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvestorBoardSeatsDto"}}}}},"security":[{"pbToken":[]}]}},"/investors/{pbId}/updates":{"get":{"tags":["Investors"],"summary":"Investor Profile Updates","description":"Retrieves changes for the specific investor for up to the last 90 days","operationId":"getInvestorUpdates","parameters":[{"name":"pbId","in":"path","description":"Investor pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"58377-16":{"summary":"58377-16","value":"58377-16"},"125461-09":{"summary":"125461-09","value":"125461-09"},"62181-28":{"summary":"62181-28","value":"62181-28"},"52385-14":{"summary":"52385-14","value":"52385-14"},"11193-94":{"summary":"11193-94","value":"11193-94"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/search":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Search","description":"Retrieves limited partners matching the specified criteria","operationId":"limitedPartnerSearch","parameters":[{"name":"limitedPartnerNames","in":"query","description":"Accepts limited partner names, pbIds, websites, and tickers. Returns a list of limited partners that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"limitedPartnerType","in":"query","description":"Limited partners can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Limited Partners#LP_TYPE_TREE\" target=\"_blank\">limited partner type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"BI"},{"name":"city","in":"query","description":"Search for limited partners by their city location","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for limited partners by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for limited partners by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for limited partners by their postcode, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for limited partners by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"aum","in":"query","description":"Search for limited partners by their amount of assets under management. Search for limited partners with AUM over a certain amount using the > operator, limited partners with AUM under a certain amount with the < operator or limited partners within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"numberOfCommitments","in":"query","description":"Search for limited partners by their count of commitments. Search for limited partners with commitments over a certain count using the > operator, limited partners with commitments under a certain count with the < operator or limited partners within a range using the ^ operator. Counts in units","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<10"},{"name":"commitmentDate","in":"query","description":"Search for limited partners by their commitments date. Search for limited partners with commitments after a certain date using the > operator, limited partners with commitments before a certain date using the < operator or limited partners with commitments between 2 dates within a range using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"commitmentSize","in":"query","description":"Search for limited partners by their commitments of a certain size. Search for limited partners with commitments larger than an amount using the > operator, limited partners with commitments smaller than a certain amount using the < operator or limited partners within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"fundStateProvince","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of committed funds","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"fundCountry","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of committed funds","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"fundStrategy","in":"query","description":"Search for limited partners by the fund strategy of committed funds. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STRATEGY\" target=\"_blank\">fund strategy code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AN"},{"name":"mandateKeywords","in":"query","description":"Search for limited partners by keywords they are associated with mandates","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"mandateStatusCurrent","in":"query","description":"Search for limited partners that have current mandates. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"mandateStatusFormer","in":"query","description":"Search for limited partners that have former mandates. To use this parameter set it as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"mandateAmount","in":"query","description":"Search for limited partners by their mandates of a certain size. Search for limited partners with mandates larger than an amount using the > operator, limited partners with mandates smaller than a certain amount using the < operator or limited partners within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"mandateStartDate","in":"query","description":"Search for limited partners by start date of mandates. Search for limited partners with mandates after a certain start date using the > operator, limited partners with mandates before a certain start date using the < operator or limited partners with mandates between 2 start dates within a range using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"2022-10-20"},{"name":"mandateEndDate","in":"query","description":"Search for limited partners by end date of mandates. Search for limited partners with mandates after a certain end date using the > operator, limited partners with mandates before a certain end date using the < operator or limited partners with mandates between 2 end dates within a range using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"2022-10-30"},{"name":"mandateStateProvince","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of mandates","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"mandateCountry","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of mandates","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"fundStrategyFocus","in":"query","description":"Search for limited partners by the targeted fund strategy of committed mandates. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STRATEGY\" target=\"_blank\">fund strategy code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AN"},{"name":"fundManagerFocus","in":"query","description":"Search for limited partners by the manager preferences of committed mandates. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Limited Partners#FUND_MANAGER_FOCUS_TREE\" target=\"_blank\">fund manager focus code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"EM"},{"name":"assetTypes","in":"query","description":"Search for limited partners by the allocation of assets. Pass an <a href=\"https://my.pitchbook.com/api/lookup-tables/Limited Partners#ASSET_TYPE_TREE\" target=\"_blank\">asset type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ALT"},{"name":"currentlyAllocated","in":"query","description":"Search for limited partners by the current specific assets of a certain size. Search for limited partners with current specific assets larger than an amount using the > operator, limited partners with current specific assets smaller than a certain amount using the < operator or limited partners with current specific assets within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"currentlyAllocatedPercent","in":"query","description":"Search for limited partners by the percent of current specific assets. Search for limited partners with the percent of current specific assets larger than a percent using the > operator, limited partners with the percent of current specific assets smaller than a percent using the < operator or limited partners with the percent of current specific assets within a range using the ^ operator. Values in percents","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"targetedMin","in":"query","description":"Search for limited partners by the minimum values of targeted specific assets of a certain size. Search for limited partners with the minimum values of targeted specific assets larger than an amount using the > operator, limited partners with the minimum values of targeted current specific assets smaller than a certain amount using the < operator or limited partners with the minimum values of targeted current specific assets within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"targetedMax","in":"query","description":"Search for limited partners by the maximum values of targeted specific assets of a certain size. Search for limited partners with the maximum values of targeted specific assets larger than an amount using the > operator, limited partners with the maximum values of targeted current specific assets smaller than a certain amount using the < operator or limited partners with the maximum values of targeted current specific assets within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">10"},{"name":"targetedMinPercent","in":"query","description":"Search for limited partners by the minimum percent of targeted specific assets. Search for limited partners with the the minimum percent of targeted specific assets larger than a percent using the > operator, limited partners with the minimum percent of targeted specific assets smaller than a percent using the < operator or limited partners with the minimum percent of targeted specific assets within a range using the ^ operator. Values in percents","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"targetedMaxPercent","in":"query","description":"Search for limited partners by the maximum percent of targeted specific assets. Search for limited partners with the the maximum percent of targeted specific assets larger than a percent using the > operator, limited partners with the maximum percent of targeted specific assets smaller than a percent using the < operator or limited partners with the maximum percent of targeted specific assets within a range using the ^ operator. Values in percents","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"commitmentFundIndustryFocus","in":"query","description":"Search for limited partners by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a> of committed funds","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"commitmentFundVintageYear","in":"query","description":"Search for limited partners by the vintage year of committed funds. Search for limited partners with fund's vintage year after a certain date using the > operator, limited partners with fund's vintage year before a certain date using the < operator and limited partners with fund's vintage year between 2 dates using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">2021"},{"name":"commitmentFundSize","in":"query","description":"Search for limited partners by the committed funds of a certain size. Search for limited partners with the committed funds larger than an amount using the > operator, limited partners with the committed funds smaller than a certain amount using the < operator or limited partners with the committed funds within a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<10"},{"name":"commitmentFundStrategyPreferences","in":"query","description":"Search for limited partners by the fund strategy of preferred funds. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Funds#FUND_STRATEGY\" target=\"_blank\">fund strategy code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AN"},{"name":"commitmentFundStateProvincePreferences","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of preferred funds","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"commitmentFundCountryPreferences","in":"query","description":"Search for limited partners by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of preferred funds","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"currency","in":"query","description":"","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoLimitedPartnerAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner","description":"Retrieves all the data points about specific limited partner","operationId":"getLimitedPartner","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10339-57":{"summary":"10339-57","value":"10339-57"},"109513-99":{"summary":"109513-99","value":"109513-99"},"11568-07":{"summary":"11568-07","value":"11568-07"},"51959-08":{"summary":"51959-08","value":"51959-08"},"10605-07":{"summary":"10605-07","value":"10605-07"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners":{"post":{"tags":["Limited Partners"],"summary":"[Bulk] Limited Partner","description":"Retrieves all the data points about specific limited partner. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkLimitedPartner","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"123239-62"},{"id":"109513-99"},{"id":"11568-07"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoLimitedPartnerDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/bio":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Bio","description":"Retrieves key data points about specific limited partner","operationId":"getLpBio","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11231-47":{"summary":"11231-47","value":"11231-47"},"52490-53":{"summary":"52490-53","value":"52490-53"},"11594-89":{"summary":"11594-89","value":"11594-89"},"11581-21":{"summary":"11581-21","value":"11581-21"},"53231-59":{"summary":"53231-59","value":"53231-59"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerBioDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/bio":{"post":{"tags":["Limited Partners"],"summary":"[Bulk] Limited Partner Bio","description":"Retrieves key data points about specific limited partner. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkLPBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"64821-07"},{"id":"109513-99"},{"id":"11594-89"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoLimitedPartnerBioDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/service-providers":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Service Providers","description":"Retrieves current and former service providers of the specific limited partner","operationId":"getLpServiceProviders","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"109513-99":{"summary":"109513-99","value":"109513-99"},"10339-57":{"summary":"10339-57","value":"10339-57"},"11554-48":{"summary":"11554-48","value":"11554-48"},"53231-59":{"summary":"53231-59","value":"53231-59"},"51959-08":{"summary":"51959-08","value":"51959-08"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerGeneralServiceProvidersDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/commitment-prefs":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Commitment Preferences","description":"Retrieves key investment preferences of the specific limited partner","operationId":"getLpCommitmentPrefs","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11568-07":{"summary":"11568-07","value":"11568-07"},"58572-64":{"summary":"58572-64","value":"58572-64"},"52490-53":{"summary":"52490-53","value":"52490-53"},"11594-89":{"summary":"11594-89","value":"11594-89"},"52460-02":{"summary":"52460-02","value":"52460-02"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerCommitmentPreferencesDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/actual-allocations":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Actual Allocations","description":"Retrieves key datapoints for the current asset allocations of the specific limited partner","operationId":"getLimitedPartnerActualAllocations","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11610-01":{"summary":"11610-01","value":"11610-01"},"64821-07":{"summary":"64821-07","value":"64821-07"},"58572-64":{"summary":"58572-64","value":"58572-64"},"11581-21":{"summary":"11581-21","value":"11581-21"},"52460-02":{"summary":"52460-02","value":"52460-02"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerActualAllocationsDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/target-allocations":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Target Allocations","description":"Retrieves key datapoints for the target asset allocations of the specific limited partner","operationId":"getLimitedPartnerTargetAllocations","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11554-48":{"summary":"11554-48","value":"11554-48"},"58572-64":{"summary":"58572-64","value":"58572-64"},"519904-99":{"summary":"519904-99","value":"519904-99"},"52490-53":{"summary":"52490-53","value":"52490-53"},"53231-59":{"summary":"53231-59","value":"53231-59"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerTargetAllocationsDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/target-allocations":{"post":{"tags":["Limited Partners"],"summary":"[Bulk] Limited Partner Target Allocations","description":"Retrieves key datapoints for the target asset allocations of the specific limited partner. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkLimitedPartnerTargetAllocations","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"10339-57"},{"id":"52460-02"},{"id":"123239-62"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoLimitedPartnerTargetAllocationsDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/commitments-detailed":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Commitments Detailed","description":"Retrieves commitments information related to the specific limited partner","operationId":"getLpCommitmentsDetailed","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"109513-99":{"summary":"109513-99","value":"109513-99"},"11231-47":{"summary":"11231-47","value":"11231-47"},"52490-53":{"summary":"52490-53","value":"52490-53"},"156414-97":{"summary":"156414-97","value":"156414-97"},"11593-99":{"summary":"11593-99","value":"11593-99"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerCommitmentDetailedDto"}}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/commitments-aggregates":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Commitment Aggregates","description":"Retrieves active and total commitment aggregates of the specific limited partner","operationId":"getLpCommitmentAggregates","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11554-48":{"summary":"11554-48","value":"11554-48"},"11568-07":{"summary":"11568-07","value":"11568-07"},"519904-99":{"summary":"519904-99","value":"519904-99"},"57384-64":{"summary":"57384-64","value":"57384-64"},"10605-07":{"summary":"10605-07","value":"10605-07"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitedPartnerCommitmentAggregatesDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/commitments-aggregates":{"post":{"tags":["Limited Partners"],"summary":"[Bulk] Limited Partner Commitment Aggregates","description":"Retrieves active and total commitment aggregates of the specific limited partner. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkLpCommitmentAggregates","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"519904-99"},{"id":"123239-62"},{"id":"59007-79"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoLimitedPartnerCommitmentAggregatesDto"}}}}},"security":[{"pbToken":[]}]}},"/limited-partners/{pbId}/updates":{"get":{"tags":["Limited Partners"],"summary":"Limited Partner Profile Updates","description":"Retrieves changes for the specific limited partner for up to the last 90 days","operationId":"getCompanyUpdates_1","parameters":[{"name":"pbId","in":"path","description":"Limited Partner pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10339-57":{"summary":"10339-57","value":"10339-57"},"64821-07":{"summary":"64821-07","value":"64821-07"},"59007-79":{"summary":"59007-79","value":"59007-79"},"11594-89":{"summary":"11594-89","value":"11594-89"},"52460-02":{"summary":"52460-02","value":"52460-02"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/people/search":{"get":{"tags":["People"],"summary":"People Search","description":"Retrieves people along with the companies associated with the person","operationId":"peopleSearch","parameters":[{"name":"firmNames","in":"query","description":"Accepts firm names, pbIds, websites, and tickers. Returns a list of persons from all entities that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"personNames","in":"query","description":"Accepts person names, and pbIds. Returns a list of persons that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"biography","in":"query","description":"Search for people by words and phrases in their biography text","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"university","in":"query","description":"Find people by their graduating institution","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"MIT"},{"name":"firmType","in":"query","description":"Find people associated with a specific <a href=\"https://my.pitchbook.com/api/lookup-tables/People#PERSON_FIRM_TYPE_TREE\" target=\"_blank\">firm type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SP_AC"},{"name":"positionLevel","in":"query","description":"Find people by their <a href=\"https://my.pitchbook.com/api/lookup-tables/People#PERSON_POSITION_TREE\" target=\"_blank\">position level code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AC"},{"name":"positionTitle","in":"query","description":"Find people by the keywords related to their positions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Chief Executive Officer"},{"name":"primaryPositionOnly","in":"query","description":"Search for people by additional parameter concerning their positions. Set this parameter as True and use in pair with positionTitle option","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"department","in":"query","description":"Find people within an organization by the department they work in. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/People#PERSON_POSITION_DEPARTMENT_TREE\" target=\"_blank\">position department code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACC"},{"name":"status","in":"query","description":"Find people by position status (active or former)","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"active"},{"name":"gender","in":"query","description":"Find people by gender (male or female) ","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"male"},{"name":"industry","in":"query","description":"People can be found by <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a> of the companies associated with them","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"verticals","in":"query","description":"People can be found by <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a> of the companies associated with them","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"industryAndVertical","in":"query","description":"When using both industry and vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True. Set this parameter in pair with industry and vertical options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"city","in":"query","description":"Search for people by city of their entities","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for people by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a> of their entities","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for people by <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a> of their entities","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for people by postcodes of their entities","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for people by additional parameter concerning the entities specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"firstName","in":"query","description":"Find people by first name","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"John"},{"name":"lastName","in":"query","description":"Find people by last name","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Johnson"},{"name":"email","in":"query","description":"Find people by email","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Johnson@pitchbook.com"},{"name":"domain","in":"query","description":"Find people by domain","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"pitchbook.com"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoPersonAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/people/{pbId}/bio":{"get":{"tags":["People"],"summary":"People Bio","description":"Retrieves key data points about specific person","operationId":"getPerson","parameters":[{"name":"pbId","in":"path","description":"Person pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"12385-54P":{"summary":"12385-54P","value":"12385-54P"},"11436-22P":{"summary":"11436-22P","value":"11436-22P"},"11407-78P":{"summary":"11407-78P","value":"11407-78P"},"12131-20P":{"summary":"12131-20P","value":"12131-20P"},"12327-94P":{"summary":"12327-94P","value":"12327-94P"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonBioDto"}}}}},"security":[{"pbToken":[]}]}},"/people/bio":{"post":{"tags":["People"],"summary":"[Bulk] People Bio","description":"Retrieves key data points about specific person. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkPersonBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"11441-53P"},{"id":"11442-79P"},{"id":"11407-06P"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoPersonBioDto"}}}}},"security":[{"pbToken":[]}]}},"/people/{pbId}/education-work":{"get":{"tags":["People"],"summary":"People Education/Work","description":"Retrieves company, deal, fund and advisory roles of the specific person","operationId":"getPersonEducationWork","parameters":[{"name":"pbId","in":"path","description":"Person pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11431-00P":{"summary":"11431-00P","value":"11431-00P"},"11782-90P":{"summary":"11782-90P","value":"11782-90P"},"12245-05P":{"summary":"12245-05P","value":"12245-05P"},"11469-52P":{"summary":"11469-52P","value":"11469-52P"},"12024-82P":{"summary":"12024-82P","value":"12024-82P"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonEducationWorkDto"}}}}},"security":[{"pbToken":[]}]}},"/people/{pbId}/contact":{"get":{"tags":["People"],"summary":"People Contact","description":"Retrieves contact information of the specific person","operationId":"getPersonContactInfo","parameters":[{"name":"pbId","in":"path","description":"Person pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"12327-49P":{"summary":"12327-49P","value":"12327-49P"},"11436-22P":{"summary":"11436-22P","value":"11436-22P"},"12245-05P":{"summary":"12245-05P","value":"12245-05P"},"11429-38P":{"summary":"11429-38P","value":"11429-38P"},"12382-57P":{"summary":"12382-57P","value":"12382-57P"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonContactDto"}}}}},"security":[{"pbToken":[]}]}},"/people/{pbId}/updates":{"get":{"tags":["People"],"summary":"Person Profile Updates","description":"Retrieves changes for the specific person for up to the last 90 days","operationId":"getPersonUpdates","parameters":[{"name":"pbId","in":"path","description":"Person pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"12327-49P":{"summary":"12327-49P","value":"12327-49P"},"11429-38P":{"summary":"11429-38P","value":"11429-38P"},"12330-19P":{"summary":"12330-19P","value":"12330-19P"},"12024-82P":{"summary":"12024-82P","value":"12024-82P"},"12369-25P":{"summary":"12369-25P","value":"12369-25P"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/search":{"get":{"tags":["Service Providers"],"summary":"Service Provider Search","description":"Retrieves service providers matching the specified criteria","operationId":"serviceProviderSearch","parameters":[{"name":"serviceProviderNames","in":"query","description":"Accepts service provider names, pbIds, websites, and tickers. Returns a list of service providers that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Name"},{"name":"serviceProviderType","in":"query","description":"Service providers can be found by their service <a href=\"https://my.pitchbook.com/api/lookup-tables/Service Providers#SP_TYPE_TREE\" target=\"_blank\">service provider type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AC"},{"name":"city","in":"query","description":"Search for service providers by their city location","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Seattle"},{"name":"stateProvince","in":"query","description":"Search for service providers by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"country","in":"query","description":"Search for service providers by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"postCode","in":"query","description":"Search for service providers by their postcode, included to support searching for both US postal code and foreign","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"98765"},{"name":"locationType","in":"query","description":"Search for service providers by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"hiredForGeneralServices","in":"query","description":"Find service providers hired for general services to other entities. Set this parameter as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"hiredForFundraising","in":"query","description":"Find service providers hired for services on a fund to other entities. Set this parameter as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"hiredForDealWork","in":"query","description":"Find service providers hired for services on a deal to other entities. Set this parameter as True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"numberOfDeals","in":"query","description":"Search for service providers by the serviced deals. Find service providers with a deals count greater than a value using the > operator, service providers with a deals count smaller than a value using the < operator and service providers with a deals count between values using the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"dealDate","in":"query","description":"Find service providers who have been hired for a deal within a certain time frame. Search for service providers hired for a deal after a certain date using the > operator, service providers hired for a deal before a certain date using the < operator and service providers hired for a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"dealSize","in":"query","description":"Find service providers who have been hired for deals of a certain size. Search for service providers hired for deals larger than an amount using the > operator, service providers hired for deals smaller than a certain amount using the < operator and service providers hired for deals in a range using the ^ operator. Amounts in millions","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10^15"},{"name":"includeDealsWithoutDealSize","in":"query","description":"Include service providers on deals without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"excludeDealsWithoutDealSize","in":"query","description":"Exclude service providers on deals without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"dealType","in":"query","description":"Find service providers by the types of deals they have been hired for. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Deals#DEAL_TYPE_TREE\" target=\"_blank\">deal type code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"SeedA"},{"name":"serviceTypesOnDeal","in":"query","description":"Find service providers by the service types within the deals they have been hired for. Pass a <a href=\"https://my.pitchbook.com/api/lookup-tables/Service Providers#SERVICE_TYPE_SELL_SIDE_TREE\" target=\"_blank\">service type on deal code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ACON"},{"name":"companyStateProvince","in":"query","description":"Search for service providers hired for services to companies by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#US_STATE_TREE\" target=\"_blank\">state code</a> or <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#CANADIAN_PROVINCE_TREE\" target=\"_blank\">province code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AL"},{"name":"companyCountry","in":"query","description":"Search for service providers hired for services to companies by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Location#COUNTRY_TREE\" target=\"_blank\">country code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ABW"},{"name":"companyLocationType","in":"query","description":"Search for service providers hired for services to companies by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with companyStateProvince, companyCountry","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"ANY"},{"name":"companyUniverse","in":"query","description":"Search for service providers hired for services to companies by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Companies#UNIVERSE_TREE\" target=\"_blank\">universe code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"DEBTU"},{"name":"companyKeywords","in":"query","description":"Search for service providers hired for services to companies by their keywords","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"IT"},{"name":"companyIndustry","in":"query","description":"Search for service providers hired for services to companies by their industries via <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#INDUSTRY_TREE\" target=\"_blank\">industry code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"10"},{"name":"companyVerticals","in":"query","description":"Search for service providers hired for services to companies by their verticals via <a href=\"https://my.pitchbook.com/api/lookup-tables/Industries, Verticals & Emerging Spaces#VERTICAL_TREE\" target=\"_blank\">vertical code</a>","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"3D"},{"name":"companyIndustryAndVertical","in":"query","description":"When using both company industry and company vertical, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"},{"name":"currency","in":"query","description":"Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the <a href=\"https://my.pitchbook.com/api/lookup-tables/Currency#CURRENCY_CODE_TREE\" target=\"_blank\">currency</a> in user preferences","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"AFN"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"How many returned results show on page","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdvancedSearchPageDtoServiceProviderAdvancedSearchResultDto_SearchView"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/bio":{"get":{"tags":["Service Providers"],"summary":"Service Provider Bio","description":"Retrieves key data points about specific service provider","operationId":"getServiceProviderBio","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10606-60":{"summary":"10606-60","value":"10606-60"},"10029-16":{"summary":"10029-16","value":"10029-16"},"10067-77":{"summary":"10067-77","value":"10067-77"},"10623-25":{"summary":"10623-25","value":"10623-25"},"10039-24":{"summary":"10039-24","value":"10039-24"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServiceProviderBioDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/bio":{"post":{"tags":["Service Providers"],"summary":"[Bulk] Service Provider Bio","description":"Retrieves key data points about specific service provider. This bulk call allows you to send multiple pbIds within a single API call.","operationId":"getBulkServiceProviderBio","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkRequestDto"},"example":{"items":[{"id":"10265-50"},{"id":"61310-53"},{"id":"10072-27"}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulkResultDtoServiceProviderBioDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/serviced-companies":{"get":{"tags":["Service Providers"],"summary":"Serviced Companies","description":"Retrieves current and former services provided to companies by the specific service provider","operationId":"getServicedCompanies","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11341-18":{"summary":"11341-18","value":"11341-18"},"10034-56":{"summary":"10034-56","value":"10034-56"},"10426-87":{"summary":"10426-87","value":"10426-87"},"10045-63":{"summary":"10045-63","value":"10045-63"},"11033-29":{"summary":"11033-29","value":"11033-29"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServicedEntitiesDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/serviced-deals":{"get":{"tags":["Service Providers"],"summary":"Serviced Deals","description":"Retrieves general datapoints about serviced deals of the specific service provider","operationId":"getServicedDeals","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11423-17":{"summary":"11423-17","value":"11423-17"},"10029-16":{"summary":"10029-16","value":"10029-16"},"10352-44":{"summary":"10352-44","value":"10352-44"},"10074-88":{"summary":"10074-88","value":"10074-88"},"10045-63":{"summary":"10045-63","value":"10045-63"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServicedDealsDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/serviced-investors":{"get":{"tags":["Service Providers"],"summary":"Serviced Investors","description":"Retrieves current and former services provided to investors by the specific service provider","operationId":"getServicedInvestors","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11341-18":{"summary":"11341-18","value":"11341-18"},"10070-92":{"summary":"10070-92","value":"10070-92"},"10394-11":{"summary":"10394-11","value":"10394-11"},"10047-34":{"summary":"10047-34","value":"10047-34"},"11033-29":{"summary":"11033-29","value":"11033-29"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServicedEntitiesDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/serviced-funds":{"get":{"tags":["Service Providers"],"summary":"Serviced Funds","description":"Retrieves current and former services provided to funds by the specific service provider","operationId":"getServicedFunds","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10075-87":{"summary":"10075-87","value":"10075-87"},"10029-16":{"summary":"10029-16","value":"10029-16"},"10074-88":{"summary":"10074-88","value":"10074-88"},"10067-77":{"summary":"10067-77","value":"10067-77"},"10045-54":{"summary":"10045-54","value":"10045-54"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServicedFundsDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/serviced-limited-partners":{"get":{"tags":["Service Providers"],"summary":"Serviced Limited Partners","description":"Retrieves current and former services to limited partners by the specific service provider","operationId":"getServicedLimitedPartners","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"11423-17":{"summary":"11423-17","value":"11423-17"},"10067-77":{"summary":"10067-77","value":"10067-77"},"10034-56":{"summary":"10034-56","value":"10034-56"},"10108-09":{"summary":"10108-09","value":"10108-09"},"14145-31":{"summary":"14145-31","value":"14145-31"}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServicedEntitiesDto"}}}}},"security":[{"pbToken":[]}]}},"/service-providers/{pbId}/updates":{"get":{"tags":["Service Providers"],"summary":"Service Provider Profile Updates","description":"Retrieves changes for the specific service provider for up to the last 90 days","operationId":"getInvestorUpdates_1","parameters":[{"name":"pbId","in":"path","description":"Service Provider pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter","required":true,"style":"simple","explode":false,"schema":{"type":"string"},"examples":{"10024-84":{"summary":"10024-84","value":"10024-84"},"11423-17":{"summary":"11423-17","value":"11423-17"},"10606-60":{"summary":"10606-60","value":"10606-60"},"10067-77":{"summary":"10067-77","value":"10067-77"},"10108-09":{"summary":"10108-09","value":"10108-09"}}},{"name":"sinceDate","in":"query","description":"Add this parameter to extract information about the entity updates after a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information about the entity updates during last N days (up to 90). Set this parameter in pair with pbId","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UpdateDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-news/search":{"get":{"tags":["Credit Analysis"],"summary":"Credit News Search","description":"Retrieves main info about the Credit news articles matching the specified criteria","operationId":"creditNewsSearch","parameters":[{"name":"authors","in":"query","description":"Articles can be found by their authors. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"John Atkins, Glen Fest"},{"name":"regions","in":"query","description":"Search for articles by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit News#CREDIT_NEWS_REGION\" target=\"_blank\">regions</a> covered in them. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Europe, United States"},{"name":"assetClasses","in":"query","description":"Search for articles by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit News#CREDIT_NEWS_ASSET_CLASS\" target=\"_blank\">asset classes</a> covered in them. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"CLO, Bonds"},{"name":"topics","in":"query","description":"Articles can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit News#CREDIT_NEWS_TOPIC\" target=\"_blank\">topics</a>. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":" People, Trends"},{"name":"issuer","in":"query","description":"Accepts issuer names, pbIds, websites, and tickers. Returns a list of entities that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Tesla"},{"name":"lender","in":"query","description":"Accepts lender names, pbIds, websites, and tickers. Returns a list of entities that are an exact match. Use a comma to separate multiple values","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Tesla"},{"name":"sponsor","in":"query","description":"Accepts sponsor names, pbIds, websites, and tickers. Returns a list of entities that are an exact match. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"11111-11, Tesla"},{"name":"sinceDate","in":"query","description":"Add this parameter to extract news articles published after a certain date with the > operator, before a certain date with the < operator and between two dates with the ^ operator","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2023-07-20"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page. If nothing is specified, default value is 1.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"Set how many returned results will be shown on the page (between 1 and 250). If nothing is specified, default value is 25.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"25"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreditNewsSearchPageDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-news/most-recent":{"get":{"tags":["Credit Analysis"],"summary":"Most Recent Credit News","description":"Retrieves up to 250 of the most recently published articles and their associated descriptions (excluding article content). Users can specify page number parameter to retrieve older articles.","operationId":"getMostRecentCreditNews","parameters":[{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page","required":false,"style":"form","explode":true,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"perPage","in":"query","description":"How many returned results show on the page","required":false,"style":"form","explode":true,"schema":{"type":"integer","format":"int32"},"example":25}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MostRecentCreditNewsDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-news/{articleId}":{"get":{"tags":["Credit Analysis"],"summary":"Credit News","description":"Retrieves full article content for specific article IDs","operationId":"getCreditNewsById","parameters":[{"name":"articleId","in":"path","description":"News articleId","required":true,"style":"simple","explode":false,"schema":{"type":"integer"},"examples":{"2142401":{"summary":"2142401","value":2142401},"5312405":{"summary":"5312405","value":5312405},"1312103":{"summary":"1312103","value":1312103},"6052303":{"summary":"6052303","value":6052303},"11041384":{"summary":"11041384","value":11041384},"6052302":{"summary":"6052302","value":6052302},"2242405":{"summary":"2242405","value":2242405},"6062401":{"summary":"6062401","value":6062401},"5302402":{"summary":"5302402","value":5302402},"5312104":{"summary":"5312104","value":5312104}}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreditNewsDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-news":{"post":{"tags":["Credit Analysis"],"summary":"[Bulk] Credit News","description":"Returns whole information about the specified Credit News articles. This bulk call allows you to send multiple articleIds within a single API call","operationId":"getBatchCreditNews","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditNewsBulkRequestDto"},"example":{"items":[{"articleId":11041384},{"articleId":2142401},{"articleId":5302402}]}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreditNewsBulkResponseDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-news/{articleId}/attachment":{"get":{"tags":["Credit Analysis"],"summary":"Credit News Attachment","description":"Retrieves an exact attachment file for a specific article.","operationId":"downloadAttachment","parameters":[{"name":"articleId","in":"path","description":"News articleId","required":true,"style":"simple","explode":false,"schema":{"type":"integer"},"examples":{"2142401":{"summary":"2142401","value":2142401},"5312405":{"summary":"5312405","value":5312405},"1312103":{"summary":"1312103","value":1312103},"6052303":{"summary":"6052303","value":6052303},"11041384":{"summary":"11041384","value":11041384},"6052302":{"summary":"6052302","value":6052302},"2242405":{"summary":"2242405","value":2242405},"6062401":{"summary":"6062401","value":6062401},"5302402":{"summary":"5302402","value":5302402},"5312104":{"summary":"5312104","value":5312104}}},{"name":"name","in":"query","description":"Attachment Name","required":true,"style":"form","explode":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"default":{"description":"default response","content":{"*/*":{"schema":{"type":"string","example":"Binary file content"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-research/search":{"get":{"tags":["Credit Analysis"],"summary":"Credit Research Search","description":"Retrieves main info about the Credit Research reports matching the specified criteria","operationId":"creditResearchSearch","parameters":[{"name":"authors","in":"query","description":"Reports can be found by their authors. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Jack Jonson"},{"name":"regions","in":"query","description":"Search for reports by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_REGION\" target=\"_blank\">regions</a> covered in them. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"United States"},{"name":"assetClasses","in":"query","description":"Search for reports by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_ASSET_CLASS\" target=\"_blank\">asset classes</a> covered in them. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Bonds"},{"name":"reportTypes","in":"query","description":"Reports can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_REPORT_TYPE\" target=\"_blank\">report types</a>. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Snapshot"},{"name":"marketTypes","in":"query","description":"Search for reports by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_MARKET_TYPE\" target=\"_blank\">market types</a> covered in them. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Primary Market"},{"name":"companyNames","in":"query","description":"Accepts company names, pbIds, websites, and tickers. Returns a list of companies that are an exact match. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"Aris Mining, 432919-99"},{"name":"purposes","in":"query","description":"Search for reports by the <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_PURPOSE\" target=\"_blank\">purposes</a> covered in them. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"M&A"},{"name":"fileTypes","in":"query","description":"Reports can be found by their <a href=\"https://my.pitchbook.com/api/lookup-tables/Credit Research#CREDIT_RESEARCH_FILE_TYPE\" target=\"_blank\">file types</a>. Use a comma to separate multiple values.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"PDF"},{"name":"sinceDate","in":"query","description":"Add this parameter to extract reports published after a certain date with the > operator, before a certain date with the < operator and between two dates with the ^ operator.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":">2024-04-26"},{"name":"page","in":"query","description":"Results are returned so that they can be paged through. Set this parameter to increment the page. If nothing is specified, default value is 1.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"1"},{"name":"perPage","in":"query","description":"Set how many returned results will be shown on the page (between 1 and 250). If nothing is specified, default value is 25.","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"50"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreditResearchPageDto"}}}}},"security":[{"pbToken":[]}]}},"/credit-analysis/credit-research/{reportId}/download":{"get":{"tags":["Credit Analysis"],"summary":"Credit Research Download","description":"Retrieves an exact file of a specific report.","operationId":"creditResearchDownload","parameters":[{"name":"reportId","in":"path","description":"Report ID","required":true,"style":"simple","explode":false,"schema":{"type":"integer","format":"int32"}},{"name":"fileName","in":"query","description":"Report filename","required":true,"style":"form","explode":true,"schema":{"type":"string"}},{"name":"fileType","in":"query","description":"Report filetype","required":true,"style":"form","explode":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"default":{"description":"default response","content":{"*/*":{"schema":{"type":"string","example":"Binary file content"}}}}},"security":[{"pbToken":[]}]}},"/contracts/history":{"get":{"tags":["Account Information"],"summary":"Contracts History","description":"Retrieves data for contracts within the account","operationId":"getContractsHistory","parameters":[{"name":"activeContract","in":"query","description":"Specify the type of contracts to be returned in a response. To get information only for the active contracts set this parameter as True, and only for the past contracts - as False. Do not set this parameter to receive data about all types of contracts","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"TRUE"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ContractHistoryDto"}}}}}},"security":[{"pbToken":[]}]}},"/credits/history":{"get":{"tags":["Account Information"],"summary":"Credits History","description":"Retrieves data about credit usage within the specific timeframe (for up to the last 90 days).","operationId":"getCreditsBalanceStateByPeriod","parameters":[{"name":"sinceDate","in":"query","description":"Add this parameter to extract information for a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information for the last N days","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CreditHistoryDto"}}}}}},"security":[{"pbToken":[]}]}},"/calls/history":{"get":{"tags":["Account Information"],"summary":"Usage Report","description":"Retrieves information concerning calls made during the specific timeframe (for up to the last 30 days).","operationId":"getEndpointUsageReport","parameters":[{"name":"sinceDate","in":"query","description":"Add this parameter to extract information for a certain date with the > operator, before a certain date with the < operator and between 2 dates with the ^ operator Format: YYYY-MM-DD","required":false,"style":"form","explode":true,"schema":{"type":"string"},"example":"<2026-08-25"},{"name":"trailingRange","in":"query","description":"Add this parameter to extract information for the last N days","required":false,"style":"form","explode":true,"schema":{"type":"integer"},"example":"20"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EndpointUsageReportDto"}}}}},"security":[{"pbToken":[]}]}},"/calls/costs":{"get":{"tags":["Account Information"],"summary":"Cost of Calls","description":"Retrieves pricing details for each endpoint within the account","operationId":"getEnabledCallsInfo","parameters":[{"name":"pricingModel","in":"query","required":true,"style":"form","explode":true,"schema":{"type":"string","enum":["SUBSCRIPTION","PAY_PER_CALL","INTEGRATION"]}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CallInfoDto"}}}}}},"security":[{"pbToken":[]}]}},"/limits":{"get":{"tags":["Account Information"],"summary":"Limits","description":"Retrieves limit values set on the account level and remaining limits for the current date","operationId":"getLimitUsageReports","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LimitStatisticsDto"}}}}},"security":[{"pbToken":[]}]}},"/sandbox-entities":{"get":{"tags":["Fundamentals"],"summary":"Sandbox Entities","description":"Returns the list of entities available to test with a sandbox API key.","operationId":"getSandboxEntities","parameters":[{"name":"entityType","in":"query","description":"Specify the type of entity to be returned from the Sandbox. If this parameter is not specified, all information from Sandbox will be returned in response","required":false,"style":"form","explode":true,"schema":{"type":"string","enum":["COMPANIES","INVESTORS","LIMITED_PARTNERS","SERVICE_PROVIDERS","PEOPLE","DEALS","FUNDS","CREDIT_NEWS"]},"example":"COMPANIES"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SandboxEntitiesDto"}}}}},"security":[{"pbToken":[]}]}},"/lookup-tables":{"get":{"tags":["Fundamentals"],"summary":"Lookup Tables","description":"Returns the codes for a given lookup table. Codes are used in the search endpoint parameters, e.g. INDUSTRY, VERTICAL, US_AREA. To see the full list of tables available, use the \"Lookup Tables Structure\" endpoint","operationId":"getLookupTables","parameters":[{"name":"tableNames","in":"query","description":"Specify a list of tables to be returned. Use a comma to separate values. If this parameter is not specified, all information from lookup tables will be returned in response","required":false,"style":"form","explode":true,"schema":{"type":"array","items":{"type":"string"}},"example":"UK_TERRITORY, US_STATE, DEAL_TYPE"}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LookupTablesDto"}}}}},"security":[{"pbToken":[]}]}},"/lookup-tables/structure":{"get":{"tags":["Fundamentals"],"summary":"Lookup Tables Structure","description":"Returns the list of lookup tables used in the API's search endpoints (e.g. /companies/search). Once the necessary tables of interest are identified use the \"Lookup Tables\" endpoint to return the values for those tables","operationId":"getLookupTablesStructure","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"503":{"description":"Service Unavailable","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"504":{"description":"Gateway Timeout","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"402":{"description":"Payment Required","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorDto"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LookupTableInfoDto"}}}}}},"security":[{"pbToken":[]}]}}},"components":{"schemas":{"ErrorDto":{"type":"object","properties":{"reason":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 EARLY_HINTS","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]},"message":{"type":"string"}}},"BulkRequestDto":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/RequestItemDto"}}}},"RequestItemDto":{"type":"object","properties":{"id":{"type":"string"}}},"BulkResultDtoServiceProviderBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/ServiceProviderBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkStatsDto":{"type":"object","properties":{"total":{"type":"integer","format":"int32"},"matched":{"type":"integer","format":"int32"},"noData":{"type":"integer","format":"int32"},"unmatched":{"type":"integer","format":"int32"},"duplicates":{"type":"integer","format":"int32"}}},"DictionaryDto":{"type":"object","properties":{"code":{"type":"string","example":"Dictionary code"},"description":{"type":"string","example":"Dictionary Code Description"}}},"DuplicatedItemDto":{"type":"object","properties":{"id":{"type":"string","example":"420962-68"},"occurrence":{"type":"integer","format":"int32","example":1}}},"EntityNameDto":{"type":"object","properties":{"formalName":{"type":"string"},"alsoKnownAs":{"type":"string"},"legalName":{"type":"string"},"formerlyKnownAs":{"type":"string"}}},"EntityTypeDto":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DictionaryDto"},"primary":{"type":"boolean","example":false}},"example":{"type":{"code":"IB","description":"Investment Bank"},"primary":true}},"FailedItemDto":{"type":"object","properties":{"id":{"type":"string","example":"420962-68"},"reason":{"type":"string","example":"429 TOO_MANY_REQUESTS","enum":["400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","415 UNSUPPORTED_MEDIA_TYPE","429 TOO_MANY_REQUESTS","500 INTERNAL_SERVER_ERROR","503 SERVICE_UNAVAILABLE"]},"message":{"type":"string","example":"{LIMIT_TYPE} rate limit exceeded. Please wait until rate limit period is renewed"}}},"HqLocationDto":{"type":"object","properties":{"city":{"type":"string","example":"Chicago"},"stateProvince":{"type":"string","example":"IL"},"postCode":{"type":"string","example":"60661"},"country":{"type":"string","example":"United States"}}},"NoDataItemDto":{"type":"object","properties":{"id":{"type":"string"}}},"ServiceProviderBioDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"$ref":"#/components/schemas/EntityNameDto"},"serviceProviderTypes":{"type":"array","example":{"type":{"code":"IB","description":"Investment Bank"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"hqLocation":{"$ref":"#/components/schemas/HqLocationDto"},"description":{"type":"string","example":"Collins Stewart was an independent investment banking group with offices in London, New York, Jersey, Guernsey, Isle of Man, Dublin, Paris, Geneva, Singapore, Tel Aviv, Mumbai, and Tokyo. The company was a fundraiser on London's Alternative, Investment Market. the firm's services included fixed income credit trading, corporate broking, corporate finance advisory services, debt capital markets advice, restructuring and debt advisory services. The firm was founded in 1991 and was based in London, England."},"website":{"type":"string","example":"www.collins-stewart.com"},"employees":{"type":"integer","format":"int32","example":68},"servicedCompanies":{"type":"integer","format":"int32","example":36},"servicedDeals":{"type":"integer","format":"int32","example":38},"servicedInvestors":{"type":"integer","format":"int32","example":14},"servicedFunds":{"type":"integer","format":"int32","example":0},"servicedLimitedPartners":{"type":"integer","format":"int32","example":0}}},"BulkResultDtoPersonBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/PersonBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"EntityOfficeDto":{"type":"object","properties":{"location":{"type":"string","example":"Chicago, IL"},"addressLine1":{"type":"string","example":"69 West Monroe Street"},"addressLine2":{"type":"string","example":"Suite 190"},"city":{"type":"string","example":"Chicago"},"stateProvince":{"type":"string","example":"IL"},"postCode":{"type":"string","example":"60661"},"country":{"type":"string","example":"United States"},"phone":{"type":"string","example":"+1 (312) 902-6655"},"fax":{"type":"string","example":"+1 (312) 902-5655"},"email":{"type":"string","example":"office.email@gmail.com"},"globalRegion":{"type":"string","example":"Americas"},"globalSubRegion":{"type":"string","example":"North America"}}},"PersonBioDto":{"type":"object","properties":{"personId":{"type":"string","example":"195066-01P"},"personName":{"$ref":"#/components/schemas/PersonNameDto"},"yearOfBirth":{"type":"integer","format":"int32","example":1970},"biography":{"type":"string","example":"Mr. John Taylor serves as Partner at Herbert Smith Freehills. He helps clients achieve the best outcome on private equity investments, including private equity real estate, infrastructure and energy. He works with investors, corporates and management teams on significant and high-profile transactions, including UK and international buyouts, mergers, acquisitions, disposals, takeovers, joint ventures, equity financing and management equity incentives. The focus of John's work is acting for private equity funds on investments and disposals. John also brings his investor-side experience to bear in acting for management teams and investee companies in relation to private equity investments."},"linkedInProfileUrl":{"type":"string","example":"http://www.linkedin.com/in/john-taylor-b99"},"gender":{"type":"string","example":"Male"},"primaryEntityId":{"type":"string","example":"10352-44"},"primaryEntityName":{"type":"string","example":"Herbert Smith Freehills"},"primaryEntityType":{"type":"string","example":"Service Provider"},"primaryEntityWebsite":{"type":"string","example":"www.herbertsmithfreehills.com"},"primaryPosition":{"type":"string","example":"Partner"},"primaryOffice":{"$ref":"#/components/schemas/EntityOfficeDto"}}},"PersonNameDto":{"type":"object","properties":{"full":{"type":"string","example":"John Taylor"},"first":{"type":"string","example":"John"},"last":{"type":"string","example":"Taylor"},"middle":{"type":"string","example":"M."},"prefix":{"type":"string","example":"Mr."},"suffix":{"type":"string","example":"JD"}}},"BulkResultDtoLimitedPartnerDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"LimitedPartnerBioDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"limitedPartnerName":{"$ref":"#/components/schemas/EntityNameDto"},"hqLocation":{"$ref":"#/components/schemas/HqLocationDto"},"description":{"type":"string","example":"Landmark Partners is a private equity, real estate and infrastructure investment company specializing in secondary funds. The firm invests primarily as a fund of funds, purchasing interests in various investment funds, typically structured as limited partnerships. Landmark acquires limited partnership interests and direct investments in real asset, venture, mezzanine, and buyout assets. Founded in 1989, Landmark is headquartered in Simsbury, Connecticut, and has offices in Boston, Dallas, New York, and London."},"limitedPartnerTypes":{"type":"array","example":{"type":{"code":"F","description":"Founded"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"assetsUnderManagement":{"$ref":"#/components/schemas/MoneyDto"},"yearFounded":{"type":"integer","format":"int32","example":1989},"website":{"type":"string","example":"www.landmarkpartners.com"},"managementStaff":{"type":"integer","format":"int32"}}},"LimitedPartnerCommitmentAggregatesDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"limitedPartnerName":{"type":"string","example":"Washington State Investment Board"},"activeCommitmentsInDebtFunds":{"type":"integer","format":"int32","example":220},"activeCommitmentsInPeFunds":{"type":"integer","format":"int32","example":190},"activeCommitmentsInReFunds":{"type":"integer","format":"int32","example":80},"activeCommitmentsInVcFunds":{"type":"integer","format":"int32","example":40},"activeCommitmentsInFoFsAnd2nd":{"type":"integer","format":"int32","example":30},"activeCommitmentsInInfrastructure":{"type":"integer","format":"int32","example":45},"activeCommitmentsInEnergyFunds":{"type":"integer","format":"int32","example":50},"activeCommitmentsInOtherFunds":{"type":"integer","format":"int32","example":60},"totalActiveCommitments":{"type":"integer","format":"int32","example":454},"totalCommitmentsInDebtFunds":{"type":"integer","format":"int32","example":220},"totalCommitmentsInPeFunds":{"type":"integer","format":"int32","example":80},"totalCommitmentsInReFunds":{"type":"integer","format":"int32","example":130},"totalCommitmentsInVcFunds":{"type":"integer","format":"int32","example":83},"totalCommitmentsInFoFsAnd2nd":{"type":"integer","format":"int32","example":90},"totalCommitmentsInInfrastructure":{"type":"integer","format":"int32","example":12},"totalCommitmentsInEnergyFunds":{"type":"integer","format":"int32","example":35},"totalCommitmentsInOtherFunds":{"type":"integer","format":"int32","example":50},"totalCommitments":{"type":"integer","format":"int32","example":60}}},"LimitedPartnerDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"limitedPartnerBio":{"$ref":"#/components/schemas/LimitedPartnerBioDto"},"limitedPartnerTargetAllocations":{"$ref":"#/components/schemas/LimitedPartnerTargetAllocationsDto"},"limitedPartnerCommitmentAggregates":{"$ref":"#/components/schemas/LimitedPartnerCommitmentAggregatesDto"}}},"LimitedPartnerTargetAllocationsDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"limitedPartnerName":{"type":"string","example":"Cooley"},"targetAllocations":{"type":"array","items":{"$ref":"#/components/schemas/TargetAllocationDto"}}}},"MoneyDto":{"type":"object","properties":{"amount":{"type":"number","example":17039.27},"currency":{"type":"string","example":"USD"},"nativeAmount":{"type":"number","example":15689},"nativeCurrency":{"type":"string","example":"EUR"},"estimated":{"type":"boolean","example":false}}},"TargetAllocationDto":{"type":"object","properties":{"policyDescription":{"type":"string"},"alternativesMin":{"$ref":"#/components/schemas/MoneyDto"},"alternativesPercentMin":{"type":"number","format":"double","example":10.5},"alternativesMax":{"$ref":"#/components/schemas/MoneyDto"},"alternativesPercentMax":{"type":"number","format":"double","example":20.3},"privateEquityMin":{"$ref":"#/components/schemas/MoneyDto"},"privateEquityPercentMin":{"type":"number","format":"double","example":34.6},"privateEquityMax":{"$ref":"#/components/schemas/MoneyDto"},"privateEquityPercentMax":{"type":"number","format":"double","example":50.6},"realEstateMin":{"$ref":"#/components/schemas/MoneyDto"},"realEstatePercentMin":{"type":"number","format":"double","example":5.2},"realEstateMax":{"$ref":"#/components/schemas/MoneyDto"},"realEstatePercentMax":{"type":"number","format":"double","example":10.6},"specialOpportunitiesMin":{"$ref":"#/components/schemas/MoneyDto"},"specialOpportunitiesPercentMin":{"type":"number","format":"double","example":9.6},"specialOpportunitiesMax":{"$ref":"#/components/schemas/MoneyDto"},"specialOpportunitiesPercentMax":{"type":"number","format":"double","example":20.2},"hedgeFundsMin":{"$ref":"#/components/schemas/MoneyDto"},"hedgeFundsPercentMin":{"type":"number","format":"double","example":2.5},"hedgeFundsMax":{"$ref":"#/components/schemas/MoneyDto"},"hedgeFundsPercentMax":{"type":"number","format":"double","example":10.8},"equitiesMin":{"$ref":"#/components/schemas/MoneyDto"},"equitiesPercentMin":{"type":"number","format":"double","example":3.5},"equitiesMax":{"$ref":"#/components/schemas/MoneyDto"},"equitiesPercentMax":{"type":"number","format":"double","example":12.6},"fixedIncomeMin":{"$ref":"#/components/schemas/MoneyDto"},"fixedIncomePercentMin":{"type":"number","format":"double","example":1.2},"fixedIncomeMax":{"$ref":"#/components/schemas/MoneyDto"},"fixedIncomePercentMax":{"type":"number","format":"double","example":9.1},"cashMin":{"$ref":"#/components/schemas/MoneyDto"},"cashPercentMin":{"type":"number","format":"double","example":6.7},"cashMax":{"$ref":"#/components/schemas/MoneyDto"},"cashPercentMax":{"type":"number","format":"double","example":15.8}}},"BulkResultDtoLimitedPartnerTargetAllocationsDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerTargetAllocationsDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoLimitedPartnerCommitmentAggregatesDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerCommitmentAggregatesDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoLimitedPartnerBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"ActiveInvestmentDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"companyId":{"type":"string","example":"164273-95"},"companyName":{"type":"string","example":"Proxy"},"investorSince":{"type":"string","format":"date","example":"2005-04-03"},"investmentDealId":{"type":"string","example":"111009-52T"},"investmentDate":{"type":"string","format":"date","example":"2005-04-03"}}},"AssetPreferencesDto":{"type":"object","properties":{"assetClass":{"$ref":"#/components/schemas/DictionaryDto"},"subcategory":{"$ref":"#/components/schemas/DictionaryDto"}}},"BulkResultDtoInvestorDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/InvestorDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"EntityDescriptionDto":{"type":"object","properties":{"brief":{"type":"string","example":"Franklin Street Equity Partners is a private equity firm investing in middle market companies across a wide range of industries."},"full":{"type":"string","example":"Franklin Street Equity Partners is a private equity firm investing in middle market companies across a wide range of industries. FSEP was founded by the principals of Ablum, Brown & Company, a Chicago-based investment banking boutique specializing in leveraged acquisitions. The firm was founded in 1997 and is based in Chicago, Illinois."}}},"FundInfoDto":{"type":"object","properties":{"fundId":{"type":"string","example":"11119-69F"},"fundName":{"type":"string","example":"Franklin Street Equity Fund"},"fundType":{"description":"Deprecated. Always empty","deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"fundStrategy":{"type":"string","example":"Buyout"}}},"FundStatsDto":{"type":"object","properties":{"totalFundsOpen":{"type":"integer","format":"int32","example":5},"totalFundsClosed":{"type":"integer","format":"int32","example":7}}},"GeographicalPreferenceDto":{"type":"object","properties":{"regionGroup":{"$ref":"#/components/schemas/DictionaryDto"},"regionSegment":{"$ref":"#/components/schemas/DictionaryDto"},"regionCode":{"$ref":"#/components/schemas/DictionaryDto"},"regionState":{"$ref":"#/components/schemas/DictionaryDto"}}},"IndustryPreferenceDto":{"type":"object","properties":{"industryCode":{"$ref":"#/components/schemas/DictionaryDto"},"industrySector":{"$ref":"#/components/schemas/DictionaryDto"},"industryGroup":{"$ref":"#/components/schemas/DictionaryDto"},"primary":{"type":"boolean"}}},"InvestorBioDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"$ref":"#/components/schemas/EntityNameDto"},"hqLocation":{"$ref":"#/components/schemas/HqLocationDto"},"description":{"$ref":"#/components/schemas/EntityDescriptionDto"},"investorStatus":{"$ref":"#/components/schemas/DictionaryDto"},"investorType":{"type":"array","items":{"$ref":"#/components/schemas/EntityTypeDto"}},"assetsUnderManagement":{"$ref":"#/components/schemas/MoneyDto"},"dryPowder":{"$ref":"#/components/schemas/MoneyDto"},"yearFounded":{"type":"integer","format":"int32","example":1997},"website":{"type":"string","example":"www.franklinstreetequity.com"},"countInvestmentProfessionals":{"type":"integer","format":"int32","example":1},"tradeAssociations":{"type":"array","items":{"$ref":"#/components/schemas/InvestorTradeAssociationDto"}}}},"InvestorDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorBio":{"$ref":"#/components/schemas/InvestorBioDto"},"activeInvestments":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestmentDto"}},"investmentPreference":{"$ref":"#/components/schemas/InvestorInvestmentPreferenceDto"},"investorFunds":{"$ref":"#/components/schemas/InvestorFundsDto"}}},"InvestorFundsDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"stats":{"$ref":"#/components/schemas/FundStatsDto"},"minFundSize":{"$ref":"#/components/schemas/MoneyDto"},"medianFundSize":{"$ref":"#/components/schemas/MoneyDto"},"maxFundSize":{"$ref":"#/components/schemas/MoneyDto"},"fundInfo":{"type":"array","items":{"$ref":"#/components/schemas/FundInfoDto"}}}},"InvestorInvestmentPreferenceDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"type":"string","example":"Franklin Street Equity Partners"},"preferredInvestmentAmount":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredDealSize":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredCompanyValuation":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredEbitda":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredEbit":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredRevenue":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredInvestmentHorizon":{"$ref":"#/components/schemas/RangeDtoInteger"},"geographicalPreferences":{"type":"array","items":{"$ref":"#/components/schemas/GeographicalPreferenceDto"}},"otherInvestmentPreferences":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"preferredIndustry":{"type":"array","items":{"$ref":"#/components/schemas/IndustryPreferenceDto"}},"preferredDealTypes":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"preferredVerticals":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"assetPreferences":{"type":"array","items":{"$ref":"#/components/schemas/AssetPreferencesDto"}}}},"InvestorTradeAssociationDto":{"type":"object","properties":{"name":{"type":"string","example":"Evergreen Venture Capital Association"}}},"RangeDtoInteger":{"type":"object","properties":{"min":{"type":"integer","format":"int32"},"max":{"type":"integer","format":"int32"}},"example":{"min":25,"max":50}},"RangeDtoMoneyDto":{"type":"object","properties":{"min":{"$ref":"#/components/schemas/MoneyDto"},"max":{"$ref":"#/components/schemas/MoneyDto"}}},"BulkResultDtoInvestorInvestmentPreferenceDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/InvestorInvestmentPreferenceDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoInvestorFundsDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/InvestorFundsDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoInvestorBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/InvestorBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoListActiveInvestmentDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestmentDto"}}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoFundBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/FundBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"FundBioDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"name":{"type":"string","example":"Crossroads Capital Partners"},"fundInvestors":{"type":"array","items":{"$ref":"#/components/schemas/FundManagerInfoDto"}},"vintage":{"type":"integer","format":"int32","example":1997},"fundStatus":{"type":"string","example":"Fully Invested"},"fundType":{"type":"string","description":"Deprecated. Always empty","deprecated":true},"fundStrategy":{"type":"string","example":"Growth/Expansion"},"additionalFundStrategy":{"type":"array","example":["Debt - General","Hedge Fund"],"items":{"type":"string","example":"[\"Debt - General\",\"Hedge Fund\"]"}},"fundStructure":{"type":"array","example":["ELTIF","Drawdown"],"items":{"type":"string","example":"[\"ELTIF\",\"Drawdown\"]"}},"fundLifespan":{"type":"string","example":"Finite-Life"},"exchangeStatus":{"type":"string","example":"Non-Listed"},"targetsPrivateWealthInvestors":{"type":"boolean","example":false},"sustainableFinanceDisclosureRegulation":{"type":"string","example":"Article 6"},"accessPoint":{"type":"string","example":"Primary Fund"},"additionalAccessPoint":{"type":"string","example":"Co-Investment, Secondary Fund"},"fundSize":{"$ref":"#/components/schemas/MoneyDto"},"fundTerms":{"$ref":"#/components/schemas/FundTermsDto"},"location":{"$ref":"#/components/schemas/EntityOfficeDto"},"fundTeam":{"type":"array","items":{"$ref":"#/components/schemas/FundTeamDto"}},"openDate":{"type":"string","format":"date","example":"1997-01-01"},"closeDate":{"type":"string","format":"date","example":"1997-03-01"},"fundTargetSize":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"sbic":{"type":"boolean","example":true},"returnsInfoAvailable":{"type":"array","items":{"$ref":"#/components/schemas/FundReturnsAvailabilityDto"}}}},"FundManagerInfoDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"type":"string","example":"Franklin Street Equity Partners"},"fundNo":{"type":"integer","format":"int32","example":1},"firstFund":{"type":"boolean","example":false}}},"FundReturnsAvailabilityDto":{"type":"object","properties":{"periodEnding":{"type":"string","example":"4Q2011"},"irr":{"type":"boolean","example":false},"cashFlowsAndMultiples":{"type":"boolean","example":true}}},"FundTeamDto":{"type":"object","properties":{"personId":{"type":"string","example":"204383-98P"},"personFullName":{"type":"string","example":"Luke Bagley"}}},"FundTermsDto":{"type":"object","properties":{"subscriptionFrequency":{"$ref":"#/components/schemas/DictionaryDto"},"redemptionFrequency":{"$ref":"#/components/schemas/DictionaryDto"}},"description":"Fund terms including subscription and redemption frequency for Interval Funds and Tender Offer funds; null if not applicable"},"BulkResultDtoEntityPeopleDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/EntityPeopleDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"EntityBoardMemberDto":{"type":"object","properties":{"personId":{"type":"string","example":"204383-98P"},"personName":{"type":"string","example":"Luke Bagley"},"fullTitle":{"type":"string","example":"Board Member"},"boardRepresentingId":{"type":"string","example":"10377-37"},"boardRepresentingName":{"type":"string","example":"Max Technologies"},"roleOnBoard":{"type":"string","example":"Board Member"},"boardStart":{"type":"string","format":"date","example":"2005-07-29"},"boardFinish":{"type":"string","format":"date","example":"2020-05-09"},"contactInfoAvailable":{"type":"boolean","example":true}}},"EntityPeopleDto":{"type":"object","properties":{"entityId":{"type":"string","example":"54937-90"},"primaryContact":{"$ref":"#/components/schemas/PrimaryContactDto"},"currentTeam":{"type":"array","items":{"$ref":"#/components/schemas/TeamMemberDto"}},"formerTeam":{"type":"array","items":{"$ref":"#/components/schemas/TeamMemberDto"}},"currentBoardMembersAndObservers":{"type":"array","items":{"$ref":"#/components/schemas/EntityBoardMemberDto"}},"formerBoardMembersAndObservers":{"type":"array","items":{"$ref":"#/components/schemas/EntityBoardMemberDto"}}}},"PrimaryContactDto":{"type":"object","properties":{"personId":{"type":"string","example":"195066-01P"},"fullName":{"type":"string","example":"John Taylor"},"title":{"type":"string","example":"Board Member"},"phone":{"type":"string","example":"+44 (0)20 7466 2430"},"fax":{"type":"string","example":"+44 (0)20 7374 0888"},"email":{"type":"string","example":"john.taylor@hsf.com"}}},"TeamMemberDto":{"type":"object","properties":{"id":{"type":"string","example":"204383-98P"},"name":{"type":"string","example":"Luke Bagley"},"title":{"type":"string","example":"Board Member"},"positionStart":{"type":"string","format":"date","example":"2005-07-29"},"positionFinish":{"type":"string","format":"date","example":"2020-05-09"},"infoAvailable":{"type":"boolean","example":true}}},"BulkResultDtoEntityLocationsDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/EntityLocationsDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"EntityLocationsDto":{"type":"object","properties":{"entityId":{"type":"string","example":"54937-90"},"hqOffice":{"$ref":"#/components/schemas/EntityOfficeDto"},"alternateOffices":{"type":"array","items":{"$ref":"#/components/schemas/EntityOfficeDto"}},"alternateOfficesCount":{"type":"integer","format":"int32","example":1}}},"BulkResultDtoEntityBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/EntityBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"CompanyBioDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"companyName":{"$ref":"#/components/schemas/EntityNameDto"},"parentCompanyId":{"type":"string","example":"62181-28"},"parentCompanyName":{"type":"string","example":"The We Company"},"hqLocation":{"$ref":"#/components/schemas/HqLocationDto"},"description":{"type":"string","example":"Provider of a mobile collaboration platform created to turn simple field updates into game-changing insights. The company's mobile collaboration platform contains a Web/tablet component, providing all stakeholders on a construction job mobile access to job-site data and also issues automated daily reports, job-site tasks and tracks field progress in real time, enabling professionals in the construction industry with a bird's-eye view of every project without stepping on-site."},"financingStatus":{"$ref":"#/components/schemas/DictionaryDto"},"businessStatus":{"$ref":"#/components/schemas/DictionaryDto"},"ownershipStatus":{"$ref":"#/components/schemas/DictionaryDto"},"universe":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"website":{"type":"string","example":"www.fieldlens.com"},"employees":{"type":"integer","format":"int64","example":25},"employeeHistory":{"type":"array","items":{"$ref":"#/components/schemas/EmployeeHistoryDto"}},"exchange":{"type":"string","example":"PINX"},"ticker":{"type":"string","example":"BASX"},"yearFounded":{"type":"integer","format":"int32","example":2010},"financingStatusNote":{"$ref":"#/components/schemas/CompanyFinancingNoteDto"},"totalMoneyRaised":{"$ref":"#/components/schemas/MoneyDto"},"sicCodes":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"morningstarCode":{"description":"Deprecated. Always empty.","deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"cikCode":{"type":"string","example":"1554436"},"companySocialURLs":{"$ref":"#/components/schemas/CompanySocialDto"},"pitchBookProfileLink":{"type":"string"}}},"CompanyFinancingNoteDto":{"type":"object","properties":{"note":{"type":"string","example":"The company was acquired by WeWork for an undisclosed amount on June 7, 2017."},"asOfDate":{"type":"string","format":"date","example":"2017-06-08"}}},"CompanySocialDto":{"type":"object","properties":{"facebookProfileUrl":{"type":"string"},"twitterProfileUrl":{"type":"string"},"linkedInProfileUrl":{"type":"string"}}},"EmployeeHistoryDto":{"type":"object","properties":{"asOfDate":{"type":"string","format":"date"},"employeeCount":{"type":"integer","format":"int64"}}},"EntityBioDto":{"type":"object","properties":{"primaryFirmType":{"type":"string"},"companyBio":{"$ref":"#/components/schemas/CompanyBioDto"},"investorBio":{"$ref":"#/components/schemas/InvestorBioDto"},"limitedPartnerBio":{"$ref":"#/components/schemas/LimitedPartnerBioDto"},"serviceProviderBio":{"$ref":"#/components/schemas/ServiceProviderBioDto"}}},"BulkResultDtoListEntityAffiliateDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"type":"array","items":{"$ref":"#/components/schemas/EntityAffiliateDto"}}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"EntityAffiliateDto":{"type":"object","properties":{"entityId":{"type":"string","example":"54937-90"},"affiliateId":{"type":"string","example":"41349-37"},"affiliateName":{"type":"string","example":"Max Technologies"},"affiliateType":{"type":"string","example":"Subsidiary"}}},"CreditNewsBulkItemDto":{"type":"object","properties":{"articleId":{"type":"integer","format":"int32"}}},"CreditNewsBulkRequestDto":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/CreditNewsBulkItemDto"}}}},"AttachmentDto":{"type":"object","properties":{"name":{"type":"string","example":"LCD Research HY Monthly May.pdf"},"url":{"type":"string","example":"https://api.pitchbook.com/credit-analysis/credit-news/12503248/attachment?name=LCD%20Research%20HY%20Monthly%20May.pdf"}}},"AuthorDto":{"type":"object","properties":{"authorName":{"type":"string","example":"Jack Jonson"}}},"CreditNewsBulkResponseDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/CreditNewsBulkStatsDto"},"found":{"type":"array","items":{"$ref":"#/components/schemas/CreditNewsDto"}},"notFound":{"type":"array","items":{"type":"integer","format":"int32"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedCreditNewsItemDto"}}}},"CreditNewsBulkStatsDto":{"type":"object","properties":{"total":{"type":"integer","format":"int32","example":1},"found":{"type":"integer","format":"int32","example":1},"notFound":{"type":"integer","format":"int32","example":0},"duplicates":{"type":"integer","format":"int32","example":0}}},"CreditNewsDto":{"type":"object","properties":{"articleId":{"type":"integer","format":"int32","example":5598589},"title":{"type":"string","example":"Angel Investor"},"authors":{"type":"array","items":{"$ref":"#/components/schemas/AuthorDto"}},"regions":{"type":"array","example":["Europe"],"items":{"type":"string","example":"[\"Europe\"]"}},"publishDate":{"type":"string","format":"date-time"},"assetClasses":{"type":"array","example":["Leveraged Loans"],"items":{"type":"string","example":"[\"Leveraged Loans\"]"}},"topics":{"type":"array","example":["Break"],"items":{"type":"string","example":"[\"Break\"]"}},"issuer":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"lender":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"sponsor":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"articleBody":{"type":"string","example":"Inmar has completed its $950 million term loan B due May 2026 wide of talk at pricing of Sofr+550, with a 0.5% floor and an OID of 96.5 through a Jefferies-led arranger group, according to sources."},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/AttachmentDto"}},"deal":{"$ref":"#/components/schemas/DealDto"}}},"DealDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"}}},"DuplicatedCreditNewsItemDto":{"type":"object","properties":{"articleId":{"type":"integer","format":"int32","example":42096268},"occurrence":{"type":"integer","format":"int32","example":1}}},"NewsBusinessEntityDto":{"type":"object","properties":{"pbId":{"type":"string","example":"10089-64"},"name":{"type":"string","example":"Wafra Partners"}}},"ActiveInvestorDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"investorId":{"type":"string","example":"111396-97"},"investorName":{"type":"string","example":"Sequoia Economic Infrastructure Income Fund"},"investorTypes":{"type":"array","example":{"type":{"code":"INFR","description":"Infrastructure"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"investorSince":{"type":"string","format":"date","example":"2018-04-08"},"holding":{"type":"string","example":"Majority"}}},"BulkResultDtoCompanyDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/CompanyDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"CompanyAllInvestorsDto":{"type":"object","properties":{"countAllInvestors":{"type":"integer","format":"int32","example":1},"investors":{"type":"array","items":{"$ref":"#/components/schemas/CompanyInvestorDto"}}}},"CompanyDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"companyBio":{"$ref":"#/components/schemas/CompanyBioDto"},"companyIndustry":{"$ref":"#/components/schemas/CompanyIndustryDto"},"companyActiveInvestors":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestorDto"}},"companyAllInvestors":{"$ref":"#/components/schemas/CompanyAllInvestorsDto"},"companyMostRecentFinancing":{"$ref":"#/components/schemas/CompanyMostRecentFinancingDto"}}},"CompanyIndustryDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"gecs":{"type":"array","description":"GECS (Morningstar Global Equity Classification Structure) classifications. Empty when no GECS data is available. Distinct from PitchBook native industry classifications.","items":{"$ref":"#/components/schemas/GecsClassificationDto"}},"industries":{"type":"array","items":{"$ref":"#/components/schemas/CompanyIndustryInfoDto"}},"verticals":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"keywords":{"type":"array","items":{"type":"string"}},"emergingSpaces":{"type":"array","items":{"$ref":"#/components/schemas/EmergingSpaceDto"}}}},"CompanyIndustryInfoDto":{"type":"object","properties":{"industrySector":{"$ref":"#/components/schemas/DictionaryDto"},"industryGroup":{"$ref":"#/components/schemas/DictionaryDto"},"industryCode":{"$ref":"#/components/schemas/DictionaryDto"},"primary":{"type":"boolean","example":true}}},"CompanyInvestorDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"investorId":{"type":"string","example":"111396-97"},"investorName":{"type":"string","example":"Sequoia Economic Infrastructure Income Fund"},"investorTypes":{"type":"array","example":{"type":{"code":"INFR","description":"Infrastructure"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"investorSince":{"type":"string","format":"date","example":"2018-04-08"},"investorExit":{"type":"string","format":"date"},"investorStatus":{"$ref":"#/components/schemas/DictionaryDto"}}},"CompanyMostRecentFinancingDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"lastFinancingDealId":{"type":"string","example":"92610-37T"},"lastFinancingDate":{"type":"string","format":"date","example":"2017-08-11"},"lastFinancingStatus":{"$ref":"#/components/schemas/DictionaryDto"},"lastFinancingSize":{"$ref":"#/components/schemas/MoneyDto"},"lastFinancingSizeStatus":{"type":"string","example":"Estimated"},"lastFinancingValuation":{"$ref":"#/components/schemas/MoneyDto"},"lastFinancingValuationStatus":{"type":"string","example":"Actual"},"lastFinancingDealType":{"$ref":"#/components/schemas/DictionaryDto"},"lastFinancingDealType2":{"$ref":"#/components/schemas/DictionaryDto"},"lastFinancingDealType3":{"$ref":"#/components/schemas/DictionaryDto"},"lastFinancingDealClass":{"$ref":"#/components/schemas/DictionaryDto"},"lastKnownValuation":{"$ref":"#/components/schemas/MoneyDto"},"lastKnownValuationDate":{"type":"string","format":"date","example":"2017-08-11"},"lastKnownValuationDealType":{"$ref":"#/components/schemas/DictionaryDto"}}},"EmergingSpaceDto":{"type":"object","properties":{"spaceCode":{"type":"string","example":"327"},"spaceName":{"type":"string","example":"2021 Emerging Space Brief: Clean Meat"},"spaceDescription":{"type":"string","example":"Emerging Space Briefs provide primers on emerging technologies or investment trends as identified by our emerging tech analysts"}}},"GecsClassificationDto":{"type":"object","properties":{"gecsSector":{"$ref":"#/components/schemas/DictionaryDto"},"gecsIndustryGroup":{"$ref":"#/components/schemas/DictionaryDto"},"gecsIndustry":{"$ref":"#/components/schemas/DictionaryDto"}},"description":"GECS (Morningstar Global Equity Classification Structure) classifications. Empty when no GECS data is available. Distinct from PitchBook native industry classifications."},"BulkResultDtoCompanyMostRecentFinancingDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/CompanyMostRecentFinancingDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoCompanyAllInvestorsDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/CompanyAllInvestorsDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoCompanyIndustryDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/CompanyIndustryDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoCompanyBioDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"$ref":"#/components/schemas/CompanyBioDto"}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"BulkResultDtoListActiveInvestorDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/BulkStatsDto"},"matched":{"type":"array","items":{"type":"array","items":{"$ref":"#/components/schemas/ActiveInvestorDto"}}},"noData":{"type":"array","items":{"$ref":"#/components/schemas/NoDataItemDto"}},"unmatched":{"type":"array","items":{"$ref":"#/components/schemas/FailedItemDto"}},"duplicates":{"type":"array","items":{"$ref":"#/components/schemas/DuplicatedItemDto"}}}},"SearchPageStatsDto_SearchView":{"type":"object","properties":{"total":{"type":"integer","format":"int32","example":1},"perPage":{"type":"integer","format":"int32","example":25},"page":{"type":"integer","format":"int32","example":1},"lastPage":{"type":"integer","format":"int32","example":1}}},"SharedSearchPageDtoObject_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"searchCriteria":{"type":"string"},"items":{"type":"array","items":{"type":"object"}}}},"UpdateDto":{"type":"object","properties":{"updates":{"type":"object","additionalProperties":{"type":"string","example":"{\"Endpoint name\":\"Update Status (true/false)\"}"},"example":{"Endpoint name":"Update Status (true/false)"}}}},"GeneralServiceDto":{"type":"object","properties":{"entityId":{"type":"string","example":"11356-75"},"entityName":{"type":"string","example":"Franklin Street Equity Partners"},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"}}},"ServicedEntitiesDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"currentGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceDto"}},"formerGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceDto"}}}},"FundServiceDto":{"type":"object","properties":{"fundId":{"type":"string","example":"17475-23F"},"fundName":{"type":"string","example":"Gerken Capital Associates"},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"servicedEntityType":{"$ref":"#/components/schemas/DictionaryDto"}}},"ServicedFundsDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"fundServices":{"type":"array","items":{"$ref":"#/components/schemas/FundServiceDto"}}}},"ServicedDealInfoDto":{"type":"object","properties":{"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":4},"dealDate":{"type":"string","format":"date","example":"2020-01-03"}}},"ServicedDealsDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"servicedDealInfo":{"type":"array","items":{"$ref":"#/components/schemas/ServicedDealInfoDto"}}}},"AdvancedSearchPageDtoServiceProviderAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ServiceProviderAdvancedSearchResultDto_SearchView"}}}},"ServiceProviderAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"55545-67"},"serviceProviderName":{"type":"string","example":"JP Morgan Chase"},"sandbox":{"type":"boolean","example":false},"website":{"type":"string","example":"www.sp.com"}}},"EntityGeneralSearchResultDto_SearchView":{"type":"object","allOf":[{"$ref":"#/components/schemas/GeneralSearchResultDto_SearchView"},{"type":"object","properties":{"website":{"type":"string"},"pitchBookProfileLink":{"type":"string"},"primaryFirmType":{"$ref":"#/components/schemas/FirmTypeDto_SearchView"},"otherFirmTypes":{"type":"array","items":{"$ref":"#/components/schemas/FirmTypeDto_SearchView"}},"stockTicker":{"type":"string"}}}]},"FirmTypeDto_SearchView":{"type":"object","properties":{"pbId":{"type":"string","example":"10377-37"},"type":{"type":"string","enum":["GENERAL","COMPANY","INVESTOR","LIMITED_PARTNER","SERVICE_PROVIDER","PERSON","DEAL","FUND"]}}},"FundGeneralSearchResultDto_SearchView":{"type":"object","allOf":[{"$ref":"#/components/schemas/GeneralSearchResultDto_SearchView"},{"type":"object","properties":{"fundId":{"type":"string"},"fundName":{"type":"string"}}}]},"GeneralSearchPageDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/GeneralSearchResultDto_SearchView"},{"$ref":"#/components/schemas/EntityGeneralSearchResultDto_SearchView"},{"$ref":"#/components/schemas/FundGeneralSearchResultDto_SearchView"},{"$ref":"#/components/schemas/PersonGeneralSearchResultDto_SearchView"}]}}}},"GeneralSearchResultDto_SearchView":{"required":["discriminator"],"type":"object","properties":{"sandbox":{"type":"boolean"},"pbId":{"type":"string"},"name":{"type":"string"},"discriminator":{"type":"string"}},"discriminator":{"propertyName":"discriminator"}},"PersonGeneralSearchResultDto_SearchView":{"type":"object","allOf":[{"$ref":"#/components/schemas/GeneralSearchResultDto_SearchView"},{"type":"object","properties":{"primaryCompanyId":{"type":"string","example":"10377-37"},"primaryCompanyName":{"type":"string","example":"Tesla"}}}]},"EntityTypeCountsDto":{"type":"object","properties":{"companies":{"type":"integer","format":"int32","example":1},"deals":{"type":"integer","format":"int32","example":1},"investors":{"type":"integer","format":"int32","example":1},"people":{"type":"integer","format":"int32","example":1},"funds":{"type":"integer","format":"int32","example":1},"limitedPartners":{"type":"integer","format":"int32","example":1},"serviceProviders":{"type":"integer","format":"int32","example":1},"creditNews":{"type":"integer","format":"int32","example":1}}},"SandboxCompanyDto":{"type":"object","properties":{"companyId":{"type":"string","example":"11009-35"},"companyName":{"type":"string","example":"Raymond Loewy International"}}},"SandboxCreditNewsDto":{"type":"object","properties":{"articleId":{"type":"integer","format":"int32","example":118074},"articleTitle":{"type":"string","example":"WeWork Property Investors Operating Partnership III Announces $1.5 Billion Credit Facility"}}},"SandboxDealDto":{"type":"object","properties":{"dealId":{"type":"string","example":"118074-52T"}}},"SandboxEntitiesDto":{"type":"object","properties":{"entityTypeCounts":{"$ref":"#/components/schemas/EntityTypeCountsDto"},"companies":{"type":"array","items":{"$ref":"#/components/schemas/SandboxCompanyDto"}},"investors":{"type":"array","items":{"$ref":"#/components/schemas/SandboxInvestorDto"}},"dealIds":{"type":"array","items":{"$ref":"#/components/schemas/SandboxDealDto"}},"people":{"type":"array","items":{"$ref":"#/components/schemas/SandboxPersonDto"}},"funds":{"type":"array","items":{"$ref":"#/components/schemas/SandboxFundDto"}},"limitedPartners":{"type":"array","items":{"$ref":"#/components/schemas/SandboxLimitedPartnerDto"}},"serviceProviders":{"type":"array","items":{"$ref":"#/components/schemas/SandboxServiceProviderDto"}},"creditNews":{"type":"array","items":{"$ref":"#/components/schemas/SandboxCreditNewsDto"}}}},"SandboxFundDto":{"type":"object","properties":{"fundId":{"type":"string","example":"22091-59F"},"fundName":{"type":"string","example":"Wework Property Investors Operating Partnership III"}}},"SandboxInvestorDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"type":"string","example":"Franklin Street Equity Partners"}}},"SandboxLimitedPartnerDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11603-71"},"limitedPartnerName":{"type":"string","example":"an Francisco Employees' Retirement System"}}},"SandboxPersonDto":{"type":"object","properties":{"personId":{"type":"string","example":"195066-01P"},"personName":{"type":"string","example":"John Taylor"}}},"SandboxServiceProviderDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"10015-03"},"serviceProviderName":{"type":"string","example":"EY"}}},"BoardSeatDto":{"type":"object","properties":{"boardCompanyId":{"type":"string","example":"41161-24"},"boardCompanyName":{"type":"string","example":"Nvidia"},"boardRepresentingId":{"type":"string","example":"10067-86"},"boardRepresentingName":{"type":"string","example":"Cooley"},"positionStatus":{"type":"string","example":"Current"},"boardStart":{"type":"string","format":"date","example":"2009-01-01"},"boardFinish":{"type":"string","format":"date"}}},"CompanyRoleDto":{"type":"object","properties":{"companyId":{"type":"string","example":"10352-44"},"companyName":{"type":"string","example":"Herbert Smith Freehills"},"position":{"type":"string","example":"Partner"},"positionType":{"type":"string","example":"Employee"},"positionStatus":{"type":"string","example":"Current"},"positionStart":{"type":"string","format":"date","example":"2011-05-01"},"positionFinish":{"type":"string","format":"date","example":"2015-05-01"}}},"CurrentAdvisoryRoleDto":{"type":"object","properties":{"companyId":{"type":"string","example":"164076-94"},"companyName":{"type":"string","example":"Spacemob"},"companyType":{"$ref":"#/components/schemas/DictionaryDto"},"position":{"type":"string","example":"Advisor"},"positionStart":{"type":"string","format":"date","example":"2014-08-23"}}},"DealRoleDto":{"type":"object","properties":{"dealId":{"type":"string","example":"120048-04T"},"dealDate":{"type":"string","format":"date","example":"2019-01-08"},"companyId":{"type":"string","example":"12774-34"},"companyName":{"type":"string","example":"Synamedia"},"representingId":{"type":"string","example":"10352-44"},"representingName":{"type":"string","example":"Herbert Smith Freehills"}}},"FundRoleDto":{"type":"object","properties":{"fundId":{"type":"string","example":"15021-28F"},"fundName":{"type":"string","example":"Crossroads Capital II"},"investorId":{"type":"string","example":"62181-28"},"investorName":{"type":"string","example":"The We Company"},"representingId":{"type":"string","example":"172739-35"},"representingName":{"type":"string","example":"DocuTouch"}}},"PersonEducationInfoDto":{"type":"object","properties":{"institution":{"type":"string","example":"University of Chicago Law School"},"degree":{"type":"string","example":"Graduate"},"yearOfGraduation":{"type":"integer","format":"int32","example":2006}}},"PersonEducationWorkDto":{"type":"object","properties":{"personId":{"type":"string","example":"195066-01P"},"fullName":{"type":"string","example":"John Taylor"},"education":{"type":"array","items":{"$ref":"#/components/schemas/PersonEducationInfoDto"}},"companyRoles":{"type":"array","items":{"$ref":"#/components/schemas/CompanyRoleDto"}},"boardSeats":{"type":"array","items":{"$ref":"#/components/schemas/BoardSeatDto"}},"currentAdvisoryRoles":{"type":"array","items":{"$ref":"#/components/schemas/CurrentAdvisoryRoleDto"}},"dealRoles":{"type":"array","items":{"$ref":"#/components/schemas/DealRoleDto"}},"fundRoles":{"type":"array","items":{"$ref":"#/components/schemas/FundRoleDto"}}}},"PersonContactDto":{"type":"object","properties":{"personId":{"type":"string","example":"195066-01P"},"fullName":{"type":"string","example":"John Taylor"},"phone":{"type":"string","example":"+44 (0)20 7466 2430"},"fax":{"type":"string","example":"+44 (0)20 7374 0888"},"email":{"type":"string","example":"john.taylor@hsf.com"}}},"AdvancedSearchPageDtoPersonAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/PersonAdvancedSearchResultDto_SearchView"}}}},"PersonAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"personId":{"type":"string","example":"11397-61P"},"personName":{"type":"string","example":"Stephen Neal"},"firmId":{"type":"string","example":"164076-94"},"sandbox":{"type":"boolean","example":false}}},"LookupTableDto":{"type":"object","properties":{"tableName":{"type":"string","example":"INDUSTRY"},"tableDescription":{"type":"string","example":"Industries"},"codes":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}}}},"LookupTablesDto":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/LookupTableDto"}}}},"LookupTableInfoDto":{"type":"object","properties":{"tableName":{"type":"string","example":"INDUSTRY"},"tableDescription":{"type":"string","example":"Industries"}}},"LimitStatisticsDto":{"type":"object","properties":{"limits":{"type":"array","items":{"$ref":"#/components/schemas/LimitUsageInfoDto"}},"lastUpdatedDate":{"type":"string","format":"date"},"overageChargesAvailable":{"type":"boolean"}}},"LimitUsageInfoDto":{"type":"object","properties":{"limitType":{"type":"string","example":"Search & Update"},"perMinute":{"$ref":"#/components/schemas/LimitUsageStatsDto"},"perHour":{"$ref":"#/components/schemas/LimitUsageStatsDto"},"perDay":{"$ref":"#/components/schemas/LimitUsageStatsDto"},"perMonth":{"$ref":"#/components/schemas/LimitUsageStatsDto"}}},"LimitUsageStatsDto":{"type":"object","properties":{"limit":{"type":"integer","format":"int32","example":200},"remainingLimit":{"type":"integer","format":"int32","example":50}}},"GeneralServiceProviderDto":{"type":"object","properties":{"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"serviceProviderTypes":{"type":"array","example":{"type":{"code":"IB","description":"Investment Bank"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"}}},"LimitedPartnerGeneralServiceProvidersDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"currentGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}},"formerGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}}}},"CommittedInvestorDto":{"type":"object","properties":{"committedInvestorId":{"type":"string"},"committedInvestorName":{"type":"string"}}},"LimitedPartnerCommitmentDetailedDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"committedFundId":{"type":"string","example":"59007-79F"},"committedFundName":{"type":"string","example":"Pension Benefit Guaranty"},"committedInvestors":{"type":"array","items":{"$ref":"#/components/schemas/CommittedInvestorDto"}},"commitmentDate":{"type":"string","format":"date","example":"2015-10-08"},"commitmentSize":{"$ref":"#/components/schemas/MoneyDto"},"commitmentStatus":{"$ref":"#/components/schemas/DictionaryDto"},"commitmentType":{"$ref":"#/components/schemas/DictionaryDto"}}},"LimitedPartnerCommitmentPreferencesDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11596-33"},"limitedPartnerName":{"type":"string","example":"Pennsylvania Public School Employees Retirement System"},"preferredCommitmentSize":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredGeography":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"preferredFundTypes":{"type":"array","description":"Deprecated. Always empty","deprecated":true,"items":{"$ref":"#/components/schemas/DictionaryDto"}},"fundStrategyPreferences":{"type":"array","items":{"type":"string"}},"preferredDirectInvestmentSize":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"otherInvestmentPreferences":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}}}},"AllocationDto":{"type":"object","properties":{"alternativeInvestments":{"$ref":"#/components/schemas/MoneyDto"},"alternativeInvestmentsPercent":{"type":"number","format":"double","example":90.5},"privateEquity":{"$ref":"#/components/schemas/MoneyDto"},"privateEquityPercent":{"type":"number","format":"double","example":7.5},"realEstate":{"$ref":"#/components/schemas/MoneyDto"},"realEstatePercent":{"type":"number","format":"double","example":81.5},"specialOpportunities":{"$ref":"#/components/schemas/MoneyDto"},"specialOpportunitiePercent":{"type":"number","format":"double","example":96.9},"hedgeFunds":{"$ref":"#/components/schemas/MoneyDto"},"hedgeFundsPercent":{"type":"number","format":"double","example":10.3},"equities":{"$ref":"#/components/schemas/MoneyDto"},"equitiesPercent":{"type":"number","format":"double","example":45.6},"fixedIncome":{"$ref":"#/components/schemas/MoneyDto"},"fixedIncomePercent":{"type":"number","format":"double","example":5.4},"cash":{"$ref":"#/components/schemas/MoneyDto"},"cashPercent":{"type":"number","format":"double","example":21.1}}},"LimitedPartnerActualAllocationsDto":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11231-47"},"limitedPartnerName":{"type":"string","example":"Cooley"},"affiliatedFunds":{"type":"integer","format":"int32","example":10},"affiliatedInvestors":{"type":"integer","format":"int32","example":15},"allocations":{"type":"array","items":{"$ref":"#/components/schemas/AllocationDto"}}}},"AdvancedSearchPageDtoLimitedPartnerAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/LimitedPartnerAdvancedSearchResultDto_SearchView"}}}},"LimitedPartnerAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"limitedPartnerId":{"type":"string","example":"11079-46"},"limitedPartnerName":{"type":"string","example":"California Public Employees"},"sandbox":{"type":"boolean","example":false},"website":{"type":"string","example":"www.calpers.ca.gov"}}},"LastClosedFundDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"fundId":{"type":"string","example":"11119-69F"},"fundName":{"type":"string","example":"Franklin Street Equity Fund"},"fundVintage":{"type":"integer","format":"int32","example":2020},"fundSize":{"$ref":"#/components/schemas/MoneyDto"},"fundType":{"description":"Deprecated. Always empty","deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"fundStrategy":{"type":"string","example":"Buyout"},"fundCloseDate":{"type":"string","format":"date","example":"2020-05-04"},"fundOpenDate":{"type":"string","format":"date","example":"2020-01-01"}}},"AllInvestmentsDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"companyId":{"type":"string","example":"164273-95"},"companyName":{"type":"string","example":"Proxy"},"investorStatus":{"type":"string","example":"Active Investor"},"investmentDate":{"type":"string","format":"date","example":"2005-04-03"},"investmentDealId":{"type":"string","example":"111009-52T"},"exitDate":{"type":"string","format":"date","example":"20010-12-05"},"exitDealId":{"type":"string","example":"118126-90T"}}},"InvestorGeneralServiceProvidersDto":{"type":"object","properties":{"investorId":{"type":"string","example":"54937-90"},"currentGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}},"formerGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}}}},"InvestorDealServiceProviderDto":{"type":"object","properties":{"investorId":{"type":"string","example":"54937-90"},"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"serviceProviderTypes":{"type":"array","example":{"type":{"code":"IB","description":"Investment Bank"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"dealIdServiceProvided":{"type":"string","example":"13359-95T"}}},"InvestorBoardSeatDto":{"type":"object","properties":{"personId":{"type":"string","example":"35524-99P"},"personName":{"type":"string","example":"David McClure"},"boardCompanyId":{"type":"string","example":"54960-67"},"boardCompanyName":{"type":"string","example":"Keen Systems"},"onBoard":{"type":"boolean","example":false},"boardStartDate":{"type":"string","format":"date","example":"2012-08-09"},"boardEndDate":{"type":"string","format":"date","example":"2015-09-14"},"role":{"type":"string","example":"Board Member"}}},"InvestorBoardSeatsDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"current":{"type":"array","items":{"$ref":"#/components/schemas/InvestorBoardSeatDto"}},"former":{"type":"array","items":{"$ref":"#/components/schemas/InvestorBoardSeatDto"}}}},"AdvancedSearchPageDtoInvestorEntityAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/InvestorEntityAdvancedSearchResultDto_SearchView"}}}},"InvestorEntityAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"investorId":{"type":"string","example":"52385-14"},"investorName":{"type":"string","example":"TriGate Capital"},"sandbox":{"type":"boolean","example":false},"website":{"type":"string","example":"www.trigate.com"}}},"FundPeopleDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"investorIds":{"type":"array","example":" 11193-94,11317-15,42257-26","items":{"type":"string","example":" 11193-94,11317-15,42257-26"}},"countActiveTeam":{"type":"integer","format":"int32","example":1},"active":{"type":"array","items":{"$ref":"#/components/schemas/TeamMemberDto"}},"former":{"type":"array","items":{"$ref":"#/components/schemas/TeamMemberDto"}}}},"FundServiceProviderDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"serviceProviderId":{"type":"string","example":"10024-75"},"serviceProviderName":{"type":"string","example":"Citigroup"},"serviceProviderTypes":{"type":"array","items":{"$ref":"#/components/schemas/EntityTypeDto"}},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"serviceTo":{"type":"array","items":{"$ref":"#/components/schemas/ServicedEntityDto"}}}},"ServicedEntityDto":{"type":"object","properties":{"id":{"type":"string","example":"10041-94"},"name":{"type":"string","example":"Bunker Hill Capital"},"entityType":{"type":"string","example":"Investor"}}},"BdcHoldingDto":{"type":"object","properties":{"syndicated":{"type":"boolean","example":false},"accrualStatus":{"type":"string","example":"Accrual"},"instrumentType":{"type":"string","example":"Senior Secured Loan"},"clo":{"type":"boolean","example":false},"industry":{"$ref":"#/components/schemas/IndustryDto"},"issuer":{"$ref":"#/components/schemas/IssuerDto"},"cost":{"$ref":"#/components/schemas/MoneyDto"},"principal":{"$ref":"#/components/schemas/MoneyDto"},"fairValue":{"$ref":"#/components/schemas/MoneyDto"},"floor":{"type":"number","format":"double","example":7.25},"maturityDate":{"type":"string","format":"date","example":"2027-02-10"},"spreadInterestRate":{"type":"number","format":"double","example":7.25},"pikInterest":{"type":"number","format":"double","example":11.55},"numberOfShares":{"type":"number","format":"double","example":34545.0},"baseRefRate":{"type":"string","example":"SOFR"},"allInRate":{"type":"number","format":"double","example":5.6},"cashPercent":{"type":"number","format":"double","example":2.35},"fairValueOverCost":{"type":"number","format":"double","example":4.65},"fairValueOverPrincipal":{"type":"number","format":"double","example":6.5},"acquisitionDate":{"type":"string","format":"date","example":"2024-06-05"},"firstPeriodReported":{"type":"string","example":"Q2 2024"},"finalPeriodReported":{"type":"string","example":"Q2 2024"},"deal":{"$ref":"#/components/schemas/DealDto"}}},"EntityDto":{"type":"object","properties":{"id":{"type":"string","example":"41349-37"},"name":{"type":"string","example":"Max Technologies"}},"example":{"id":"25304-77F","name":"AB Private Credit Investors Corp BDC"}},"IndustryDto":{"type":"object","properties":{"reportedIndustry":{"type":"string","example":"Cable and Other Subscription Programming"},"industrySector":{"type":"string","example":"Consumer Products and Services (B2C)"},"industryGroup":{"type":"string","example":"Media"},"industryCode":{"type":"string","example":"Broadcasting, Radio and Television"}}},"IssuerDto":{"type":"object","properties":{"issuerId":{"type":"string","example":"111874-96"},"issuerName":{"type":"string","example":"Allen Media Group"},"issuerType":{"type":"string","example":"COMPANY","enum":["COMPANY","FUND"]}}},"PortfolioHoldingsDto":{"type":"object","properties":{"fund":{"$ref":"#/components/schemas/EntityDto"},"period":{"type":"string","example":"Q2 2024"},"items":{"type":"array","items":{"$ref":"#/components/schemas/BdcHoldingDto"}}}},"FundPerformanceDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"fundName":{"type":"string","example":"Crossroads Capital Partners"},"asOfQuarter":{"type":"integer","format":"int32","example":4},"asOfYear":{"type":"integer","format":"int32","example":1997},"irr":{"type":"number","format":"double","example":9.4},"dpi":{"type":"number","format":"double","example":0.08},"rvpi":{"type":"number","format":"double","example":1.19},"tvpi":{"type":"number","format":"double","example":1.27},"nav":{"type":"number","format":"double","example":5.5},"quartile":{"type":"integer","format":"int32","example":4},"numberOfFundsInBenchmark":{"type":"integer","format":"int32","example":5},"historicalPerformance":{"type":"array","items":{"$ref":"#/components/schemas/FundPerformanceHistoricalDto"}}}},"FundPerformanceHistoricalDto":{"type":"object","properties":{"asOfQuarter":{"type":"integer","format":"int32","example":4},"asOfYear":{"type":"integer","format":"int32","example":1997},"irr":{"type":"number","format":"double","example":9.4},"dpi":{"type":"number","format":"double","example":0.08},"rvpi":{"type":"number","format":"double","example":1.19},"tvpi":{"type":"number","format":"double","example":1.27},"nav":{"type":"number","format":"double","example":5.5}}},"FundInvestmentsDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"fundName":{"type":"string","example":"Crossroads Capital Partners"},"investments":{"type":"array","items":{"$ref":"#/components/schemas/InvestmentsInfoDto"}}}},"InvestmentsInfoDto":{"type":"object","properties":{"targetCompanyId":{"type":"string","example":"164273-95"},"targetCompanyName":{"type":"string","example":"Proxy"},"investmentStatus":{"type":"string","example":"Active Investor"},"targetCompanyInvestmentDate":{"type":"string","format":"date","example":"2005-04-03"},"investmentDealId":{"type":"string","example":"111009-52T"},"targetCompanyExitDate":{"type":"string","format":"date","example":"20010-12-05"},"exitDealId":{"type":"string","example":"118126-90T"}}},"FundInvestmentPreferenceDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"preferredInvestmentAmount":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredDealSize":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredCompanyValuation":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredEbitda":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredEbit":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredRevenue":{"$ref":"#/components/schemas/RangeDtoMoneyDto"},"preferredInvestmentHorizon":{"$ref":"#/components/schemas/RangeDtoInteger"},"geographicalPreferences":{"type":"array","items":{"$ref":"#/components/schemas/GeographicalPreferenceDto"}},"secondariesPreferences":{"type":"array","example":["GP Led","LP Led"],"items":{"type":"string","example":"[\"GP Led\",\"LP Led\"]"}},"otherInvestmentPreferences":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"preferredIndustry":{"type":"array","items":{"$ref":"#/components/schemas/IndustryPreferenceDto"}},"preferredDealTypes":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"preferredVerticals":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"assetPreferences":{"type":"array","items":{"$ref":"#/components/schemas/AssetPreferencesDto"}}}},"FundCommitmentDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"limitedPartnerId":{"type":"string","example":"59007-79"},"limitedPartnerName":{"type":"string","example":"Pension Benefit Guaranty"},"commitmentDate":{"type":"string","format":"date","example":"2015-10-08"},"commitmentSize":{"$ref":"#/components/schemas/MoneyDto"},"commitmentStatus":{"$ref":"#/components/schemas/DictionaryDto"},"commitmentType":{"$ref":"#/components/schemas/DictionaryDto"}}},"FundCashflowItemDto":{"type":"object","properties":{"period":{"type":"string"},"endDate":{"type":"string","format":"date"},"capitalActivity":{"type":"object","additionalProperties":{"type":"number","format":"double"}},"investorActivity":{"type":"object","additionalProperties":{"type":"number","format":"double"}}}},"FundCashflowsDto":{"type":"object","properties":{"fundId":{"type":"string"},"fundName":{"type":"string"},"fundStructure":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/FundCashflowItemDto"}}}},"FundCashFlowDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"fundName":{"type":"string","example":"Crossroads Capital Partners"},"asOfQuarter":{"type":"integer","format":"int32","example":4},"asOfYear":{"type":"integer","format":"int32","example":2005},"contributed":{"$ref":"#/components/schemas/MoneyDto"},"percentCalledDown":{"type":"number","format":"double","example":17.26},"dryPowder":{"$ref":"#/components/schemas/MoneyDto"},"percentDryPowder":{"type":"number","format":"double","example":82.73},"distributed":{"$ref":"#/components/schemas/MoneyDto"},"remainingValue":{"$ref":"#/components/schemas/MoneyDto"},"distributedRemaining":{"$ref":"#/components/schemas/MoneyDto"}}},"FundBenchmarkDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13774-15F"},"fundName":{"type":"string","example":"Franklin Street Equity Fund II"},"benchmarkFundType":{"description":"Deprecated. Always empty","deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"benchmarkFundStrategy":{"type":"string","example":"Buyout"},"benchmarkFundCategory":{"$ref":"#/components/schemas/DictionaryDto"},"benchmarkFundSize":{"$ref":"#/components/schemas/DictionaryDto"},"benchmarkFundLocation":{"$ref":"#/components/schemas/DictionaryDto"},"benchmarkFundVintageYear":{"type":"integer","format":"int32","example":2016},"irrBenchmark":{"type":"number","format":"double","example":9.25},"dpiBenchmark":{"type":"number","format":"double","example":0.31},"tvpiBenchmark":{"type":"number","format":"double","example":1.08},"rvpiBenchmark":{"type":"number","format":"double","example":0.79},"numberOfFundsInBenchmark":{"type":"integer","format":"int32","example":1},"benchmarkFunds":{"type":"array","items":{"$ref":"#/components/schemas/FundNameDto"}}}},"FundNameDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"fundName":{"type":"string","example":"Crossroads Capital Partners"}}},"FundActiveInvestmentDto":{"type":"object","properties":{"fundId":{"type":"string","example":"13328-83F"},"targetCompanyId":{"type":"string","example":"164273-95"},"targetCompanyName":{"type":"string","example":"Proxy"},"targetCompanyInvestmentDate":{"type":"string","format":"date","example":"2005-04-03"},"investmentDealId":{"type":"string","example":"111009-52T"}}},"AdvancedSearchPageDtoFundAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/FundAdvancedSearchResultDto_SearchView"}}}},"FundAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"fundId":{"type":"string","example":"11119-69F"},"fundName":{"type":"string","example":"Franklin Street Equity Fund"},"investors":{"type":"array","items":{"$ref":"#/components/schemas/InvestorFundAdvancedSearchResultDto_SearchView"}},"sandbox":{"type":"boolean","example":false}}},"InvestorFundAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"type":"string","example":"Franklin Street Equity Partners"}}},"EntityNewsDto":{"type":"object","properties":{"entityId":{"type":"string","example":"41082-40"},"title":{"type":"string","example":"Apple: Airpods Pro work with Find My Network"},"byline":{"type":"string","example":"The annual Worldwide Developers Conference also shows off new WatchOS 8, Apple Wallet, iMessage, Apple Maps and AirPods tricks."},"source":{"type":"string","example":"Bollyinside"},"publishDate":{"type":"string","format":"date-time"},"url":{"type":"string","example":"https://www.bollyinside.com/news/all-apples-big-announcements-at-wwdc-2021-ios-15-facetime-for-android-macos-monterey-and-more"}}},"DealValuationDto":{"type":"object","properties":{"dealId":{"type":"string"},"dealNumber":{"type":"integer","format":"int32","example":1},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"preValuation":{"$ref":"#/components/schemas/MoneyDto"},"postValuation":{"$ref":"#/components/schemas/MoneyDto"},"postValuationStatus":{"type":"string","example":"Estimated"}}},"DealTrancheDto":{"type":"object","properties":{"trancheSize":{"$ref":"#/components/schemas/MoneyDto"},"trancheSizeStatus":{"type":"string","example":"Actual"},"trancheDate":{"type":"string","format":"date","example":"2004-04-05"},"financingType":{"$ref":"#/components/schemas/DictionaryDto"},"stockType":{"$ref":"#/components/schemas/DictionaryDto"},"stockSeriesType":{"type":"string","example":"B1"},"conversionStatus":{"type":"string","example":"Yes"},"conversionDate":{"type":"string","format":"date","example":"2005-03-21"},"investor":{"$ref":"#/components/schemas/EntityDto"},"investor2":{"$ref":"#/components/schemas/EntityDto"},"investor3":{"$ref":"#/components/schemas/EntityDto"}}},"DealTrancheInformationDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":1},"company":{"$ref":"#/components/schemas/EntityDto"},"tranches":{"type":"array","items":{"$ref":"#/components/schemas/DealTrancheDto"}}}},"DealStockInfoDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":1},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"series":{"type":"string","example":"Preferred"},"pricePerShare":{"$ref":"#/components/schemas/MoneyDto"},"stockType":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"stockTypes":{"type":"array","items":{"$ref":"#/components/schemas/DictionaryDto"}},"numberOfSharesAcquired":{"type":"integer","format":"int64","example":234554},"sharesSought":{"type":"integer","format":"int64","example":15213000},"conversionRatio":{"type":"string","example":"0.92:1"},"liquidationPreferences":{"type":"string","example":"Pari Passu"},"liquidationParticipating":{"type":"string","example":"Participating"},"dividendRights":{"type":"string","example":"Yes"},"cumulativeness":{"type":"string","example":"Non-Cumulative"},"antiDilutionProvisions":{"type":"string","example":"Weighted Average"},"redemptionRights":{"type":"string","example":"Yes"},"boardVotingRights":{"type":"string","example":"Yes"},"generalVotingRights":{"type":"string","example":"No"}}},"DealServiceProviderDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"serviceProviderId":{"type":"string","example":"10108-09"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"serviceProviderTypes":{"type":"array","items":{"$ref":"#/components/schemas/EntityTypeDto"}},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"serviceProvidedToId":{"type":"string","example":"10377-37"},"serviceProvidedToName":{"type":"string","example":"Tesla"},"leadPartnerId":{"type":"string","example":"11441-98P"},"leadPartnerName":{"type":"string","example":"Larry Sonsini"}}},"DealMultiplesDto":{"type":"object","properties":{"dealId":{"type":"string","example":"31456-00T"},"dealNumber":{"type":"integer","format":"int32","example":4},"companyId":{"type":"string","example":"41965-66"},"companyName":{"type":"string","example":"Caplease"},"dealSizeToCashFlow":{"type":"number","example":0.25},"dealSizeToEBIT":{"type":"number","example":0.36},"dealSizeToEBITDA":{"type":"number","example":1.5},"dealSizeToNetIncome":{"type":"number","example":1.23},"dealSizeToRevenue":{"type":"number","example":0.56},"debtRaisedInRoundToEBITDA":{"type":"number","example":-1.56},"debtRaisedInRoundToEquity":{"type":"number","example":-1.3},"impliedEvToCashFlow":{"type":"number","example":0.56},"impliedEvToEBIT":{"type":"number","example":0.56},"impliedEvToEBITDA":{"type":"number","example":0.26},"impliedEvToNetIncome":{"type":"number","example":0.26},"impliedEvToRevenue":{"type":"number","example":0.27},"valuationToCashFlow":{"type":"number","example":0.15},"valuationToEBIT":{"type":"number","example":0.23},"valuationToEBITDA":{"type":"number","example":1.3},"valuationToNetIncome":{"type":"number","example":0.56},"valuationToRevenue":{"type":"number","example":0.45}}},"DealExiterDto":{"type":"object","properties":{"exiterId":{"type":"string","example":"42257-26"},"exiterName":{"type":"string","example":"Crossroads Capital Partners"}}},"DealInvestorDto":{"type":"object","properties":{"investorId":{"type":"string","example":"11193-94"},"investorName":{"type":"string","example":"Franklin Street Equity Partners"},"investmentStatus":{"type":"string","example":"New Investor"},"leadSoleInvestor":{"type":"boolean","example":false},"leadPartnerId":{"type":"string","example":"204383-98P"},"leadPartnerName":{"type":"string","example":"Luke Bagley"},"investorFunds":{"type":"array","items":{"$ref":"#/components/schemas/FundNameDto"}},"investmentAmount":{"$ref":"#/components/schemas/MoneyDto"},"formOfPayment":{"$ref":"#/components/schemas/DictionaryDto"}}},"DealInvestorsExitersDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"investors":{"type":"array","items":{"$ref":"#/components/schemas/DealInvestorDto"}},"sellers":{"type":"array","items":{"$ref":"#/components/schemas/DealSellerDto"}},"exiters":{"type":"array","items":{"$ref":"#/components/schemas/DealExiterDto"}}}},"DealSellerDto":{"type":"object","properties":{"sellerId":{"type":"string","example":"11317-15"},"sellerName":{"type":"string","example":"Timberline Venture Partners"},"sellerFunds":{"type":"array","items":{"$ref":"#/components/schemas/FundNameDto"}}}},"DealDetailedDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":1},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"dealDate":{"type":"string","format":"date","example":"2005-07-29"},"dealSize":{"$ref":"#/components/schemas/MoneyDto"},"dealSizeBreakdown":{"$ref":"#/components/schemas/DealSizeBreakdownDto"},"dealSizeStatus":{"type":"string","example":"Actual"},"dealStatus":{"$ref":"#/components/schemas/DictionaryDto"},"percentAcquired":{"type":"number","format":"double","example":10},"raisedToDate":{"$ref":"#/components/schemas/MoneyDto"},"vcRound":{"type":"string","example":"1st Round"},"vcRoundUpDownFlat":{"type":"string","example":"Up Round"},"totalInvestedCapital":{"$ref":"#/components/schemas/MoneyDto"},"investorOwnership":{"type":"number","format":"double","example":32.78},"stockSplit":{"type":"string","example":"1:1"},"dealType1":{"$ref":"#/components/schemas/DictionaryDto"},"dealType2":{"$ref":"#/components/schemas/DictionaryDto"},"dealType3":{"$ref":"#/components/schemas/DictionaryDto"},"dealClass":{"$ref":"#/components/schemas/DictionaryDto"},"dealSynopsis":{"type":"string","example":"The company was acquired by Advent International and Bain Capital through a $545 million LBO on July 29, 2005."},"totalInvestedEquity":{"$ref":"#/components/schemas/MoneyDto"},"debtType1":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"debtType2":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"debtType3":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"debtAmount1":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/MoneyDto"}]},"debtAmount2":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/MoneyDto"}]},"debtAmount3":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/MoneyDto"}]},"debtRaisedInRound":{"$ref":"#/components/schemas/MoneyDto"},"contingentPayout":{"$ref":"#/components/schemas/MoneyDto"},"valuationAvailable":{"type":"boolean","example":true},"capTableAvailable":{"type":"boolean","example":false},"trancheInfoAvailable":{"type":"boolean","example":true},"debtLenderInfoAvailable":{"type":"boolean","example":true},"launchDate":{"type":"string","format":"date","example":"2005-06-29"},"totalLoanSize":{"$ref":"#/components/schemas/MoneyDto"},"totalInstLoanSize":{"$ref":"#/components/schemas/MoneyDto"},"totalNewDebt":{"$ref":"#/components/schemas/MoneyDto"},"useOfProceeds":{"type":"string","example":"Acquisition-related: LBO"}}},"DealSizeBreakdownDto":{"type":"object","properties":{"totalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"usdNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"eurNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"totalInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"usdInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"eurInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"totalFirstLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"usdFirstLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"eurFirstLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"totalFirstLienInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"usdFirstLienInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"eurFirstLienInstitutionalNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"totalSecondLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"usdSecondLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"},"eurSecondLienNewMoney":{"$ref":"#/components/schemas/MoneyDto"}}},"AdditionalDebtCharacteristicsDto":{"type":"object","properties":{"unitranche":{"type":"boolean","example":true},"syndicated":{"type":"boolean","example":false},"mezzanine":{"type":"boolean","example":true},"covLite":{"type":"boolean","example":false},"warrants":{"type":"boolean","example":true},"convertible":{"type":"boolean","example":false},"rate":{"$ref":"#/components/schemas/DictionaryDto"}}},"BondDetailsDto":{"type":"object","properties":{"lcdBondId":{"type":"integer","format":"int32","example":10243},"spread":{"type":"string","example":"Base Rate + 7.6"},"price":{"type":"number","format":"double","example":100.0},"yield":{"type":"number","format":"double","example":8.5},"floatingRateEquivalent":{"type":"number","format":"double","example":31.0,"deprecated":true},"priceTalkTight":{"type":"number","format":"double","example":8.0},"priceTalkWide":{"type":"number","format":"double","example":8.25},"breakYield":{"type":"number","format":"double","example":0.57},"settleDate":{"type":"string","format":"date","example":"2019-09-16"},"settleTDays":{"type":"integer","format":"int32"},"nonCallYears":{"type":"number","format":"double","example":3.25},"callTerms":{"type":"string","example":"nc3.25"},"firstCallPremiumPercent":{"type":"number","format":"double","example":0.0,"deprecated":true},"firstCallPremium":{"type":"number","format":"double","example":1.03},"equityClawback":{"type":"boolean","example":true},"equityClawbackYears":{"type":"number","format":"double","example":1.5},"equityClawbackPercent":{"type":"number","format":"double","example":40.0},"clawbackValue":{"type":"number","format":"double","example":300.0},"marketplace":{"type":"string","example":"PUB"},"pik":{"type":"boolean","example":true},"cashPik":{"type":"boolean","example":false},"holdco":{"type":"boolean","example":false},"portabilityClause":{"type":"boolean","example":false}}},"DealDebtLendersDto":{"type":"object","properties":{"dealId":{"type":"string","example":"13774-15T"},"dealNumber":{"type":"integer","format":"int32","example":4},"company":{"$ref":"#/components/schemas/EntityDto"},"debts":{"type":"array","items":{"$ref":"#/components/schemas/DebtLendersDto"}}}},"DebtLendersDto":{"type":"object","properties":{"pbId":{"type":"string","example":"56072-89D"},"debtSize":{"$ref":"#/components/schemas/MoneyDto"},"paymentInKind":{"type":"number","format":"double","example":12.5},"debtType":{"$ref":"#/components/schemas/DictionaryDto"},"seniority":{"$ref":"#/components/schemas/DictionaryDto"},"security":{"$ref":"#/components/schemas/DictionaryDto"},"subordination":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"term":{"$ref":"#/components/schemas/DictionaryDto"},"floor":{"type":"number","format":"double","example":2.5},"ceiling":{"type":"number","format":"double","example":3.5},"breakDate":{"type":"string","format":"date","example":"2012-03-19"},"breakPrice":{"type":"number","format":"double","example":50.5},"resetFrequency":{"type":"string","example":"Monthly"},"coupon":{"type":"number","format":"double","example":8.5},"additionalDebtCharacteristics":{"$ref":"#/components/schemas/AdditionalDebtCharacteristicsDto"},"maturityDate":{"type":"string","format":"date","example":"2020-03-04"},"spreadInterestRate":{"type":"number","format":"double","example":45.0},"tradeDate":{"type":"string","format":"date","example":"2015-06-12"},"tenorYears":{"type":"number","format":"double","example":8.0},"numberOfShares":{"type":"integer","format":"int64","example":80},"pikInterest":{"type":"number","format":"double","example":2500.0},"debtCommentary":{"type":"string","example":"Apollo Investment Corporation provided a senior secured facility."},"lenders":{"type":"array","items":{"$ref":"#/components/schemas/LenderDto"}},"loanDetails":{"$ref":"#/components/schemas/LoanDetailsDto"},"bondDetails":{"$ref":"#/components/schemas/BondDetailsDto"}}},"LeadPartnerDto":{"type":"object","properties":{"partnerId":{"type":"string","example":"135150-94P"},"partnerName":{"type":"string","example":"Tom Weedall"}}},"LenderDto":{"type":"object","properties":{"lenderId":{"type":"string","example":"13954-20"},"lenderName":{"type":"string","example":"Morgan Stanley"},"firmType":{"type":"string","example":"SERVICE_PROVIDER","enum":["GENERAL","COMPANY","INVESTOR","LIMITED_PARTNER","SERVICE_PROVIDER","PERSON","DEAL","FUND"]},"serviceProviderType":{"$ref":"#/components/schemas/DictionaryDto"},"titles":{"type":"array","example":"[Co-agent]","items":{"type":"string","example":"[Co-agent]"}},"lenderSize":{"$ref":"#/components/schemas/MoneyDto"},"leadPartner":{"$ref":"#/components/schemas/LeadPartnerDto"},"funds":{"type":"array","items":{"$ref":"#/components/schemas/LenderFundDto"}}}},"LenderFundDto":{"type":"object","properties":{"fundId":{"type":"string","example":"15864-85F"},"fundName":{"type":"string","example":"Farol Fund"},"fundAmount":{"$ref":"#/components/schemas/MoneyDto"}}},"LoanDetailsDto":{"type":"object","properties":{"lcdFacilityId":{"type":"integer","format":"int32","example":132859},"newMoney":{"$ref":"#/components/schemas/MoneyDto"},"spread":{"type":"string","example":"Base Rate + 7.54"},"spreadAdjustment1Month":{"type":"number","format":"double","example":0.03},"spreadAdjustment3Month":{"type":"number","format":"double","example":15.0},"spreadAdjustment6Month":{"type":"number","format":"double","example":27.0},"alternativeSpread":{"type":"number","format":"double","example":10.0},"originalIssueDiscount":{"type":"number","format":"double","example":95.0},"originalIssueDiscountTight":{"type":"number","format":"double","example":96.25},"originalIssueDiscountWide":{"type":"number","format":"double","example":95.25},"yieldToMaturityPrimary":{"type":"number","format":"double","example":7.51},"yieldToMaturityTalk":{"type":"number","format":"double","example":7.8},"spreadToMaturityPrimary":{"type":"number","format":"double","example":6.49},"yieldToMaturityBreak":{"type":"number","format":"double","example":7.44},"spreadToMaturitySecondary":{"type":"number","format":"double","example":63.0},"priceTight":{"type":"number","format":"double","example":6.0},"priceWide":{"type":"number","format":"double","example":7.0},"prepayFee":{"type":"boolean","example":true},"flexSpread":{"type":"number","format":"double","example":5.0},"floorFlex":{"type":"number","format":"double","example":0.0},"flexSpreadDate":{"type":"string","format":"date","example":"2023-10-30"},"originalIssueDiscountFlex":{"type":"number","format":"double","example":95.0},"originalIssueDiscountFlexDate":{"type":"string","format":"date","example":"2023-10-01"},"flexAmount":{"$ref":"#/components/schemas/MoneyDto"},"flexAmountDate":{"type":"string","format":"date","example":"2023-10-10"},"commitmentFee":{"type":"number","format":"double","example":30.0},"facilityFee":{"type":"number","format":"double","example":0.5},"letterOfCreditFee":{"type":"number","format":"double","example":1.0},"letterOfCreditIssuanceFee":{"type":"number","format":"double","example":0.18},"mezzanineIrr":{"type":"number","format":"double","example":10.5},"percentToInstitutional":{"type":"number","format":"double","example":0.0},"tickingFee":{"type":"boolean","example":false},"tickingFeePercent":{"type":"number","format":"double","example":0.15,"deprecated":true},"tickingFeeRate":{"type":"number","format":"double","example":100.0},"spreadToCallPrimary":{"type":"number","format":"double","example":4.0},"spreadToCallSecondary":{"type":"number","format":"double","example":5.0},"tickingFeeComment":{"type":"string","example":"Ticking fee: None, 0–60 days; 50% of margin, 61–120; 100%, 121+."}}},"DealCapTableHistoryDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":1},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"stockSeries":{"type":"string","example":"Preferred"},"numberOfSharesAuthorized":{"type":"integer","format":"int64","example":8167544},"parValue":{"$ref":"#/components/schemas/MoneyDto"},"dividendRate":{"type":"number","format":"double","example":0.1},"dividendAmount":{"$ref":"#/components/schemas/MoneyDto"},"originalIssuePrice":{"$ref":"#/components/schemas/MoneyDto"},"liquidationPrice":{"$ref":"#/components/schemas/MoneyDto"},"liquidationPreferenceMultiple":{"type":"number","format":"double","example":1.05},"conversionPrice":{"$ref":"#/components/schemas/MoneyDto"},"percentOwned":{"type":"number","format":"double","example":0.1}}},"DealBioDto":{"type":"object","properties":{"dealId":{"type":"string","example":"108911-98T"},"dealNumber":{"type":"integer","format":"int32","example":1},"companyId":{"type":"string","example":"10695-52"},"companyName":{"type":"string","example":"Facebook"},"dealAnnouncedDate":{"type":"string","format":"date","example":"2020-12-05"},"dealDate":{"type":"string","format":"date","example":"2020-12-05"},"dealSize":{"$ref":"#/components/schemas/MoneyDto"},"dealSizeStatus":{"type":"string","example":"Actual"},"dealStatus":{"$ref":"#/components/schemas/DictionaryDto"},"dealType1":{"$ref":"#/components/schemas/DictionaryDto"},"dealType2":{"$ref":"#/components/schemas/DictionaryDto"},"dealType3":{"$ref":"#/components/schemas/DictionaryDto"},"dealClass":{"$ref":"#/components/schemas/DictionaryDto"},"valuationAvailable":{"type":"boolean","example":true},"capTableAvailable":{"type":"boolean","example":false},"trancheInfoAvailable":{"type":"boolean","example":true},"debtLenderInfoAvailable":{"type":"boolean","example":true}}},"AdvancedSearchPageDtoDealAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/DealAdvancedSearchResultDto_SearchView"}}}},"DealAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"dealId":{"type":"string","example":"109688-14T"},"companyId":{"type":"string","example":"164273-95"},"companyName":{"type":"string","example":"Proxy"},"sandbox":{"type":"boolean","example":false}}},"CreditHistoryDto":{"type":"object","properties":{"contractNumber":{"type":"string","example":"NF134VA"},"activeContract":{"type":"boolean","example":true},"pricingModel":{"type":"string","example":"Subscription"},"creditsUsed":{"type":"integer","format":"int32","example":600},"creditsChanged":{"type":"integer","format":"int32","example":1000},"creditsExpired":{"type":"integer","format":"int32","example":0},"creditsRemaining":{"type":"integer","format":"int32","example":400},"overageUsed":{"type":"integer","format":"int32","example":0}}},"CreditResearchCompanyDto":{"type":"object","properties":{"companyId":{"type":"string","example":"432919-99"},"companyName":{"type":"string","example":"Aris Mining"}}},"CreditResearchPageDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/CreditResearchStatsDto"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ResearchReportDto"}}}},"CreditResearchStatsDto":{"type":"object","properties":{"total":{"type":"integer","format":"int32","example":226326},"perPage":{"type":"integer","format":"int32","example":25},"page":{"type":"integer","format":"int32","example":1},"lastPage":{"type":"integer","format":"int32","example":75442}}},"ReportFileDto":{"type":"object","properties":{"name":{"type":"string","example":"September_2023_Global_Loan_Statistics_Report.pdf"},"type":{"type":"string","example":"PDF"},"url":{"type":"string","example":"https://api.pitchbook.com/credit-analysis/credit-research/246/download?fileName=September_2023_Global_Loan_Statistics_Report.pdf&fileType=PDF"}}},"ResearchReportDto":{"type":"object","properties":{"reportId":{"type":"integer","format":"int32","example":324},"title":{"type":"string","example":"US High-Yield Bond Daily PlayBook"},"description":{"type":"string","example":"US High-Yield Bond Daily PlayBook is a daily report that provides a comprehensive overview of the US high-yield bond market."},"authors":{"type":"array","items":{"$ref":"#/components/schemas/AuthorDto"}},"regions":{"type":"array","example":["United States"],"items":{"type":"string","example":"[\"United States\"]"}},"assetClasses":{"type":"array","example":["Bonds"],"items":{"type":"string","example":"[\"Bonds\"]"}},"publishDate":{"type":"string","format":"date","example":"2024-01-01"},"reportType":{"type":"string","example":"Snapshot"},"companies":{"type":"array","items":{"$ref":"#/components/schemas/CreditResearchCompanyDto"}},"purposes":{"type":"array","example":["M&A"],"items":{"type":"string","example":"[\"M&A\"]"}},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/ReportFileDto"}}}},"CreditNewsItemDto":{"type":"object","properties":{"articleId":{"type":"integer","format":"int32","example":5598589},"title":{"type":"string","example":"Angel Investor"},"authors":{"type":"array","items":{"$ref":"#/components/schemas/AuthorDto"}},"regions":{"type":"array","example":["Europe"],"items":{"type":"string","example":"[\"Europe\"]"}},"publishDate":{"type":"string","format":"date-time"},"assetClasses":{"type":"array","example":["Leveraged Loans"],"items":{"type":"string","example":"[\"Leveraged Loans\"]"}},"topics":{"type":"array","example":["Break"],"items":{"type":"string","example":"[\"Break\"]"}},"issuer":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"lender":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"sponsor":{"$ref":"#/components/schemas/NewsBusinessEntityDto"},"deal":{"$ref":"#/components/schemas/DealDto"}}},"CreditNewsSearchPageDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/CreditNewsStatsDto"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CreditNewsItemDto"}}}},"CreditNewsStatsDto":{"type":"object","properties":{"total":{"type":"integer","format":"int32","example":226326},"perPage":{"type":"integer","format":"int32","example":25},"page":{"type":"integer","format":"int32","example":1},"lastPage":{"type":"integer","format":"int32","example":75442}}},"MostRecentCreditNewsDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/CreditNewsStatsDto"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CreditNewsItemDto"}}}},"ContractHistoryDto":{"type":"object","properties":{"contractNumber":{"type":"string","example":"NUMBER123"},"activeContract":{"type":"boolean","example":true},"pricingModel":{"type":"string","example":"Subscription"},"startDate":{"type":"string","format":"date","example":"2023-01-01"},"endDate":{"type":"string","format":"date","example":"2025-01-01"},"creditsUsed":{"type":"integer","format":"int32","example":9888},"creditsChanged":{"type":"integer","format":"int32","example":-100},"creditsExpired":{"type":"integer","format":"int32","example":0},"creditsRemaining":{"type":"integer","format":"int32","example":1222},"overageUsed":{"type":"integer","format":"int32","example":0}}},"ExitPredictionDto":{"type":"object","properties":{"companyId":{"type":"string","example":"481224-88"},"predictionDate":{"type":"string","format":"date","example":"2023-07-25"},"opportunityScore":{"type":"integer","format":"int32","example":75},"successClass":{"type":"string","example":"Success"},"successProbability":{"type":"integer","format":"int32","example":71},"noexitProbability":{"type":"integer","format":"int32","example":29},"exitClass":{"type":"string","example":"M&A"},"ipoProbability":{"type":"integer","format":"int32","example":1},"mergeracquisitionProbability":{"type":"integer","format":"int32","example":70},"vcDealNumber":{"type":"integer","format":"int32","example":2}}},"DriverCategoryDto":{"type":"object","properties":{"category":{"type":"string","example":"Market Returns"},"contribution":{"type":"number","format":"double","example":0.4},"items":{"type":"array","items":{"$ref":"#/components/schemas/DriverItemDto"}}}},"DriverItemDto":{"type":"object","properties":{"name":{"type":"string","example":"Revenue Growth"},"value":{"type":"string","example":"12.30%"},"contribution":{"type":"number","format":"double","example":0.35}}},"EstimateDto":{"type":"object","properties":{"estimationDate":{"type":"string","format":"date","example":"2025-12-31"},"valuationEstimate":{"$ref":"#/components/schemas/MoneyDto"},"estimateRangeLow":{"$ref":"#/components/schemas/MoneyDto"},"estimateRangeHigh":{"$ref":"#/components/schemas/MoneyDto"}}},"PredictionDriversDto":{"type":"object","properties":{"marketReturns":{"$ref":"#/components/schemas/DriverCategoryDto"},"comparablePerformance":{"$ref":"#/components/schemas/DriverCategoryDto"},"companySpecificSignals":{"$ref":"#/components/schemas/DriverCategoryDto"}}},"ValuationEstimatesDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"companyName":{"type":"string","example":"FieldLens"},"estimationDate":{"type":"string","format":"date","example":"2020-01-01"},"valuationEstimate":{"$ref":"#/components/schemas/MoneyDto"},"confidenceScore":{"type":"string","example":"MEDIUM"},"estimateGrowthRate":{"type":"number","format":"double","example":0.025},"lastKnownValuationDate":{"type":"string","format":"date","example":"2020-01-01"},"estimateRangeLow":{"$ref":"#/components/schemas/MoneyDto"},"estimateRangeHigh":{"$ref":"#/components/schemas/MoneyDto"},"predictionDrivers":{"$ref":"#/components/schemas/PredictionDriversDto"},"historicalEstimates":{"type":"array","items":{"$ref":"#/components/schemas/EstimateDto"}}}},"CompanySocialAnalyticsDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"growthRate":{"type":"number","format":"double","example":0.14},"growthRatePercentile":{"type":"integer","format":"int32","example":98},"growthRateChange":{"type":"number","format":"double","example":-0.04},"growthRatePercentChange":{"type":"number","format":"double","example":1.25},"webGrowthRate":{"type":"number","format":"double","example":4.36},"webGrowthRatePercentile":{"type":"integer","format":"int32","example":100},"socialGrowthRate":{"type":"number","format":"double","deprecated":true},"socialGrowthRatePercentile":{"type":"integer","format":"int32","example":100,"deprecated":true},"sizeMultiple":{"type":"number","format":"double","example":6645.42},"sizeMultiplePercentile":{"type":"integer","format":"int32","example":100},"sizeMultipleChange":{"type":"number","format":"double","example":1.25},"sizeMultiplePercentChange":{"type":"number","format":"double","example":0.25},"webSizeMultiple":{"type":"number","format":"double","example":339.57},"webSizeMultiplePercentile":{"type":"integer","format":"int32","example":100},"socialSizeMultiple":{"type":"number","format":"double","example":2569.5,"deprecated":true},"socialSizeMultiplePercentile":{"type":"integer","format":"int32","example":100,"deprecated":true},"twitterFollowers":{"type":"integer","format":"int32","example":133478259,"deprecated":true},"twitterFollowersChange":{"type":"integer","format":"int32","example":-4256,"deprecated":true},"twitterFollowersPercentChange":{"type":"number","format":"double","example":0.43,"deprecated":true}}},"SimilarCompanyDto":{"type":"object","properties":{"companyId":{"type":"string","example":"111396-97"},"similarCompanyId":{"type":"string","example":"54937-90"},"similarCompanyName":{"type":"string","example":"FieldLens"},"similarityScore":{"type":"number","format":"float","example":0.99},"competitor":{"type":"boolean","example":true}}},"PatentDto":{"type":"object","properties":{"patentId":{"type":"string","example":"EP-0197552-A2"},"patentTitle":{"type":"string","example":"Method of processing interrupts in a digital computer system"},"status":{"type":"string","example":"Active"},"publicationDate":{"type":"string","format":"date","example":"1986-10-15"},"firstFilingDate":{"type":"string","format":"date","example":"1985-04-10"},"expirationDate":{"type":"string","format":"date","example":"2006-04-09"},"filingAuthorityLocation":{"type":"string","example":"EP"},"cpcSection":{"$ref":"#/components/schemas/DictionaryDto"},"cpcClass":{"$ref":"#/components/schemas/DictionaryDto"},"cpcSubclass":{"$ref":"#/components/schemas/DictionaryDto"}}},"PatentsPageDto":{"type":"object","properties":{"companyId":{"type":"string","example":"11026-45"},"stats":{"$ref":"#/components/schemas/SearchPageStatsDto"},"items":{"type":"array","items":{"$ref":"#/components/schemas/PatentDto"}}}},"SearchPageStatsDto":{"type":"object","properties":{"total":{"type":"integer","format":"int32","example":1},"perPage":{"type":"integer","format":"int32","example":25},"page":{"type":"integer","format":"int32","example":1},"lastPage":{"type":"integer","format":"int32","example":1}}},"MostRecentPrivateCompanyFinancialsDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"period":{"type":"integer","format":"int32","example":2020},"quarter":{"type":"string","example":"2Q 2020"},"endDate":{"type":"string","format":"date","example":"2020-01-01"},"enterpriseValue":{"$ref":"#/components/schemas/MoneyDto"},"revenue":{"$ref":"#/components/schemas/MoneyDto"},"netIncome":{"$ref":"#/components/schemas/MoneyDto"},"ebitda":{"$ref":"#/components/schemas/MoneyDto"},"totalAssets":{"$ref":"#/components/schemas/MoneyDto"},"totalDebt":{"$ref":"#/components/schemas/MoneyDto"}}},"CompanyMostRecentDebtFinancingDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"lastDebtFinancingDealId":{"type":"string"},"lastDebtFinancingDate":{"type":"string","format":"date"},"lastDebtFinancing":{"type":"array","items":{"$ref":"#/components/schemas/LastDebtFinancingDto"}}}},"LastDebtFinancingDto":{"type":"object","properties":{"lastDebtFinancingType":{"$ref":"#/components/schemas/DictionaryDto"},"lastDebtFinancingAmount":{"$ref":"#/components/schemas/MoneyDto"},"seniority":{"$ref":"#/components/schemas/DictionaryDto"},"security":{"$ref":"#/components/schemas/DictionaryDto"},"subordination":{"deprecated":true,"allOf":[{"$ref":"#/components/schemas/DictionaryDto"}]},"term":{"$ref":"#/components/schemas/DictionaryDto"},"additionalDebtCharacteristics":{"$ref":"#/components/schemas/AdditionalDebtCharacteristicsDto"},"lenders":{"type":"array","items":{"$ref":"#/components/schemas/EntityDto"}}}},"CompanyGeneralServiceProvidersDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"currentGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}},"formerGeneralServices":{"type":"array","items":{"$ref":"#/components/schemas/GeneralServiceProviderDto"}}}},"CompanyFinancialsDto":{"type":"object","properties":{"period":{"type":"string","example":"Q2 2020"},"endDate":{"type":"string","format":"date","example":"2020-01-01"},"enterpriseValue":{"$ref":"#/components/schemas/MoneyDto"},"revenue":{"$ref":"#/components/schemas/MoneyDto"},"netIncome":{"$ref":"#/components/schemas/MoneyDto"},"ebitda":{"$ref":"#/components/schemas/MoneyDto"},"totalAssets":{"$ref":"#/components/schemas/MoneyDto"},"totalDebt":{"$ref":"#/components/schemas/MoneyDto"}}},"PrivateCompanyFinancialsDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CompanyFinancialsDto"}}}},"CompanyDealsDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"dealId":{"type":"string","example":"109688-14T"},"dealDate":{"type":"string","format":"date","example":"2004-10-02"},"dealType1":{"$ref":"#/components/schemas/DictionaryDto"},"dealType2":{"$ref":"#/components/schemas/DictionaryDto"},"dealType3":{"$ref":"#/components/schemas/DictionaryDto"},"dealNumber":{"type":"integer","format":"int32","example":1}}},"CompanyDealServiceProviderDto":{"type":"object","properties":{"companyId":{"type":"string","example":"54937-90"},"serviceProviderId":{"type":"string","example":"11356-75"},"serviceProviderName":{"type":"string","example":"Wilson Sonsini Goodrich & Rosati"},"serviceProviderTypes":{"type":"array","example":{"type":{"code":"IB","description":"Investment Bank"},"primary":true},"items":{"$ref":"#/components/schemas/EntityTypeDto"}},"serviceProvided":{"$ref":"#/components/schemas/DictionaryDto"},"dealIdServiceProvided":{"type":"string","example":"13359-95T"}}},"AdvancedSearchPageDtoCompanyEntityAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/SearchPageStatsDto_SearchView"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CompanyEntityAdvancedSearchResultDto_SearchView"}}}},"CompanyEntityAdvancedSearchResultDto_SearchView":{"type":"object","properties":{"companyId":{"type":"string","example":"11111-11"},"companyName":{"type":"string","example":"facebook"},"sandbox":{"type":"boolean"},"website":{"type":"string","example":"www.facebook.com"}}},"PatentDetailedDto":{"type":"object","properties":{"patentId":{"type":"string","example":"AU-1072201-A"},"patentTitle":{"type":"string","example":"Method and apparatus for detecting the type of interface to which a device is connected"},"status":{"type":"string","example":"Inactive"},"publicationDate":{"type":"string","format":"date","example":"1999-10-01"},"firstFilingDate":{"type":"string","format":"date","example":"2000-09-29"},"expirationDate":{"type":"string","format":"date","example":"2001-05-10"},"filingAuthorityLocation":{"type":"string","example":"AU"},"cpcSection":{"$ref":"#/components/schemas/DictionaryDto"},"cpcClass":{"$ref":"#/components/schemas/DictionaryDto"},"cpcSubclass":{"$ref":"#/components/schemas/DictionaryDto"},"currentAssigneeNames":{"type":"array","example":["Microsoft Corp"],"items":{"type":"string","example":"[\"Microsoft Corp\"]"}},"originalAssigneeNames":{"type":"array","example":["Microsoft Corp"],"items":{"type":"string","example":"[\"Microsoft Corp\"]"}},"mostRecentLegalStatus":{"type":"string","example":"Application lapsed section 142(2)(f)/reg. 8.3(3) - pct applic. not entering national phase"},"mostRecentLegalStatusDate":{"type":"string","format":"date","example":"2002-06-06"},"applicationDate":{"type":"string","format":"date","example":"2000-09-29"},"grantDate":{"type":"string","format":"date","example":"2000-10-09"},"familyId":{"type":"string","example":"23791471"},"inventors":{"type":"array","example":["Han Jian"],"items":{"type":"string","example":"[\"Han Jian\"]"}},"documentForwardCitations":{"type":"integer","format":"int32","example":25},"documentBackwardCitations":{"type":"integer","format":"int32","example":8},"countOfClaims":{"type":"integer","format":"int32","example":25},"countOfIndependentClaims":{"type":"integer","format":"int32","example":6},"patentDownloadUrl":{"type":"string","example":"https://api.pitchbook.com/companies/patents/AU-1072201-A/download"}}},"EndpointUsageInfoDto":{"type":"object","properties":{"contractNumber":{"type":"string","example":"NS234PD"},"request":{"type":"string","example":"https://api.pitchbook.com/companies/279838-27/investors"},"requestDate":{"type":"string","format":"date-time"},"responseStatus":{"type":"string","example":"200"},"endpointType":{"type":"string","example":"Company All Investors"},"chargedCredits":{"type":"integer","format":"int32","example":5}}},"EndpointUsageReportDto":{"type":"object","properties":{"stats":{"$ref":"#/components/schemas/EndpointUsageStatsDto"},"rawData":{"type":"array","items":{"$ref":"#/components/schemas/EndpointUsageInfoDto"}}}},"EndpointUsageStatsDto":{"type":"object","properties":{"endpoints":{"type":"array","example":["Company All Investors"],"items":{"type":"string","example":"[\"Company All Investors\"]"}},"totalCountOfCalls":{"type":"integer","format":"int32","example":1},"totalChargedCredits":{"type":"integer","format":"int32","example":5}}},"CallInfoDto":{"type":"object","properties":{"group":{"type":"string","example":"Companies"},"endpoint":{"type":"string","example":"Company Deals"},"initialCost":{"type":"integer","format":"int32","example":1},"refreshCost":{"type":"integer","format":"int32","example":1}}}},"securitySchemes":{"pbToken":{"type":"apiKey","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}}