The Tax Benchmarking object
Available on Enterprise plans only
From the Tax Benchmarking endpoint, you can retrieve financial benchmarks from tax data, in partnership with Powerlytics, based on the industry code and region.
Tax Benchmarks Report
Each benchmark report will have the following nested data (summary statistics) for each variable based on the
section
,subSection
,group
, andsubGroup
of a financial statement and financialratios
.
Field | Type | Description |
---|---|---|
section | object | Summary statistics for section level of financial statements. |
subSection | object | Summary statistics for subSection level of financial statements. |
group | object | Summary statistics for group level of financial statements. |
subGroup | object | Summary statistics for subGroup level of financial statements. |
ratios | object | Summary statistics for ratios level of financial statements. |
Summary Statistics
Summary Statistics Naming Convention
The naming convention for the summary statistics is
camelCase
with the statistic abbreviation as the prefix. For example, the maximum value ofCOGS
is represented asmaxCostOfGoodsSold
.
Field | Type | Description |
---|---|---|
count | integer | Number of business records in the cohort. |
min | decimal | Minumum value of the cohort. Rounded to 2 decimals. |
max | decimal | Maximum value of the cohort. Rounded to 2 decimals. |
mean | decimal | Average value of the cohort. Rounded to 2 decimals. |
median | decimal | Median value of the cohort. Rounded to 2 decimals. |
sdev | decimal | Standard deviation value of the cohort. Rounded to 2 decimals. |
quantile5 | decimal | 5% quantile value of the cohort. Rounded to 2 decimals. |
quantile25 | decimal | 25% quantile value of the cohort. Rounded to 2 decimals. |
quantile75 | decimal | 75% quantile value of the cohort. Rounded to 2 decimals. |
quantile95 | decimal | 95% quantile value of the cohort. Rounded to 2 decimals. |