← Certvas Ontology

DerivedMetric

close: schema:Observation

A metric computed from fundamentals rather than extracted from a filing. `formula_version` and `input_refs` are what make a published number reproducible: they say which definition was applied and exactly which observations it consumed.

Slots

slotrangedescription
dataco_idstringrequiredCertvas entity identifier — a deterministic hash of the LEI where one exists, else a ULID. Stable across rebuilds, which is what lets it be a public, citable identifier.
period_enddaterequiredTHE EFFECTIVE DATE — the last day of the fiscal period the value describes. Filtering a backtest on this alone leaks: the number was not knowable until it was published.
metric_codestringrequiredWhich metric this is, from the documented metric library.
metric_valuedecimaloptionalThe computed metric value.
formula_versionstringrequiredVersion of the formula applied, so a historical number stays reproducible.
input_refsstringoptionalReferences to the exact observations consumed, as a JSON structure.
observed_atdatetimerequiredWhen Certvas itself observed this value. Never a proxy for publication date.
source_refstringrequiredURL or document-hash pointer into the immutable raw archive.
license_classstringrequiredLicense Register ID governing redistribution of THIS row. Per-row rather than per-table because a single table legitimately mixes sources with different terms.
valid_fromdaterequiredStart of the interval over which this assertion holds.
valid_todateoptionalEnd of the validity interval; NULL means current. Half-open, so `valid_from <= t < valid_to` selects without double-counting the boundary.