Guide April 18, 2026 · 21 mins · The D23 Team

Co-Investment Analytics for Multi-Fund VC Firms

Build unified dashboards for co-investment positions across multiple funds. Consolidate data, track IRR, and manage portfolio risk with Apache Superset.

Co-Investment Analytics for Multi-Fund VC Firms

Understanding Co-Investment Analytics in Multi-Fund VC Operations

Venture capital firms managing multiple funds face a structural challenge that most single-fund operations never encounter: fragmentation. When you’re running Fund I, Fund II, and a continuation fund simultaneously, each with its own cap table, investor base, and deal pipeline, the ability to see co-investment positions across all vehicles becomes critical infrastructure, not a nice-to-have reporting layer.

Co-investment analytics refers to the systematic tracking, measurement, and analysis of investments that appear across multiple fund vehicles within a single firm or across partner firms. In multi-fund VC operations, this typically means understanding which portfolio companies have capital from Fund I and Fund II, which deals have co-investment from a parallel continuation fund, and how those overlapping positions affect overall portfolio concentration, IRR calculations, and risk exposure.

The core business problem is straightforward: without consolidated visibility, you’re operating with incomplete information. A portfolio company that looks moderately sized in Fund I might actually represent 8% of your total firm exposure when you account for Fund II’s stake. A Series C investment that seems like a win for one fund might be dragging down returns in another fund where the entry price was higher. Co-investment positions create complex interdependencies that spreadsheet-based tracking simply cannot handle at scale.

The difference between managing co-investments with spreadsheets versus a proper analytics platform is the difference between flying an airplane with a checklist and flying it with an instrument panel. You can technically do it with the checklist, but you’re missing real-time altitude, airspeed, fuel consumption, and weather data that actually matter when conditions change.

The Operational Complexity of Multi-Fund Portfolio Management

Before diving into the technical solution, it’s worth understanding why co-investment tracking creates such operational friction in the first place.

When a VC firm manages multiple funds, each fund has its own legal entity, its own set of limited partners (LPs), its own investment committee, and its own capital deployment timeline. Fund I might be in harvest mode, returning capital to LPs, while Fund II is in aggressive deployment. A continuation fund might be specifically designed to hold winners from Fund I and Fund II that have potential for additional value creation.

When the same portfolio company receives funding from multiple funds, several things happen simultaneously:

  • Cap table complexity increases: You need to track ownership percentage separately for each fund, which affects dilution calculations, liquidation preferences, and return projections per fund.
  • IRR calculations become fund-specific: A company that’s performed well might generate different IRRs for different funds depending on entry price and timing. Fund I might see a 3.2x return while Fund II sees a 1.8x return on the same company.
  • Risk exposure becomes opaque: Without consolidated tracking, you might not realize that your firm has 12% of total capital deployed in three companies across all funds—a concentration that exceeds your risk guidelines.
  • LP reporting becomes fragmented: Each fund’s LPs expect clear reporting on their specific fund’s performance, but they also want to understand how co-investments affect their returns and risk profile.
  • Deal sourcing and allocation decisions become harder: When evaluating whether Fund II should co-invest in a Series B, you need to know Fund I’s position, the company’s historical performance relative to both funds’ expectations, and whether additional capital will actually improve outcomes or just increase concentration risk.

According to research on top data analytics VC firms and their investment strategies, leading venture firms are increasingly building proprietary analytics capabilities to manage exactly this kind of complexity. The firms that win are those with the best information infrastructure, not necessarily the best deal sourcing.

Key Metrics and Data Points for Co-Investment Tracking

Building an effective co-investment analytics system requires understanding which metrics actually matter for decision-making versus which metrics are just noise.

Fund-level ownership and dilution tracking sits at the foundation. For each portfolio company, you need to know:

  • Current ownership percentage per fund
  • Cumulative capital deployed per fund
  • Entry valuation and date for each fund’s investment
  • Expected dilution from future rounds based on company stage and market conditions
  • Fully diluted ownership accounting for options pools, warrants, and liquidation preferences

This isn’t optional. Without accurate ownership tracking, your IRR calculations are garbage, and your LP reporting is misleading.

Return projections and IRR analysis needs to be calculated both at the fund level and across co-invested positions. You need to answer questions like:

  • What’s the current MOIC (multiple on invested capital) for Company X in Fund I versus Fund II?
  • If we exit Company Y at the current valuation, what’s the net return per fund after fees and carry?
  • How much of Fund I’s overall performance is being driven by three co-invested positions?

Concentration and risk metrics become critical in multi-fund environments. Standard metrics include:

  • Percentage of fund capital in top 5, top 10, and top 20 companies
  • Geographic concentration (how much capital is in California, New York, etc.)
  • Sector concentration (how much is in SaaS, fintech, climate tech)
  • Stage concentration (how much is seed, Series A, Series B+)
  • Overlap concentration (what percentage of total firm capital is in companies with co-investment from multiple funds)

Cash flow and liquidity tracking matters because co-invested companies have multiple fund cap tables to manage. You need visibility into:

  • Expected cash requirements for follow-on rounds
  • Dividend or distribution schedules
  • Secondary sale opportunities and how they affect each fund
  • Interim liquidity events (secondary sales, dividend recaps)

LP reporting dimensions require careful segmentation:

  • Performance metrics by fund (IRR, MOIC, DPI)
  • Performance metrics by vintage year
  • Performance metrics by sector or stage for funds with specific mandates
  • Risk metrics and concentration breakdowns
  • Co-investment impact on returns (showing how overlapping positions affect fund-level performance)

The platforms that win in VC analytics—and you can see this reflected in how top venture capital firms are structured and operated—are those that make these metrics queryable and actionable, not just reportable.

Building a Unified Data Model for Co-Investment Analytics

The technical architecture for co-investment analytics is where most VC firms stumble. They start with data scattered across multiple systems: cap table software (like Carta or Pulley), portfolio management tools (like Carta Portfolio or Gust), separate spreadsheets for each fund, and ad-hoc databases built by engineers.

The goal is to consolidate this data into a single source of truth where you can slice and dice by fund, company, investor, stage, sector, and any other dimension that matters for decision-making.

A proper data model for co-investment tracking needs these core entities:

Funds: Each fund is a separate legal entity with its own capital, LPs, investment committee, and performance targets. Key attributes include fund name, vintage year, target size, committed capital, deployed capital, management fees, and carry structure.

Companies: Portfolio companies are the actual operating businesses you’ve invested in. Key attributes include company name, sector, stage at first investment, geography, founding date, and current status (active, acquired, failed, IPO).

Investments: This is the bridge entity connecting funds to companies. Each investment record represents one fund’s stake in one company. Key attributes include fund, company, investment date, investment amount, entry valuation, ownership percentage (at time of investment), and current ownership percentage (accounting for dilution).

Funding rounds: Each company typically goes through multiple rounds of funding. You need to track round date, round size, round valuation, and which funds participated.

Valuations and performance data: Current company valuations, recent revenue figures (if available), and status updates feed into IRR and return projections.

When you structure data this way, you can answer complex questions like: “Show me all companies where Fund I and Fund II are both investors, ranked by concentration risk, filtered to companies in the seed-to-Series A stage that have raised capital in the last 12 months.”

Without this structure, that query requires manual work or a custom script. With it, it’s a dashboard filter.

Implementing Co-Investment Analytics with Apache Superset

Apache Superset is particularly well-suited for co-investment analytics because it’s built for exactly this use case: complex, multi-dimensional data exploration by non-technical users who need to make fast decisions.

Unlike traditional BI tools that force you into predefined reports, Superset lets you build flexible dashboards that adapt to how your business actually works. You can create a dashboard that shows co-investment positions across all funds, then drill down into a specific fund, then pivot to see all companies in a specific sector, all without rebuilding the dashboard.

Here’s how you’d structure a co-investment analytics implementation on Superset:

Data integration layer: Connect Superset to your data warehouse (Snowflake, Postgres, BigQuery, or similar) where you’ve consolidated data from your cap table software, portfolio management tools, and internal systems. The D23 managed Superset platform handles this integration seamlessly, including data refresh schedules and quality checks.

Core datasets: Create Superset datasets that represent your key business entities—funds, companies, investments, valuations, and performance metrics. These datasets should be pre-calculated where possible (IRR, MOIC, current ownership percentages) to ensure query performance.

Interactive dashboards: Build dashboards that answer your most common questions:

  • Co-investment overview: Which companies have capital from multiple funds? What’s the overlap concentration? Are there any red flags?
  • Fund performance comparison: How is Fund I performing relative to Fund II? Which co-invested positions are driving the difference?
  • Risk analysis: What’s our concentration by sector, stage, and geography? Are we over-indexed in any dimension?
  • LP reporting: What are the key metrics for each fund? How do co-investments affect fund-level returns?
  • Deal sourcing: What’s our historical performance in different sectors and stages? Should Fund II participate in this Series B?

Text-to-SQL for ad-hoc analysis: One of the most powerful features of modern Superset implementations is the ability to ask natural language questions and get instant answers. Instead of asking an analyst to build a custom report, you can ask: “Show me all Series A companies where we have co-investment from Fund I and Fund II, ranked by current valuation,” and get results instantly.

The D23 platform includes AI-powered text-to-SQL capabilities that make this kind of ad-hoc analysis possible without requiring SQL knowledge. This is particularly valuable for VC firms where investment committee members and LP relations teams need to answer questions quickly.

Real-World Example: Tracking a Co-Invested Portfolio Company

Let’s walk through a concrete example to make this tangible.

Imagine a VC firm with three active funds: Fund I (2018 vintage, $75M raised), Fund II (2021 vintage, $150M raised), and Fund II Continuation (2024 vintage, $40M raised). A portfolio company called DataFlow Systems received investments from all three funds:

  • Fund I invested $500K in 2019 at a $5M post-money valuation (10% ownership)
  • Fund II invested $2M in 2022 at a $30M post-money valuation (6.25% ownership at time of investment)
  • Fund II Continuation invested $3M in 2024 at a $80M post-money valuation (3.75% ownership at time of investment)

Without proper analytics, tracking this position across all three funds is a nightmare. You need to:

  1. Calculate current ownership for each fund accounting for intermediate dilution
  2. Calculate IRR for each fund based on their specific entry price and current valuation
  3. Determine if DataFlow is over-concentrated in your portfolio
  4. Understand how DataFlow’s performance affects each fund’s overall returns
  5. Make a decision about whether to participate in the next round

With a proper co-investment analytics dashboard, you’d see:

  • Fund I: $500K deployed, currently worth ~$2.8M (entry valuation $5M, current $80M, accounting for dilution), 5.6x MOIC, 32% IRR
  • Fund II: $2M deployed, currently worth ~$5M (entry valuation $30M, current $80M, minimal dilution), 2.5x MOIC, 18% IRR
  • Fund II Continuation: $3M deployed, currently worth ~$3M (entry valuation $80M, current $80M, no exit yet), 1.0x MOIC, still early
  • Total firm exposure: $5.5M deployed, currently worth ~$10.8M
  • Concentration: DataFlow represents 7.3% of Fund I’s portfolio, 1.3% of Fund II’s portfolio, and 7.5% of Fund II Continuation’s portfolio

Now imagine the company is raising a Series D at $150M valuation and asking for $5M from each fund. Your dashboard immediately shows you:

  • Fund I would see significant upside (potential 8x MOIC)
  • Fund II would see modest upside (potential 3x MOIC)
  • Fund II Continuation would see modest upside (potential 1.9x MOIC)
  • But total firm exposure would increase to $20.8M (8.7% of Fund I, 1.7% of Fund II, 12.5% of Fund II Continuation)
  • This would push concentration above your risk threshold

Without this visibility, your investment committee might approve the follow-on without understanding the concentration risk they’re taking on.

Data Quality and Governance in Multi-Fund Environments

One thing that separates successful co-investment analytics implementations from failed ones is data quality. When you’re consolidating data from multiple systems—cap table software, portfolio management platforms, spreadsheets, and manual data entry—garbage in, garbage out is a real risk.

VC firms need to establish clear data governance practices:

Single source of truth for cap tables: Designate one system (usually Carta or similar) as the authoritative source for cap table data. Don’t maintain separate cap tables in spreadsheets or other tools.

Regular reconciliation: Have a process where someone (usually your finance or operations team) regularly reconciles data across systems. Monthly reconciliation is reasonable; quarterly is the minimum.

Data quality checks: Build automated checks into your data pipeline that flag suspicious values. For example, ownership percentages should never exceed 100%, entry valuations shouldn’t be wildly different from market conditions at the time, and ownership should only decrease over time (due to dilution).

Clear definitions: Make sure everyone agrees on how to calculate key metrics. Is MOIC calculated on deployed capital or committed capital? Do you include management fees in IRR calculations? How do you handle partial exits? Document these definitions and stick to them.

Audit trail: Keep records of when data changed and why. This is especially important when you’re explaining performance to LPs.

The best practice is to have your data warehouse team own the data model and refresh process, with clear SLAs around data freshness and accuracy. Most VC firms can get away with daily or weekly data refreshes; real-time updates are rarely necessary for investment analytics.

Comparative Analysis: Co-Investment Tracking Across Different VC Structures

Not all VC firms are structured the same way, and co-investment analytics looks different depending on your fund structure.

Traditional multi-fund firms (Fund I, Fund II, Fund III) have the most straightforward co-investment challenge. You’re typically looking at a handful of funds with overlapping portfolios, and you want to understand concentration and performance across them.

Firms with sector or stage-specific funds add another dimension. You might have a seed fund, a growth fund, and an infrastructure fund, each with different return targets and risk profiles. Co-investment between these funds happens, but it’s often strategic (the seed fund found the company, the growth fund scales it) rather than opportunistic.

Firms with continuation vehicles create the most complex co-investment scenarios. A continuation fund is specifically designed to hold winners from earlier funds. This means nearly every company in the continuation fund is a co-investment with one or more earlier funds. You need to track not just the co-investment, but the reasoning behind it (was this a continuation because the company is performing well, or because we had dry powder and needed to deploy it?).

Multi-partner firms (where multiple partners manage their own fund vehicles but operate under one brand) need to track co-investments across partner funds as well as across their own fund vehicles. This is increasingly common in larger VC firms.

Each structure requires slightly different analytics approaches, but the core principle remains: you need consolidated visibility into co-investment positions to make good decisions.

According to analysis from top venture capital databases and research, firms that actively manage co-investment data see measurably better outcomes—better follow-on decision quality, lower concentration risk, and more predictable LP returns.

Advanced Analytics: Predictive Models and Scenario Planning

Once you have your baseline co-investment analytics working, the next level is using that data for prediction and scenario planning.

Predictive models for follow-on success: Historical data on which follow-on investments performed well versus poorly can be used to train models that help predict future follow-on outcomes. The inputs might include company growth rate, market conditions, fund-level performance to date, and sector. The output is a probability that the follow-on will generate positive returns.

Scenario planning for fund deployment: If you’re managing multiple funds with different deployment timelines, you can model different scenarios. What if Fund II deploys capital faster than expected? What if the market crashes and valuations drop 40%? How does that affect co-investment concentration and fund-level returns?

Portfolio optimization: Given your current positions and available capital, what’s the optimal allocation strategy? Should you focus on follow-ons in Fund I’s best performers, or deploy new capital in new companies? Should you use the continuation fund to double down on winners, or diversify into new sectors?

These analyses require more sophisticated tools than basic dashboarding, but they’re built on the same foundation of clean, consolidated co-investment data.

Integrating Co-Investment Analytics with Broader VC Operations

Co-investment analytics shouldn’t exist in isolation. It should connect to your broader VC operations and decision-making processes.

Investment committee workflows: Your IC should have access to co-investment dashboards before making follow-on decisions. This might mean embedding dashboards in your deal memo process or sending pre-meeting reports that highlight co-investment implications.

LP reporting and communications: LPs care about co-investment because it affects their returns and risk profile. Your quarterly or annual LP reports should include co-investment analysis, and you should be prepared to answer questions about concentration and performance.

Portfolio company management: Your portfolio team should understand co-investment positions. If a company is struggling and you’re deciding whether to provide additional capital, the fact that it’s co-invested across multiple funds might change the decision.

Deal sourcing and pipeline management: Your deal sourcing process should flag opportunities to co-invest with existing investors in your portfolio. If Fund I’s best portfolio company is raising a Series B and Fund II has relevant expertise, that’s a natural co-investment opportunity.

The firms that win are those where co-investment analytics inform every major decision, not just a quarterly report.

Implementation Timeline and Resource Planning

If you’re starting from scratch, here’s a realistic timeline for implementing co-investment analytics:

Months 1-2: Planning and data audit

  • Inventory all your current data sources (cap table software, portfolio management tools, spreadsheets, etc.)
  • Define your data model and key metrics
  • Assess data quality and identify gaps
  • Plan your data consolidation and warehouse strategy

Months 2-3: Data consolidation

  • Build data pipelines from source systems to your warehouse
  • Create your core datasets (funds, companies, investments, valuations)
  • Implement data quality checks and reconciliation processes
  • Validate that your consolidated data matches your source systems

Months 3-4: Dashboard development

  • Build your core co-investment dashboard
  • Create fund-specific dashboards
  • Build LP reporting dashboards
  • Test with your operations and investment teams

Month 4+: Iteration and enhancement

  • Gather feedback from users
  • Add additional dashboards or metrics based on feedback
  • Implement more advanced analytics (predictive models, scenario planning)
  • Establish ongoing data governance and refresh processes

For a firm with 20-40 portfolio companies and 2-4 active funds, this is typically a 4-6 month project with 1-2 people dedicated to it (usually someone from finance/operations and someone from engineering or data).

Larger firms with more complex structures (50+ portfolio companies, 5+ funds) might need 6-9 months and more dedicated resources.

The D23 platform accelerates this timeline because it handles the hosting, data integration, and dashboard infrastructure. You focus on your data model and metrics; D23 handles the plumbing.

Choosing Between Build, Buy, and Managed Solutions

When it comes to co-investment analytics infrastructure, VC firms typically face three choices:

Build it yourself: Hire engineers, build a data warehouse, develop dashboards from scratch. Pros: complete control, can optimize for your specific needs. Cons: expensive (easily $200K-500K+ in year one), requires ongoing maintenance, takes 6-12 months to get working.

Buy off-the-shelf: Use portfolio management software like Carta Portfolio or Gust that includes built-in dashboards. Pros: faster to implement, vendor-managed. Cons: limited flexibility, expensive per-company fees, often not designed specifically for co-investment analysis.

Managed solution: Use D23’s managed Apache Superset platform or similar. You provide your data, D23 handles hosting, updates, and infrastructure. You build dashboards on top of Superset’s flexible foundation. Pros: faster than building from scratch, more flexible than off-the-shelf, lower cost than hiring engineers, includes AI-powered analytics capabilities.

For most VC firms, the managed solution is the sweet spot. You get the flexibility and power of an open-source platform (Apache Superset) without the operational burden of hosting and maintaining it yourself.

Addressing Common Challenges in Co-Investment Analytics

Even with a solid implementation plan, VC firms often hit predictable challenges:

Data completeness: Your cap table software might not have all the data you need (like current company valuations or recent revenue figures). You’ll need to supplement with manual data entry or integrate additional data sources. Plan for this friction upfront.

Timing mismatches: Different systems update on different schedules. Your cap table updates when a new round closes, but your portfolio management system might update weekly. You need to decide how to handle these timing differences in your analytics.

Historical data gaps: If you’re consolidating data from multiple systems, you might not have complete historical data. You might have cap table data going back 5 years, but portfolio performance data only going back 2 years. This limits your ability to do historical analysis.

Metric disagreement: Different people in your organization might calculate key metrics differently. One person might calculate MOIC on committed capital, another on deployed capital. You need to establish clear definitions and stick to them.

User adoption: Building beautiful dashboards doesn’t guarantee people will use them. You need to actively promote them, train users, and incorporate feedback to drive adoption.

The firms that solve these problems are those that treat co-investment analytics as a strategic initiative, not an IT project.

The Strategic Value of Co-Investment Visibility

At the end of the day, co-investment analytics isn’t about dashboards or metrics. It’s about making better investment decisions.

VC firms that have visibility into their co-investment positions across all funds make better follow-on decisions (they understand concentration and performance implications), manage risk more effectively (they know their true exposure), generate better LP returns (they optimize capital allocation across funds), and build stronger team alignment (everyone has the same information).

The firms that don’t have this visibility are essentially flying blind. They’re making follow-on decisions without understanding concentration risk, they’re surprised when a company that looked good in one fund looks different in another, and they’re frustrated when LPs ask questions about risk that they can’t answer quickly.

Building co-investment analytics is one of the highest-ROI investments a multi-fund VC firm can make. It costs less than hiring one senior investment professional, but it makes every investment professional more effective.

For firms managing multiple funds, co-investment analytics isn’t optional. It’s the infrastructure that separates good firms from great ones.

Getting Started with Your Co-Investment Analytics Implementation

If you’re ready to build co-investment analytics for your firm, here’s where to start:

Step 1: Audit your current data landscape. What systems do you have? What data do they contain? How current is the data? Where are the gaps?

Step 2: Define your core metrics. What questions do you need to answer? What data do you need to answer them? What are your key performance indicators?

Step 3: Choose your infrastructure. Will you build from scratch, buy off-the-shelf, or use a managed solution? What’s the right tradeoff for your firm’s size and complexity?

Step 4: Build your MVP (minimum viable product). Start with one dashboard that answers your most critical question. Get feedback, iterate, expand.

Step 5: Establish governance. Who owns the data? What’s the refresh schedule? How do you handle questions about data quality?

If you’re evaluating managed solutions, look for platforms that offer:

  • Flexible data integration (can connect to your cap table software, data warehouse, and other systems)
  • SQL and visual query builders (so non-technical users can explore data)
  • Embedded analytics capabilities (if you want to embed dashboards in other tools)
  • AI-powered query assistance (text-to-SQL for faster analysis)
  • Strong security and compliance (SOC 2, data encryption, audit logs)

The D23 platform includes all of these features, purpose-built for VC and PE firms managing complex portfolio analytics. It’s built on Apache Superset, which means you get the flexibility and power of an enterprise-grade BI tool without the operational overhead.

Whether you choose D23 or another solution, the important thing is to start. Co-investment analytics is too important to leave to spreadsheets and manual reporting. Your LPs, your investment committee, and your portfolio companies will all benefit from the clarity and insight that proper analytics provides.