Table of Contents | ||
---|---|---|
|
...
Regulatory: New or updated legislation or compliance obligations.
Performance Insight: Metrics indicating deviation from expected outcomes.
Risk: Identified operational, financial, or strategic risks.
Opportunity: Market, partnership, or innovation opportunities.
Mandate: Governmental or internal directives.
Stakeholder Need: Explicit demand from a stakeholder or stakeholder group.
Each trigger includes:
triggerID
: Unique identifiertitle
: Human-readable labeldescription
: Detailed summarytriggerType
: From the Trigger CataloguedateDetected
: Date the trigger was recognised
Linking to Rationales
Triggers can lead to multiple Rationales. Each Rationale references the originating trigger and justifies a different response path. This many-to-one structure allows a single trigger to influence several domains. See: Rationale
Example
See https://orthogramic.atlassian.net/wiki/spaces/OM/pages/291242002 for reference cases.
...
See: https://github.com/Orthogramic/Orthogramic_Metamodel
Schema properties
Field | Type | Required | Description | Example |
---|---|---|---|---|
| string (uuid) | Yes | Unique identifier for the trigger | "TRG-EXT-2025-01" |
| string | Yes | Short, human-readable name of the trigger | "New Regulatory Mandate" |
| string | No | Expanded explanation of the trigger's relevance | "Mandate issued by the national regulator requiring compliance with new safety standards" |
| string (enum) | Yes | Primary classification of trigger context | "Regulatory_Compliance" |
| string | No | More specific classification within the primary category | "Safety Standards Update" |
| string (enum) | Yes | Whether the trigger originates from inside or outside the organization | "External" |
| string (enum) | No | The temporal nature of the trigger | "Medium_Term" |
| string (enum) | No | The potential significance of the trigger | "High" |
| string (date) | No | Date when the trigger was identified | "2025-04-19" |
| string | No | Reference to source document, report, or authority identifying the trigger | |
| array of string (uuid) | No | References to other related triggers | ["TRG-EXT-2025-02"] |
| array of string (uuid) | No | References to related | ["SRM-2025-001", "SRM-2025-002"] |
...