Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

...

  • 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 identifier

  • title: Human-readable label

  • description: Detailed summary

  • triggerType: From the Trigger Catalogue

  • dateDetected: 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

triggerID

string (uuid)

Yes

Unique identifier for the trigger

"TRG-EXT-2025-01"

label

string

Yes

Short, human-readable name of the trigger

"New Regulatory Mandate"

description

string

No

Expanded explanation of the trigger's relevance

"Mandate issued by the national regulator requiring compliance with new safety standards"

primaryCategory

string (enum)

Yes

Primary classification of trigger context

"Regulatory_Compliance"

subcategory

string

No

More specific classification within the primary category

"Safety Standards Update"

origin

string (enum)

Yes

Whether the trigger originates from inside or outside the organization

"External"

timeHorizon

string (enum)

No

The temporal nature of the trigger

"Medium_Term"

impactLevel

string (enum)

No

The potential significance of the trigger

"High"

detectionDate

string (date)

No

Date when the trigger was identified

"2025-04-19"

sourceReference

string

No

Reference to source document, report, or authority identifying the trigger

"https://regulator.gov/mandate2025"

relatedTriggers

array of string (uuid)

No

References to other related triggers

["TRG-EXT-2025-02"]

strategicResponseReferences

array of string (uuid)

No

References to related strategicResponseModel artefacts

["SRM-2025-001", "SRM-2025-002"]

...