> ## Documentation Index
> Fetch the complete documentation index at: https://control-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Entity performance comparison skill

> Sample skill for comparing explicitly selected entities on consistent statement and cash-flow scopes.

Use this sample when the question names subsidiaries or legal entities instead of asking about the consolidated group.

## Copy this skill

```markdown theme={null}
---
name: entity-performance-comparison
description: Compare two or more explicitly named legal entities using consistent statement and cash-flow definitions.
---

# Entity performance comparison

1. Confirm at least two entity names, the period, statement or cash-flow view, currency behavior, and comparison metrics.
2. Resolve ambiguous entity names before continuing.
3. Call `compare_entities_statement_actuals` for P&L, balance-sheet, Functional P&L, or custom-report comparisons.
4. Call `compare_entities_cash_flow_monthly` for cash-flow comparisons.
5. Use the same layout, period mode, currency conversion, dimension filters, and transaction-type filters for every entity.
6. Reconcile returned totals before calculating shares, margins, growth, or ranking.
7. Use `get_entity_transactions_browse` only when the user asks for evidence about a specific entity movement.

## Rules

- Never use entity comparison tools for a group-wide question.
- Do not compare local-currency values across different currencies unless the user explicitly requests that view.
- Separate scale effects from relative performance such as margins or growth rates.
- Treat missing entity data as missing coverage, not zero activity.
- State the entity list and all shared filters in the output.

## Output

Return a side-by-side table, absolute and relative observations, entity-specific evidence when requested, and scope caveats.
```

## Try it

> Compare Finland Ltd and Sweden AB revenue and operating profit for Q2 2026 in group currency.

> Compare monthly cash flow for Norway AS, Denmark ApS, and Estonia OÜ from January through June.

> Which of Finland and Sweden drove more of the June payroll increase? Show bounded transaction evidence.
