{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Operating Risk Type: An Operating Risk Type is a kind of Operational Risk Type that refers to the potential for loss resulting from inadequate or failed internal processes, people, and systems, or from external events. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module f1606adf67d861a5 where -- ========== Operating Risk Type open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 0e55230266f12252 public -- Operational Risk Type postulate OperatingRiskType : ThirdOrderClass postulate -- OperatingRiskType is subTypeOf OperationalRiskType st-f1606b0367d861fc : OperatingRiskType ⊏⋆ₑ OperationalRiskType -- == Relationships =======================