Understanding the Company Diagram
The Company Diagram is a visual canvas where you can map your entire corporate structure. It enables you to:- Visualize organizational hierarchy: See how your holding company, subsidiaries, and investees relate to each other
- Manage parent-child relationships: Define which organizations own or control other organizations
- Configure data consolidation: Control how emissions data flows up from child organizations to parent organizations
- Set ownership percentages: Define the share of emissions to attribute based on equity stake or operational control
Data Consolidation ImpactWhen you define a parent-child relationship, the parent organization’s carbon footprint will include emissions from child organizations based on:
- Share percentage: The ownership or control stake (e.g., 75% ownership = 75% of child’s emissions)
- Investment scopes: Which emission scopes to consolidate (Scope 1+2 or Scope 1+2+3)
Step 1.1: Create the Matrix Organization
The matrix organization is your top-level parent company (holding). This is the entity that will consolidate emissions from all subsidiaries and investees.Step 1.2: Create a Child Organization via the Link/Parent Flow
For most corporate carbon footprint use cases, the recommended way to add investees is through the link/parent flow. In a single API call, the parent organization:- Creates the child organization
- Creates the matrix relation between parent and child
- Configures Share %, Scopes and Tag
- Marks the relation as accepted, so it is immediately used in consolidation
- Mirrors the structure in the Company Diagram and Investees sections in the app
The share, investment_scopes, tag and status fields you see in the Investees section are stored in this matrix relationship.
The next section explains how each of these fields affects consolidation.
Configuring Investees: Share %, Scopes, Tag and Status
When you call thematrices/link/parent endpoint (or update an existing link), you configure the matrix relationship that controls how emissions are consolidated from child to parent organizations.
Configuration Options
Investment Scopes
Investment Scopes
What it means: Which scopes of the child’s emissions to include in consolidation.Options:
[1, 2]: Consolidate only Scope 1 and Scope 2 emissions[1, 2, 3]: Consolidate Scope 1, 2, and 3 emissions (full value chain)
- Use
[1, 2]for financial investments where you don’t influence supply chain decisions - Use
[1, 2, 3]for subsidiaries where you have operational control over the full value chain
Tag
Tag
What it means: A label to categorize the relationship for reporting and filtering.Common tags:
subsidiary- Fully owned subsidiaryjoint-venture- Shared ownership/controlassociate- Significant influence but not controlinvestment- Financial investment only
Status
Status
What it means: The approval status of the parent-child relationship.Values:
pending: Relationship awaiting confirmationaccepted: Active, confirmed relationshiprejected: Relationship was declined
accepted relationships are included in emissions consolidation.