diff --git a/arch/core.py b/arch/core.py index 17ae11a..b0684e5 100644 --- a/arch/core.py +++ b/arch/core.py @@ -111,7 +111,6 @@ class Aggregation: """How source observations are aggregated into the fact value.""" method: str - count_entity: str | None = None denominator: str | None = None @@ -406,18 +405,6 @@ def validate_fact(fact: AggregateFact) -> tuple[ValidationIssue, ...]: "aggregation.method", ) ) - if ( - fact.aggregation.count_entity is not None - and fact.aggregation.count_entity not in ALLOWED_ENTITIES - ): - errors.append( - _issue( - "malformed_aggregation", - "Unsupported aggregation count entity: " - f"{fact.aggregation.count_entity!r}", - "aggregation.count_entity", - ) - ) _validate_value(errors, fact.value) _validate_filters(errors, fact.filters) diff --git a/arch/database.py b/arch/database.py index d426e5a..a3ca731 100644 --- a/arch/database.py +++ b/arch/database.py @@ -293,7 +293,6 @@ def _create_schema(connection: sqlite3.Connection) -> None: measure_legal_vintage TEXT, measure_unit TEXT NOT NULL, aggregation_method TEXT NOT NULL, - aggregation_count_entity TEXT, aggregation_denominator TEXT, domain TEXT NOT NULL, filters_json TEXT NOT NULL, @@ -835,7 +834,6 @@ def _insert_aggregate_fact( measure_legal_vintage, measure_unit, aggregation_method, - aggregation_count_entity, aggregation_denominator, domain, filters_json, @@ -849,7 +847,7 @@ def _insert_aggregate_fact( source_extraction_method, source_method_notes ) - VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) + VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) """, ( fact_key, @@ -890,7 +888,6 @@ def _insert_aggregate_fact( fact.measure.legal_vintage, fact.measure.unit, fact.aggregation.method, - fact.aggregation.count_entity, fact.aggregation.denominator, fact.domain, _json_dumps(fact.filters), diff --git a/arch/fixtures/consumer_facts.jsonl b/arch/fixtures/consumer_facts.jsonl index 641bb53..0c58542 100644 --- a/arch/fixtures/consumer_facts.jsonl +++ b/arch/fixtures/consumer_facts.jsonl @@ -1,3 +1,3 @@ -{"aggregate_fact_key": "arch.aggregate_fact.v2:1730de3f1e14b775465eef5d", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:bfacc6a9ae9e30a653c27695", "lineage": {"source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.individual_income_tax_returns", "source_measure_id": "return_count", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "count"}, "observed_measure_key": "arch.observed_measure.v2:bc96277bae6ef31da4a5794c", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:e4a4e9e29d79af397c4ffcb6", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 160602107, "value_type": "integer"} -{"aggregate_fact_key": "arch.aggregate_fact.v2:81fc50c3cbdb7eb0d6bf191f", "aggregation": {"method": "sum"}, "concept_alignment": {"authority": "arch-us", "canonical_concept": "us:statutes/26/62#adjusted_gross_income", "concept_alignment_key": "arch.concept_alignment.v2:b20222a897a8859efd9112a5", "evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "legal_vintage": "tax_year_2023", "relation": "exact", "source_concept": "irs_soi.adjusted_gross_income"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:dea062ca895a3227987c60c5", "lineage": {"source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.adjusted_gross_income", "source_measure_id": "adjusted_gross_income", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:ac9c3cef252ef7ead0066cb1", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:71b0d11cb9ae450d36ea29ed", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 15286017359000, "value_type": "integer"} -{"aggregate_fact_key": "arch.aggregate_fact.v2:158c9cacdb2fc231a78faee6", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:67bd62b36a72e8e24d363e8c", "lineage": {"source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.total_income_tax", "source_measure_id": "total_income_tax", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:c11ff13c2dfe8af0795a1194", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:213cf02b6a97c76384c6c6cd", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 2147909818000, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:1730de3f1e14b775465eef5d", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:079f0697e3b090abf422781b", "lineage": {"source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.individual_income_tax_returns", "source_measure_id": "return_count", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "count"}, "observed_measure_key": "arch.observed_measure.v2:bc96277bae6ef31da4a5794c", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:e4a4e9e29d79af397c4ffcb6", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 160602107, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:81fc50c3cbdb7eb0d6bf191f", "aggregation": {"method": "sum"}, "concept_alignment": {"authority": "arch-us", "canonical_concept": "us:statutes/26/62#adjusted_gross_income", "concept_alignment_key": "arch.concept_alignment.v2:b20222a897a8859efd9112a5", "evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "legal_vintage": "tax_year_2023", "relation": "exact", "source_concept": "irs_soi.adjusted_gross_income"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:98d9d227d91d90905c88e50b", "lineage": {"source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.adjusted_gross_income", "source_measure_id": "adjusted_gross_income", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:ac9c3cef252ef7ead0066cb1", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:71b0d11cb9ae450d36ea29ed", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 15286017359000, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:158c9cacdb2fc231a78faee6", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:ec48b42ac43674a2a2206b8b", "lineage": {"source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.total_income_tax", "source_measure_id": "total_income_tax", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:c11ff13c2dfe8af0795a1194", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:213cf02b6a97c76384c6c6cd", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 2147909818000, "value_type": "integer"} diff --git a/arch/fixtures/facts.jsonl b/arch/fixtures/facts.jsonl index a2acbb3..fd47e42 100644 --- a/arch/fixtures/facts.jsonl +++ b/arch/fixtures/facts.jsonl @@ -1,80 +1,80 @@ -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "value": 160602107} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "value": 15286017359000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "value": 2147909818000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a38dfdc6310412d2e73b8127"], "source_record_id": "irs_soi.ty2023.table_1_1.all.income_tax_after_credits_returns", "value": 111545061} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ceb83e9230a93d55f2053863"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.return_count", "value": 2180146} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:466950fa78f909ef709f6fb1"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.adjusted_gross_income", "value": -144194936000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:baf9717375de9c436d3145fa"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.total_income_tax", "value": 114270000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:2a5558c2590d587f45069ff3"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.income_tax_after_credits_returns", "value": 2094} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:9ed3dffe7ec9f552b3e87f32"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.return_count", "value": 7357751} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:edcb37ab86bd6a3677097395"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.adjusted_gross_income", "value": 17450063000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:74c39ed21f3bec1e7e1dc310"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.total_income_tax", "value": 15081000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d23f00f39572b45032df6c86"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.income_tax_after_credits_returns", "value": 120341} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc69eccdbbf8bb2f3e287a47"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.return_count", "value": 8077917} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5d8a501f1302fd90621b23d8"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.adjusted_gross_income", "value": 60949546000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:441a5cc260757ac4a2de9e9f"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.total_income_tax", "value": 42411000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:eb9b98de2d84d3611d2c1893"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.income_tax_after_credits_returns", "value": 141213} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:672db9222e472629ef577997"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.return_count", "value": 8986005} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5914b8de515ed267b348f42e"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.adjusted_gross_income", "value": 112353814000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c49d092e66a51c9853b7481b"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.total_income_tax", "value": 88533000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a4f71cae59b3a6b0a62abec8"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.income_tax_after_credits_returns", "value": 640711} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:45537963eb128fd35f6dafb5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.return_count", "value": 8702094} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:17230c1719fb9f0f5c4968c5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.adjusted_gross_income", "value": 151828408000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:34405797a7630c1edfb03be6"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.total_income_tax", "value": 1317468000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ea81f4639f81bb9d067f0e2c"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.income_tax_after_credits_returns", "value": 4028010} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b0312631f8cd32ba4d564707"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.return_count", "value": 7925999} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:62a6567af007c28cbf693e93"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.adjusted_gross_income", "value": 178000708000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:158e624e28bd48bdf2865357"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.total_income_tax", "value": 3257177000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c91735fa289d705faa810309"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.income_tax_after_credits_returns", "value": 4176659} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3f4b696f72cc3d854336ae52"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.return_count", "value": 7594157} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a835afa28b05f037b2e19508"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.adjusted_gross_income", "value": 208919443000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b415ae6a8a379ed0ac4e4667"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.total_income_tax", "value": 5552159000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:32eda382fc4064979da75618"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.income_tax_after_credits_returns", "value": 4416066} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0fbff6776403b5959436b0a2"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.return_count", "value": 15210266} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:90c0895d3cb3dfdacab482e1"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.adjusted_gross_income", "value": 531782365000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f7a0209f2f2e7ceba9ec1f61"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.total_income_tax", "value": 19428590000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:355de415994a094e1d813712"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.income_tax_after_credits_returns", "value": 10192082} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d17d73b6443c6ce57ac958b3"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.return_count", "value": 13519034} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:de1cd59485532408db38b0c5"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.adjusted_gross_income", "value": 606242938000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5c0eea620b269c73fcca5770"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.total_income_tax", "value": 29591551000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:cf2143efd5f7b8bc7fbf2192"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.income_tax_after_credits_returns", "value": 10574219} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3dafbb7175fa56a27612bd41"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.return_count", "value": 24135884} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f902d5a210fc3debc5a642f6"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.adjusted_gross_income", "value": 1485510450000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0111c7b045cb1ee487c7f312"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.total_income_tax", "value": 96759453000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1f5935b6440fe6a57e19d78f"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.income_tax_after_credits_returns", "value": 21494289} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fec57b4f1e9a035c4d00c5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.return_count", "value": 15775468} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:643e8d75da2af9f1dda832b8"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.adjusted_gross_income", "value": 1366616429000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f08de0554ce7dff8d54e8ee3"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.total_income_tax", "value": 114197559000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d91e4f8c785b1749e5427354"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.income_tax_after_credits_returns", "value": 15064744} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dd032848d8c542f41ead89e8"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.return_count", "value": 27602755} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:20416a106160edba48eee425"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.adjusted_gross_income", "value": 3818295141000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:325154d1d7dbd5b9c5fc650d"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.total_income_tax", "value": 409532689000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5a2145887658330d8bc2a5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.income_tax_after_credits_returns", "value": 27208705} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:711d49b75298db5e1f045dba"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.return_count", "value": 10955818} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5267ad143623c9a67f4494ce"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.adjusted_gross_income", "value": 3153877437000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1c0b9c0c5d403fb65ca635c2"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.total_income_tax", "value": 513407398000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc809587957e03eda3d4ec1a"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.income_tax_after_credits_returns", "value": 10916814} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c7271e11e795ee028af606c3"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.return_count", "value": 1779720} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5cca809f7c7fb7c52cb8c254"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.adjusted_gross_income", "value": 1194934962000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f9c096208d32b1ebde0908c1"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.total_income_tax", "value": 273875800000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a729edf3e70229e2b5437d68"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.income_tax_after_credits_returns", "value": 1773247} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fc95bbd4a9d52c008f76c699"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.return_count", "value": 368931} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:8d9962b70cb041cdd580deeb"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.adjusted_gross_income", "value": 443658405000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e33ed9ce5bc177d8a0b43c54"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.total_income_tax", "value": 115740460000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a3b31883f7e32168663dabb1"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.income_tax_after_credits_returns", "value": 367694} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e9b4c3016b8fc0fa84467827"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.return_count", "value": 147290} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:411e2cac0767ce26fa6a63e1"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.adjusted_gross_income", "value": 252903399000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b51a5f7eac0af873708d1b62"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.total_income_tax", "value": 69021581000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dc4c52186a5e1723249e08ed"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.income_tax_after_credits_returns", "value": 146550} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c1f0eb992f99b7cfdda24071"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.return_count", "value": 203229} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:aac883cf2b1ce59f93303802"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.adjusted_gross_income", "value": 602653109000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f6bb630dc38984f1b5f04e03"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.total_income_tax", "value": 168461033000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:6051f924e9f4c5608adfcaf7"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.income_tax_after_credits_returns", "value": 202338} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:69a1a01ce31d346f713f8484"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.return_count", "value": 49262} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1cb425b696b9568cc286d7ed"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.adjusted_gross_income", "value": 336334760000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:25c6c2d2fc2108eee3d3916b"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.total_income_tax", "value": 94042477000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:31d24a3edc283c406bd10c20"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.income_tax_after_credits_returns", "value": 49056} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a0863ef3532fdd89549beaf8"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.return_count", "value": 30382} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:afec0774d7c31446cdfc7450"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.adjusted_gross_income", "value": 907900917000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:435ef10058a92b9fc1edf88b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.total_income_tax", "value": 233464129000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e27b5a87bb00d439953cbe6b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.income_tax_after_credits_returns", "value": 30229} +{"aggregation": {"denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "value": 160602107} +{"aggregation": {"denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "value": 15286017359000} +{"aggregation": {"denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "value": 2147909818000} +{"aggregation": {"denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a38dfdc6310412d2e73b8127"], "source_record_id": "irs_soi.ty2023.table_1_1.all.income_tax_after_credits_returns", "value": 111545061} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ceb83e9230a93d55f2053863"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.return_count", "value": 2180146} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:466950fa78f909ef709f6fb1"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.adjusted_gross_income", "value": -144194936000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:baf9717375de9c436d3145fa"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.total_income_tax", "value": 114270000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:2a5558c2590d587f45069ff3"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.income_tax_after_credits_returns", "value": 2094} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:9ed3dffe7ec9f552b3e87f32"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.return_count", "value": 7357751} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:edcb37ab86bd6a3677097395"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.adjusted_gross_income", "value": 17450063000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:74c39ed21f3bec1e7e1dc310"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.total_income_tax", "value": 15081000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d23f00f39572b45032df6c86"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.income_tax_after_credits_returns", "value": 120341} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc69eccdbbf8bb2f3e287a47"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.return_count", "value": 8077917} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5d8a501f1302fd90621b23d8"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.adjusted_gross_income", "value": 60949546000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:441a5cc260757ac4a2de9e9f"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.total_income_tax", "value": 42411000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:eb9b98de2d84d3611d2c1893"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.income_tax_after_credits_returns", "value": 141213} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:672db9222e472629ef577997"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.return_count", "value": 8986005} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5914b8de515ed267b348f42e"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.adjusted_gross_income", "value": 112353814000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c49d092e66a51c9853b7481b"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.total_income_tax", "value": 88533000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a4f71cae59b3a6b0a62abec8"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.income_tax_after_credits_returns", "value": 640711} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:45537963eb128fd35f6dafb5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.return_count", "value": 8702094} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:17230c1719fb9f0f5c4968c5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.adjusted_gross_income", "value": 151828408000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:34405797a7630c1edfb03be6"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.total_income_tax", "value": 1317468000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ea81f4639f81bb9d067f0e2c"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.income_tax_after_credits_returns", "value": 4028010} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b0312631f8cd32ba4d564707"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.return_count", "value": 7925999} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:62a6567af007c28cbf693e93"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.adjusted_gross_income", "value": 178000708000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:158e624e28bd48bdf2865357"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.total_income_tax", "value": 3257177000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c91735fa289d705faa810309"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.income_tax_after_credits_returns", "value": 4176659} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3f4b696f72cc3d854336ae52"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.return_count", "value": 7594157} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a835afa28b05f037b2e19508"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.adjusted_gross_income", "value": 208919443000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b415ae6a8a379ed0ac4e4667"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.total_income_tax", "value": 5552159000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:32eda382fc4064979da75618"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.income_tax_after_credits_returns", "value": 4416066} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0fbff6776403b5959436b0a2"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.return_count", "value": 15210266} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:90c0895d3cb3dfdacab482e1"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.adjusted_gross_income", "value": 531782365000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f7a0209f2f2e7ceba9ec1f61"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.total_income_tax", "value": 19428590000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:355de415994a094e1d813712"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.income_tax_after_credits_returns", "value": 10192082} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d17d73b6443c6ce57ac958b3"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.return_count", "value": 13519034} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:de1cd59485532408db38b0c5"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.adjusted_gross_income", "value": 606242938000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5c0eea620b269c73fcca5770"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.total_income_tax", "value": 29591551000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:cf2143efd5f7b8bc7fbf2192"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.income_tax_after_credits_returns", "value": 10574219} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3dafbb7175fa56a27612bd41"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.return_count", "value": 24135884} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f902d5a210fc3debc5a642f6"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.adjusted_gross_income", "value": 1485510450000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0111c7b045cb1ee487c7f312"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.total_income_tax", "value": 96759453000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1f5935b6440fe6a57e19d78f"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.income_tax_after_credits_returns", "value": 21494289} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fec57b4f1e9a035c4d00c5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.return_count", "value": 15775468} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:643e8d75da2af9f1dda832b8"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.adjusted_gross_income", "value": 1366616429000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f08de0554ce7dff8d54e8ee3"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.total_income_tax", "value": 114197559000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d91e4f8c785b1749e5427354"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.income_tax_after_credits_returns", "value": 15064744} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dd032848d8c542f41ead89e8"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.return_count", "value": 27602755} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:20416a106160edba48eee425"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.adjusted_gross_income", "value": 3818295141000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:325154d1d7dbd5b9c5fc650d"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.total_income_tax", "value": 409532689000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5a2145887658330d8bc2a5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.income_tax_after_credits_returns", "value": 27208705} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:711d49b75298db5e1f045dba"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.return_count", "value": 10955818} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5267ad143623c9a67f4494ce"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.adjusted_gross_income", "value": 3153877437000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1c0b9c0c5d403fb65ca635c2"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.total_income_tax", "value": 513407398000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc809587957e03eda3d4ec1a"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.income_tax_after_credits_returns", "value": 10916814} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c7271e11e795ee028af606c3"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.return_count", "value": 1779720} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5cca809f7c7fb7c52cb8c254"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.adjusted_gross_income", "value": 1194934962000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f9c096208d32b1ebde0908c1"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.total_income_tax", "value": 273875800000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a729edf3e70229e2b5437d68"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.income_tax_after_credits_returns", "value": 1773247} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fc95bbd4a9d52c008f76c699"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.return_count", "value": 368931} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:8d9962b70cb041cdd580deeb"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.adjusted_gross_income", "value": 443658405000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e33ed9ce5bc177d8a0b43c54"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.total_income_tax", "value": 115740460000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a3b31883f7e32168663dabb1"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.income_tax_after_credits_returns", "value": 367694} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e9b4c3016b8fc0fa84467827"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.return_count", "value": 147290} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:411e2cac0767ce26fa6a63e1"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.adjusted_gross_income", "value": 252903399000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b51a5f7eac0af873708d1b62"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.total_income_tax", "value": 69021581000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dc4c52186a5e1723249e08ed"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.income_tax_after_credits_returns", "value": 146550} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c1f0eb992f99b7cfdda24071"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.return_count", "value": 203229} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:aac883cf2b1ce59f93303802"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.adjusted_gross_income", "value": 602653109000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f6bb630dc38984f1b5f04e03"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.total_income_tax", "value": 168461033000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:6051f924e9f4c5608adfcaf7"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.income_tax_after_credits_returns", "value": 202338} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:69a1a01ce31d346f713f8484"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.return_count", "value": 49262} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1cb425b696b9568cc286d7ed"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.adjusted_gross_income", "value": 336334760000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:25c6c2d2fc2108eee3d3916b"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.total_income_tax", "value": 94042477000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:31d24a3edc283c406bd10c20"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.income_tax_after_credits_returns", "value": 49056} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a0863ef3532fdd89549beaf8"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.return_count", "value": 30382} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:afec0774d7c31446cdfc7450"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.adjusted_gross_income", "value": 907900917000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:435ef10058a92b9fc1edf88b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.total_income_tax", "value": 233464129000} +{"aggregation": {"denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e27b5a87bb00d439953cbe6b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.income_tax_after_credits_returns", "value": 30229} diff --git a/docs/schemas/consumer_fact.v1.schema.json b/docs/schemas/consumer_fact.v1.schema.json index 3169fff..2e00d9c 100644 --- a/docs/schemas/consumer_fact.v1.schema.json +++ b/docs/schemas/consumer_fact.v1.schema.json @@ -118,9 +118,6 @@ "method": { "type": "string" }, - "count_entity": { - "type": "string" - }, "denominator": { "type": "string" } diff --git a/docs/target-construction-harness-plan.md b/docs/target-construction-harness-plan.md index 27d6f2f..1e0157a 100644 --- a/docs/target-construction-harness-plan.md +++ b/docs/target-construction-harness-plan.md @@ -269,8 +269,8 @@ For count targets: measure_id: policyengine_us.tax_unit_count.filers_by_agi model: policyengine_us entity: tax_unit -aggregate: count -count_entity: tax_unit +aggregate: sum +variable: tax_unit_count weight_variable: household_weight weight_entity: household filters: @@ -288,10 +288,10 @@ filters: Rules: - Entity can be inferred from the model variable registry as a linting convenience, but the compiled production spec should store it explicitly. -- Counts should be first-class specs with `aggregate: count` and `count_entity`. Constant-one backend variables are acceptable compiler implementation details, not the semantic spec. -- The harness should reject ambiguous count specs. -- Aggregation should be explicit: `sum`, `count`, `mean`, or `ratio`. -- Weight variable, weight entity, and entity joins must be explicit and validated. Microplex-US should default to household weights for final dataset validation. +- Counts should be represented as sums of count-valued measures, not as a separate aggregation method. +- The harness should reject non-sum count specs. +- Aggregation should be explicit, and count targets should use `sum`. +- Weight variable, weight entity, and entity joins must be explicit and validated. Populace should default to household weights for final dataset validation. ### Target Contracts @@ -796,8 +796,8 @@ Acceptance: ## Open Design Answers 1. Source-record specs should live in Arch as YAML source of truth plus compiled DB rows. -2. Active target specs should start in Microplex-US. Split later only when multiple adapters/profiles need independent versioning. -3. Count targets should be first-class `aggregate: count` specs with explicit `count_entity`. +2. Active target specs should start in Populace. Split later only when multiple adapters/profiles need independent versioning. +3. Count targets should be sums of count-valued measures, never a separate count aggregation. 4. PE parity should be required enough to classify differences, not enough to force exact reproduction of PE omissions or legacy shortcuts. 5. Arch should preserve every parsed source cell, then layer semantic source records on top. Do not automatically turn every cell into a semantic record.