Skip to main content
Contents
13 min read

Reference

Glossary

Use one canonical registry for product identity, data, research, evidence, AI, operational, and Live terms—and for distinctions that must never be collapsed.

App path

  • Docs -> Reference -> Glossary

How to use this glossary

This is the canonical public vocabulary for the Arizmic workstation. Product labels use title case when they name a surface or object—Study, Run Output, Prepared Data—and ordinary sentence case when they describe the general concept.

Definitions describe the current contract, not a marketing approximation. If a term has a narrower capability or evidence boundary, that boundary is part of its meaning.

Core identity and lineage

TermCanonical meaning
Stable IDThe durable identifier for one logical object across immutable versions. A name or table position is not a stable ID.
VersionAn immutable semantic snapshot of an object. Changing functional content creates a new version; display metadata may have a separate lifecycle.
Functional identityA digest derived from fields that change execution or research meaning, such as Strategy rules, parameter values, Portfolio policy, or data mapping.
Presentation metadataLabels, groups, descriptions, layout preferences, and other organization fields that do not change functional execution identity unless the owning contract says otherwise.
LineageThe exact chain of source identities, versions, transformations, requests, jobs, and outputs that produced an object or fact.
ProvenanceRecorded origin and custody facts: source, application/adapter revision, import/build/install event, checksums, and operator authorization. Provenance supports review; it does not by itself prove correctness.
Fingerprint / digest / hashA deterministic identity or integrity value calculated from specified content. Equality matters only when the same schema and calculation contract are used.
LatestThe currently selected catalog version. It is a convenience, not a reproducible reference. Consequential workflows pin an exact version.
SnapshotA retained point-in-time record. A snapshot may be immutable, but its presence does not guarantee completeness or external truth.

Data and Instrument terms

TermCanonical meaning
InstrumentThe typed market identity used to interpret prices, quantities, currency, tick/lot rules, multiplier, sessions, and provider-native symbols. A ticker string alone is not complete Instrument identity.
DatasetAn immutable cataloged market-data object with source lineage, canonical schema, Instrument identity, coverage, quality, and checksum facts.
Candidate importA fully written but not yet active Dataset produced by an import job. It must pass review before activation.
ActivationThe explicit operation that makes an accepted candidate Dataset available for downstream selection. Activation does not mutate its rows.
Canonical shapeThe normalized field and ordering contract used after import, such as Bar, Trade/Tick, Quote, or Depth event data.
MappingThe explicit source-column, type, timestamp, unit, side, and Instrument interpretation used to normalize imported records.
Mapping fingerprintThe deterministic identity of an import mapping and its normalization choices. It helps prove that two imports used the same interpretation.
CoverageThe actual usable time interval and relevant row/event extent of a Dataset or Prepared object. Requested coverage and effective common coverage can differ.
SessionA named market-calendar and time-zone rule used to decide eligible intervals. A session label is not interchangeable with raw UTC timestamps.
Prepared DataAn immutable reusable or Study-owned derived data object built for a typed runtime requirement and exact source lineage. It is not a general cache folder.
Prepared kindThe contract describing a Prepared object's shape and intended consumer, such as array, event, replay, multi-series, or depth-oriented data.
Prepared requirement planThe owner-generated list of exact Prepared objects a Study needs, may reuse, or must build for its selected topology and fidelity.
Common executable windowThe intersection of coverage, sessions, warm-up, dependencies, and bindings over which every active input can execute.
Source dataThe bytes or provider records acquired before canonical normalization. Source data and the activated Dataset are separate objects.
Quality findingA typed observation about missing, duplicate, out-of-order, invalid, crossed, stale, or otherwise suspect records. A warning is not automatically a block.

Signal and Strategy terms

TermCanonical meaning
SignalA versioned reusable calculation with declared inputs, parameters, outputs, warm-up, causality, runtime support, and implementation source. A Signal does not make trading decisions.
Signal declarationThe typed public contract for a Signal's identity, inputs, parameters, outputs, warm-up, shapes, and runtime eligibility.
Signal ProgramAn authoritative executable implementation for a program-authored Signal. Plugin-authored Signals retain their plugin source instead.
Signal OutputImmutable columns or events produced by one exact Signal version, parameterization, input binding, window, and Prepared context.
Build OutputA durable job-produced derived output. The term describes an artifact lifecycle; it does not imply the current UI exposes a complete builder or reader for every output type.
StrategyA versioned decision and execution contract defining inputs, parameters, entry/exit logic, position behavior, risk, and required execution semantics.
Strategy IRThe shared typed semantic representation used by Composer, plugins, validation, compile targets, and execution owners. Current Strategy identity begins with sir1:.
ComposerThe visual Strategy authoring surface that creates and inspects Strategy IR. It owns logic authoring, not Study data, parameter search, fidelity, or evidence depth.
Strategy SDKThe code-authoring contract for producing valid Strategy IR and compatible implementation evidence. SDK output still requires owner validation, tests, compilation, and readiness.
Strategy ConfigurationAn immutable set of executable parameter values and related defaults bound to an exact Strategy version. Current Configuration identity begins with scfg1:.
DecisionA Strategy evaluation outcome such as entry, exit, reduction, or no action, produced at a defined decision time from available inputs.
Order intentA typed request derived from a decision and execution policy before risk admission and broker submission. An intent is not an order or fill.
Decision timeThe data time at which Strategy conditions are evaluated. It must remain distinct from order submission and fill time.
Fill timeThe event/bar time and execution rule at which an admitted order receives quantity and price.
CausalityThe guarantee that a calculation or decision uses only information available by its declared decision time. A completed-bar rule cannot consume future bar values.

Portfolio terms

TermCanonical meaning
PortfolioA versioned composition of exact Strategy Configuration occurrences under one allocation, shared-capital, admission, conflict, and risk policy. Current identity begins with pir4:.
Occurrence / composition keyOne independently executing Configuration member inside a Portfolio. The unique composition key keeps repeated uses of the same Configuration distinct.
Priority orderThe deterministic order in which eligible entry intents compete for remaining shared capacity. Priority does not reserve capital.
Fixed weightA ceiling on an occurrence's share of aggregate open-risk and gross-exposure capacity. It is not a cash subaccount, target allocation, or guaranteed fill.
AdmissionThe shared-account evaluation that accepts, clips, rejects, or suppresses an intent under cash, position, risk, exposure, allocation, conflict, Control, and data-evidence rules.
ConflictA same-Instrument or policy collision between concurrently eligible intents. The authored conflict policy determines the outcome.
UnattributedProvider account order or position quantity that cannot be proven to belong to a deployment through retained lineage. It must not be adopted or mutated by resemblance.

Study and optimization terms

TermCanonical meaning
StudyA durable research request binding an exact subject to data, effective window, topology, family, method, fidelity, execution assumptions, evidence depth, objective, and parameter/candidate design.
Solo RunA Study that evaluates one fixed Strategy Configuration and publishes one canonical Run Output when execution and publication succeed.
Grid MatrixExhaustive evaluation of the deduplicated finite Cartesian product of authored parameter choices.
Random MatrixSeeded selection of unique candidates from the same bounded domain.
OptunaAn adaptive Study method that asks for candidates based on its configured sampler and completed trial history. Its exact behavior, pruning, and resume support depend on the selected Study protocol.
TrialOne accounted candidate evaluation attempt. Complete, failed, pruned, and duplicate/replaced outcomes must not be silently collapsed.
CandidateOne exact parameter or Portfolio-policy point in a bounded Study domain. A candidate is not automatically retained or approved.
ObjectiveThe declared metric and direction used to rank candidates. Optimization of an objective does not validate the scientific question.
ConstraintA predeclared feasibility rule evaluated separately from the objective. A field displaying feasible does not prove the current UI authored constraints.
SeedA recorded input to a deterministic pseudorandom selection contract. Same seed helps only when the full protocol and candidate domain are also unchanged.
Walk-forwardA temporal evaluation made of authored train/validation/step/purge/embargo folds. Aggregated fold evidence is not one continuous account path.
HoldoutData withheld from discovery and used under a predeclared evaluation policy. Re-running on the same historical sample is not holdout evidence.
Parameter surfaceRetained candidate performance over a bounded parameter domain. A projection or plateau is descriptive evidence, not a confidence interval.
Cross-asset stabilityEvidence comparing candidate behavior or ranks across separately bound markets under an exact coverage and aggregation contract. It is not automatic generalization proof.

Execution and evidence terms

TermCanonical meaning
Execution fidelityThe event resolution and fill-model contract used to evaluate decisions and orders: currently Bar, Tick/Trade, Quote, or Depth where supported. Higher detail is not automatically more correct without valid data and semantics.
Execution modelThe named rules for order eligibility, timing, fill price/quantity, costs, partial fills, and state transitions within a fidelity.
Evidence depthThe requested amount of retained scientific work around a Result: Summary, Robust Statistics, or Full Scenario Suite where actually supported.
SummaryCore execution and performance evidence for the requested run/study without the extra retained-statistics or scenario program.
Robust StatisticsRetained-path resampling, null, outlier, decomposition, or parameter-neighborhood evidence supported by the exact Study path. It does not silently rerun the Strategy.
Full Scenario SuiteA predeclared same-fidelity Strategy-rerun program across required scenario owners. Retained-only reports do not satisfy it.
Chart OutputA separate retention choice for chart-oriented artifacts. It does not strengthen fidelity or evidence depth.
ParityEquality or tolerance agreement under a declared comparison contract. Cross-fidelity agreement and same-fidelity reproduction are different claims.
Evidence labelA status stating what the retained object supports. It is not a promise of robustness, generalization, deployability, or future profitability.
ApplicabilityWhether an artifact or metric should exist for the exact request. Not Applicable is distinct from zero, missing, blocked, or passed.

Results, artifacts, and operations

TermCanonical meaning
Run OutputThe canonical result for one executed candidate, containing exact lineage, performance, trades/events where retained, evidence, diagnostics, and artifact summaries.
Study ResultThe parent result for a multi-candidate Study, containing protocol/accounting, leaderboard, candidate/surface evidence, retained-output links, and Study-level artifacts.
Portfolio ResultA Portfolio Study parent result with candidate, admission, shared-policy, attribution, risk, and retained Portfolio Run Output lineage.
ArtifactA retained typed output with owner, schema, applicability, status, path/reference, and integrity metadata. An artifact reference is not proof that bytes were verified.
JobA durable queued execution record with exact request snapshot, lifecycle, progress, cancellation, failure, and expected publication identity.
ReceiptA retained record of one requested operation and its accepted, rejected, pending, failed, or completed outcome. Acceptance is not completion.
DiagnosticOperational information explaining phases, resources, warnings, and failures. Diagnostics do not replace missing research evidence.
Trust RecordAudit evidence for an AI operation, including operation, model/provider route, filtered disclosure, status, usage estimate, and output hash. It does not validate the answer.

Live operation terms

TermCanonical meaning
DeploymentA versioned binding of an exact Strategy Configuration to mode, runtime input, connection, account, Instrument, sizing, and risk profile. Saved or validated is not armed.
ShadowManaged evaluation that records decisions and would-submit intents without broker submission. It does not prove order acceptance, fills, or reconciliation.
PaperProvider or internal simulated execution in a non-real-money environment under an exact supported/certified matrix. Paper evidence does not transfer automatically to real operation.
LiveReal-money provider execution for an exact certified provider/environment/account/Instrument/order matrix. The generic mode label does not prove availability.
ArmStart an inactive deployment only after current readiness and risk gates pass. It is a risk-increasing action.
PauseStop new autonomous evaluation/submission for a deployment. Pause does not cancel orders or close positions.
ReconcileCompare durable Arizmic execution state with independent provider reports and snapshots for the exact session/account. Refreshing a page is not reconciliation.
Flatten DeploymentCancel relevant owned working orders, close proven deployment-owned position quantity, and verify the residual through independent provider truth. It leaves Unattributed quantity untouched.
Deployment KillStop the deployment and cancel proven owned working orders. Kill does not close positions.
Unknown outcomeA mutation may have reached an external provider but the response is unavailable. Do not retry until independent state is reconciled.
CertificationRetained, reviewed, scoped, and expiring evidence that an exact provider/adapter/environment/account/Instrument/order/recovery matrix passes required drills. A provider definition or connection test is not certification.

Status words

TermCanonical meaning
AvailableThe requested object or evidence exists and passed the checks required for its reader.
BlockedThe owner determined that a prerequisite, policy, capability, or integrity gate prevents the operation or evidence.
MissingAn expected object or artifact was not found. Missing is not equivalent to an empty valid result.
StaleThe value or evidence is older than the owning freshness policy permits.
MalformedBytes or fields exist but fail their required schema or semantic contract.
Not ApplicableThe exact request does not require this metric, artifact, or workflow.
UnavailableThe capability or value cannot currently be supplied in the selected context. Never coerce it to zero or pass.
DraftAuthored content or configuration not yet accepted by its owning save/validation/review lifecycle.
ValidatedThe owning checks passed for the stated revision and evaluation time. It is not universal approval or a guarantee that volatile state remains current.
PendingAn operation was accepted or started but its required terminal effect is not yet proven.
Succeeded / CompletedThe owning operation reached its defined terminal success condition. Always inspect what that condition covers.

Terms that must remain separate

  • Dataset activation is not Prepared readiness.
  • Prepared Data is not a prerequisite the user must build manually before every Study; the request owner plans reuse and missing builds.
  • A Signal is a calculation; a Strategy owns decisions.
  • Strategy Configuration identity is not Strategy identity.
  • Composer owns logic; Study Design owns data, candidate search, fidelity, and evidence depth.
  • A decision is not an order intent, an intent is not an order, and an order is not a fill.
  • Decision time is not fill time.
  • Chart output is not evidence depth.
  • Robust Statistics are not Full Scenario Suite.
  • Optimization is not holdout evidence.
  • A leaderboard rank is not approval.
  • A Notebook-derived value is not retained engine evidence.
  • A Trust Record is not a correctness certificate.
  • A tested broker connection is not provider certification.
  • Shadow is not Paper; Paper is not real Live.
  • Pause is not Flatten; Kill is not Flatten.
  • Missing, blocked, unavailable, malformed, stale, and Not Applicable are not zero.

Next

Use Results Performance for metric interpretation, Deployments for Live availability terms, and Strategy Study Design for Study lifecycle vocabulary.