ArchiMate_SABSA

05 The Motivation Aspect

A quick table shows the ArchiMate notations matching SABSA attributes:

SABSA ArchiMate Notation
Value / Loss / Value Chain Value
Business Attribute / Article / Mandate / Trust Principle
Control Objective / Compliance Objective Goal
Controls* / Exception Requirement
Context of Requirements Meaning
Risk / Impact / Threat / Vulnerability Assessment
Constraint Constraint
Standard / Regulation Representation

* Control is unique in the Security Overlay in that it can extend any base type.

Figure 10: Security Enhanced Motivation Metamodel

5.1 Value & Loss

The “What” column of the SABSA Architecture Matrix acknowledges the business value of assets.

Business Value may be expressed in several forms (financial, legal, brand, social, economic, health & safety) in combination or with others.

This evolution brings it closer to the ArchiMate Specification, which has no element to represent an abstract Asset but instead offers the ability to associate a Value element with any model element.

Figure 11: Modeling Assets using Value

Models containing many Values will have following consideration for reflecting the associated Element name through adopting of a naming conversion:

Figure 11 Diagram Source
a) Simple model, shows the simple association of a Value with a generic eelment, thereby making it as an asset. 11-a 11-a
b1) Modeling Value to Stakeholder, this model needs CAUTION when a Value is appreciated by several Stakeholder or associated with multiple assets. 11-b1 11-b1
b2) Modeling Value to Stakeholder, this in-line (teritiary) relationship is better pattern and is recommended 11-b2 11-b2
c) Avoice this kind of Amibiguity/Unintended Coupling 11-c 11-c

For 11-b2, here is the updated code for diagramming, after checking with PlantUML team:

@startuml
title Figure 11 - b)-2 Modeling Value to Stakeholder (Recommended)

class Stakeholder <<motivation>>
class AssetValue <<motivation>>
class Asset <<element>>

hide <<motivation>> circle
hide <<element>> circle

hide <<motivation>> members
hide <<element>> members

Stakeholder - Asset
AssetValue .. (Stakeholder, Asset)

@enduml

Fullying using Class Diagram notations with the link to the link:

11_b2_1

Table 10: Proposed Value Property Overlay

Visualized Schema for Element Value / «Loss» is modeled in JSON format: Value_Loss.json

5.2 Value Chain

Figure 12: Composition of Value Chain

The Security Overlay also specializes Value into «Value Chain», providing a specific profile for the Strategy elements, Capability and Value Stream.

Detail is to be discussed in Chapter 6.1

Value Chain Properties

5.3 SABSA Business Attributes

Figure 13: SABSA Business Attributes Represented in the ArchiMate Language

SABSA ArchiMate
Business Attributes represent the essential qualities of the Stakeholders’ ideal system, to be promoted, protected, and enhanced in the Target Architecture if the enterprise is to deliver its strategy. Principle elements are defined as “an intended property of a system … a general property that applies to any system in a certain context … motivated by some goal or driver”

5.4 Meaning

5.5 Impact, Threat, Vulnerability, and Risk

5.6 Controls: Objectives, Requirements, and Measures

5.7 Multi-Teired Security

5.8 Regulations and Standards

5.9 Articles, Mandates, and Compliance Objectives

5.10 Control Mechanisms

5.11 Trust



Any comments, feel free to post to the Discussion Board.