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.
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.
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 |
b1) Modeling Value to Stakeholder, this model needs CAUTION when a Value is appreciated by several Stakeholder or associated with multiple assets. | ![]() |
11-b1 |
b2) Modeling Value to Stakeholder, this in-line (teritiary) relationship is better pattern and is recommended | ![]() |
11-b2 |
c) Avoice this kind of Amibiguity/Unintended Coupling | ![]() |
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:
Visualized Schema for Element Value / «Loss» is modeled in JSON format: Value_Loss.json
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
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” |
Any comments, feel free to post to the Discussion Board.