Glossary entry

Decision Object

Glossary entry in Decision states & edges. Definitions, checks, and evidence for Decision Object.

Glossary index

Return to the glossary index.

Explore 13 glossary territories and search 211 terms from one place.

Browse the glossary

Quick takeaways

Normative definition.

Definition

Normative definition. A Decision Object is a versioned, inspectable record that encodes the rules, inputs, thresholds, and authority governing an operational decision.

Decision objects are first-class governance artifacts, not just logic. They must specify ownership, appealability, reversibility, and temporal obligations. Decisions that affect access, status, or rights must be backed by an active decision object.

Minimal JSON schema (governance-grade).

{
  "decision_object_id": "DO-ACCESS-0041",
  "decision_name": "Eligibility Determination",
  "status": "active",
  "owner_role": "Risk Operations",
  "authority": {
    "issuing_body": "Eligibility Committee",
    "delegation_basis": "Policy §4.2"
  },
  "inputs": [
    {"name": "income_verified", "type": "boolean"},
    {"name": "employment_duration_months", "type": "integer"}
  ],
  "decision_logic": {
    "model_type": "ruleset",
    "description": "Income verification + minimum employment duration"
  },
  "outputs": [
    {"value": "approved"},
    {"value": "denied"},
    {"value": "pending_review"}
  ],
  "reversibility": {
    "allowed": true,
    "mechanism": "human_override",
    "reversal_sla_id": "RSLA-002"
  },
  "contestability": {
    "appealable": true,
    "appeal_channel": "formal_request",
    "binding_clock_id": "BC-010"
  },
  "audit": {
    "last_updated": "2026-01-10",
    "version": "1.3.0",
    "change_log_ref": "CH-884"
  }
}

Ethotechnics move. This reframes “the system decided” into “this object did.” Once the object exists, accountability stops being philosophical.

Related concepts

Also tagged: Temporal

Copy citation (APA/BibTeX)

Cite this glossary entry Formats: APA, MLA, Chicago, BibTeX, RIS

Version

v1.1.0

Last updated

Jan 9, 2026

DOI

Pending Zenodo deposit

APA

Ethotechnics Institute Research Team. (2026). Decision Object. Ethotechnics glossary. https://ethotechnics.org/glossary/decision-object

MLA

Ethotechnics Institute Research Team. "Decision Object." Ethotechnics glossary, 2026, https://ethotechnics.org/glossary/decision-object.

Chicago

Ethotechnics Institute Research Team. "Decision Object." Ethotechnics glossary. Jan 9, 2026. https://ethotechnics.org/glossary/decision-object.

BibTeX

@misc{glossary_decision-object,
  title={Decision Object},
  author={Ethotechnics Institute Research Team},
  year={2026},
  howpublished={Ethotechnics glossary},
  url={https://ethotechnics.org/glossary/decision-object},
  version={v1.1.0}
}

RIS

TY  - WEB
TI  - Decision Object
AU  - Ethotechnics Institute Research Team
PY  - 2026
UR  - https://ethotechnics.org/glossary/decision-object
ER  -

Scholarly metadata

Authorship

Contact: research@ethotechnics.org

Publication details

  • Published: Dec 3, 2025
  • Last updated: Jan 9, 2026
  • Version: v1.1.0
  • DOI: Pending Zenodo deposit

License: CC BY-SA 4.0

Credit Ethotechnics Institute, include the term title + version, and link to the glossary permalink.

Archive snapshot: Wayback capture

Changelog

  • v1.1.0 · 2026-01-09 — Expanded scholarly metadata, operational tests, and provenance notes.
  • v1.0.0 · 2025-12-03 — Initial glossary release with stable permalinks.