PitchBook · Schema

DealDetailedDto

CompanyDataFinancePrivate-MarketAnalytics

Properties

Name Type Description
dealId string
dealNumber integer
companyId string
companyName string
dealDate string
dealSize object
dealSizeBreakdown object
dealSizeStatus string
dealStatus object
percentAcquired number
raisedToDate object
vcRound string
vcRoundUpDownFlat string
totalInvestedCapital object
investorOwnership number
stockSplit string
dealType1 object
dealType2 object
dealType3 object
dealClass object
dealSynopsis string
totalInvestedEquity object
debtType1 object
debtType2 object
debtType3 object
debtAmount1 object
debtAmount2 object
debtAmount3 object
debtRaisedInRound object
contingentPayout object
valuationAvailable boolean
capTableAvailable boolean
trancheInfoAvailable boolean
debtLenderInfoAvailable boolean
launchDate string
totalLoanSize object
totalInstLoanSize object
totalNewDebt object
useOfProceeds string
View JSON Schema on GitHub

JSON Schema

pitchbook-deal-detailed-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pitchbook/main/json-schema/pitchbook-deal-detailed-dto-schema.json",
  "title": "DealDetailedDto",
  "x-generated": "2026-09-21",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/pitchbook-openapi.json#/components/schemas/DealDetailedDto",
  "type": "object",
  "properties": {
    "dealId": {
      "type": "string"
    },
    "dealNumber": {
      "type": "integer",
      "format": "int32"
    },
    "companyId": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "dealDate": {
      "type": "string",
      "format": "date"
    },
    "dealSize": {
      "$ref": "#/$defs/MoneyDto"
    },
    "dealSizeBreakdown": {
      "$ref": "#/$defs/DealSizeBreakdownDto"
    },
    "dealSizeStatus": {
      "type": "string"
    },
    "dealStatus": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "percentAcquired": {
      "type": "number",
      "format": "double"
    },
    "raisedToDate": {
      "$ref": "#/$defs/MoneyDto"
    },
    "vcRound": {
      "type": "string"
    },
    "vcRoundUpDownFlat": {
      "type": "string"
    },
    "totalInvestedCapital": {
      "$ref": "#/$defs/MoneyDto"
    },
    "investorOwnership": {
      "type": "number",
      "format": "double"
    },
    "stockSplit": {
      "type": "string"
    },
    "dealType1": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "dealType2": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "dealType3": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "dealClass": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "dealSynopsis": {
      "type": "string"
    },
    "totalInvestedEquity": {
      "$ref": "#/$defs/MoneyDto"
    },
    "debtType1": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/DictionaryDto"
        }
      ]
    },
    "debtType2": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/DictionaryDto"
        }
      ]
    },
    "debtType3": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/DictionaryDto"
        }
      ]
    },
    "debtAmount1": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/MoneyDto"
        }
      ]
    },
    "debtAmount2": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/MoneyDto"
        }
      ]
    },
    "debtAmount3": {
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/MoneyDto"
        }
      ]
    },
    "debtRaisedInRound": {
      "$ref": "#/$defs/MoneyDto"
    },
    "contingentPayout": {
      "$ref": "#/$defs/MoneyDto"
    },
    "valuationAvailable": {
      "type": "boolean"
    },
    "capTableAvailable": {
      "type": "boolean"
    },
    "trancheInfoAvailable": {
      "type": "boolean"
    },
    "debtLenderInfoAvailable": {
      "type": "boolean"
    },
    "launchDate": {
      "type": "string",
      "format": "date"
    },
    "totalLoanSize": {
      "$ref": "#/$defs/MoneyDto"
    },
    "totalInstLoanSize": {
      "$ref": "#/$defs/MoneyDto"
    },
    "totalNewDebt": {
      "$ref": "#/$defs/MoneyDto"
    },
    "useOfProceeds": {
      "type": "string"
    }
  },
  "$defs": {
    "DealSizeBreakdownDto": {
      "type": "object",
      "properties": {
        "totalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "usdNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "eurNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "totalInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "usdInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "eurInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "totalFirstLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "usdFirstLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "eurFirstLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "totalFirstLienInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "usdFirstLienInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "eurFirstLienInstitutionalNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "totalSecondLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "usdSecondLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        },
        "eurSecondLienNewMoney": {
          "$ref": "#/$defs/MoneyDto"
        }
      }
    },
    "DictionaryDto": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "MoneyDto": {
      "type": "object",
      "properties": {
        "amount": {
          "type": "number"
        },
        "currency": {
          "type": "string"
        },
        "nativeAmount": {
          "type": "number"
        },
        "nativeCurrency": {
          "type": "string"
        },
        "estimated": {
          "type": "boolean"
        }
      }
    }
  }
}

Work with this as data

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

MCP server

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

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pitchbook-deal-detailed-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

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

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