Strise Connect API Docs
TypesEnums

FinancialStatementKind

Whether a financial statement covers the company alone or the consolidated group.

enum FinancialStatementKind {
  CONSOLIDATED
  NON_CONSOLIDATED
}

Values

CONSOLIDATED

Consolidated group accounts — the parent company combined with its subsidiaries.

NON_CONSOLIDATED

Non-consolidated accounts — the company's own figures, excluding subsidiaries.

Member Of

Company object FinancialStatement object

On this page