{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Assurance Initiative: An Assurance Initiative is an Initiative designed to uphold operational trustworthiness by mitigating Risks, countering threats, and complying with regulatory requirements. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 299e895568488eb3 where -- ========== Assurance Initiative open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import d321c226601262ae public -- Enduring Initiative postulate AssuranceInitiative : ClassOfBoundedIndividual postulate -- AssuranceInitiative is subTypeOf EnduringInitiative st-299e8e096848935a : AssuranceInitiative ⊏⋆ₑ EnduringInitiative -- == Relationships =======================