Skip to main content

SSSR

Smart Searchable Signal Registry (SSSR)

The Smart Searchable Signal Registry is the canonical index of all signals used across the ZAYAZ Platform.
It is auto-generated from the Excel source and exposed internally as JSON for validation, FOGE, SEM, ZARA, and the Computation Hub.

Source file: countries.xlsx
SignalTypeExampleDescription
iso_cc_idstringiso-028Internal surrogate key for ISO country record
iso_cd_idstringiso-028Internal surrogate key for ISO country record
Family
id
Used by engines
zhifpef-me
Used by modules
sem
testStable
Source file: test.xlsx
SignalTypeExampleDescription
test_idstringtst-002Test
Family
test
Used by engines
agri-v
Used by modules
sem
Source file: compute_method_registry.xlsx
SignalTypeExampleDescription
method_idTEXT (PK)MID-00001Surrogate ID for the compute method, e.g. MID-00001. Used as stable contract ID across ZAYAZ.
method_nameTEXTGHG.intensityCanonical method name, e.g. GHG.intensity, Water.abs. Human/machine-friendly semantic identifier.
versionTEXT1.0.0Semantic version of the method implementation and schema (e.g., 1.0.0). Enables side-by-side versions.
statusTEXTsupportedLifecycle state: supported | beta | deprecated. Used by discovery and allowlists.
descriptionTEXTComputes GHG intensity per revenue unitHuman-readable summary of what the method computes and when to use it.
inputs_schema_jsonTEXTzar://json-schema/ghg_intensity_inputs_v1ZAR artifact ID for JSON Schema describing required/optional input fields and constraints (units, mins, enums). Enforced at runtime.
options_schema_jsonTEXTzar://json-schema/ghg_intensity_options_v1ZAR artifact ID for JSON Schema describing optional method options (e.g., jurisdiction, scope3_category). May point to a trivial {} schema.
output_schema_jsonTEXTzar://json-schema/ghg_intensity_output_v1ZAR artifact ID for JSON Schema describing method output payload (e.g., result, unit, provenance). Enforced post-compute.
implementation_refTEXTpython://zayaz.compute.ghg:intensity_v1Resolvable entrypoint, e.g. python://zayaz.compute.ghg:intensity_v1 or container/image ref. Loader imports/calls this.
dataset_requirementsJSONB[[“IPCC-EFDB”,“IEA_SSP”]]Array/object describing required datasets/refs, e.g. ["IPCC-EFDB","IEA_SSP"]. Validated against dataset_key registry.
acl_tagsJSONB[[“EU_ONLY”,“NO_PHI”]]Array of policy tags for enforcement (e.g., ["EU_ONLY","NO_PHI"]). Validated against ACL Tag Registry (acl_tag_registry).
created_atTIMESTAMPTZ2025-01-12T09:14:22ZRow creation timestamp (UTC).
updated_atTIMESTAMPTZ2025-03-03T16:41:09ZRow last update timestamp (UTC)
Family
idcodeclassificationtextaudit
Used by engines
SEMMICEZARAZAAMZHIFZSSRALTD
Used by modules
CHUBZARARIHUBSIS
GitHub RepoRequest for Change (RFC)