Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/populace-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ data.
This is not yet the production firm microsimulation path: Ledger currently
covers the current paper target surface used by the adapter, including ONS
SIC-by-turnover, ONS SIC-by-employment, HMRC VAT-registered firms by SIC, and
HMRC net VAT liability by SIC. VAT metrics still use the paper generator's
turnover/input heuristics rather than Axiom RuleSpec execution, so production
activation should wait for Axiom-backed VAT metrics. The processed-table reader
remains only for paper-repository migration comparisons.
HMRC net VAT liability by SIC. VAT liability is now an explicit rule-evaluator
input to generation; production runs should provide an Axiom RuleSpec artifact
through `AxiomVATRuleEvaluator`. The processed-table reader remains only for
paper-repository migration comparisons.

Build the row-wise local-geography H5 from a compact Populace UK H5 with:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
INPUT_FILES,
VAT_LIABILITY_BANDS,
VINTAGES,
AxiomVATRuleEvaluator,
UKFirmCalibrationResult,
UKFirmGenerationConfig,
UKFirmGenerationResult,
UKFirmSourceData,
UKFirmTargetLayout,
UKFirmValidationReport,
UKFirmVATRuleEvaluator,
assign_employment,
assign_vat_flags,
build_firm_target_matrix,
Expand Down Expand Up @@ -161,6 +163,7 @@
"AREA_TYPE_TO_LEDGER_GEOGRAPHY_LEVEL",
"AREA_TYPES",
"AREA_TYPE_TO_CROSSWALK_COLUMN",
"AxiomVATRuleEvaluator",
"BASE_FRS_SUPPORT_CHANNEL",
"BENUNIT_ID_COLUMNS",
"COUNTRY_TO_REGION",
Expand Down Expand Up @@ -208,6 +211,7 @@
"UKFirmGenerationResult",
"UKFirmSourceData",
"UKFirmTargetLayout",
"UKFirmVATRuleEvaluator",
"UKFirmValidationReport",
"UKLocalCandidateResult",
"UKRowwiseDatasetResult",
Expand Down
Loading
Loading