# Metamodel

YouDesign Command (UPMX) extends the ServiceNow Common Services Data Model (CSDM) into a full enterprise portfolio model covering strategy, organisation, value, capability, application, data, technology, AI, work, and architecture. One consistent shape that any ServiceNow admin can manage and extend.

{% hint style="success" %}
**YouDesign Command (UPMX) is 100% aligned with ServiceNow CSDM.** Every record lives in the CMDB. Every relationship is a CI relationship. There is nothing to learn beyond ServiceNow itself.
{% endhint %}

## YouDesign Command Extensions on the ServiceNow CSDM

YouDesign Command's metamodel is the ServiceNow CSDM, extended with the concepts an enterprise portfolio practice needs. The extensions sit inside the ServiceNow scope `x_inpgh_upmx` (UPMX) and inherit from the same Configuration Item base class as CSDM, so they share permissions, audit, discovery, CMDB Health, and Service Graph.

![YouDesign Command extensions on the ServiceNow CSDM](/files/478e8b4eddd58b1ba8ca84412e13dd1209e57021)

### Vocabulary used on this page

| Term             | Also called                          | What it means                                                                                                              |
| ---------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| **Class**        | Table · Object type · Component type | A category of thing in the model. Every class is backed by a ServiceNow table.                                             |
| **Reference**    | One-to-many relationship             | A single-target pointer field. The "many" side stores the foreign key.                                                     |
| **Relationship** | Many-to-many · CI relationship       | A two-way link between two records, stored in `cmdb_rel_ci`. The relationship type carries both forward and reverse verbs. |
| **Hierarchy**    | Self-reference · Parent/child        | A reference from a class to itself, used for tree structures (e.g., capability sub-capabilities).                          |
| **Field**        | Property · Attribute · Column        | A piece of data on a record. Fields added to `x_inpgh_upmx_portfolio_element` are inherited by every sub-class.            |

## YouDesign Command Metamodel

The diagram below shows the relationships that provide a full line of sight across the enterprise. Not every class needs to be used in every architecture practice. The model is broad enough to fit different maturity levels and portfolio scopes.

![YouDesign Command metamodel](/files/338b35ec6a414214f032e1ad7494d57060530de5)

Green shapes are ServiceNow CSDM tables; all other shapes are YouDesign Command extensions. Because the extensions inherit from `cmdb_ci`, the platform treats them as ordinary Configuration Items.

## YouDesign Command BIZBOK Extensions

YouDesign Command adopts BIZBOK-aligned concepts where they add value for enterprise portfolio planning. A small number of BIZBOK concepts are intentionally not implemented because they are redundant with stronger YouDesign Command concepts or with the platform's existing target-state architecture techniques.

![YouDesign Command BIZBOK extensions](/files/5459a37f86583c2553aed8e5ab852f60e7cfdcf1)

### Concepts intentionally not implemented

| BIZBOK concept      | Rationale for not implementing                                                                                                                                          |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Change              | Redundant with Strategy, Initiative, and Project. Superseded by the YouDesign Command target-state architecture techniques (Layer, Segment, and Solution Architecture). |
| Course of Action    | Redundant with the Strategy concept.                                                                                                                                    |
| Capability Behavior | Implementable on a per-customer basis when demand emerges.                                                                                                              |
| Process Outcome     | Redundant with the business-process modelling techniques already supported by YouDesign Command; implementable per-customer when needed.                                |
| Product Entitlement | Implementable on a per-customer basis when demand emerges.                                                                                                              |

***

## How to read the catalog

The sections below list every documented type as its own card. Each card shows the user-facing label, the technical table name in code, a short definition, and the relationships that the relationship picker offers from or to that type.

**Verb notation.** Each relationship is shown as `Forward :: Reverse`. The forward verb reads from this type to the other; the reverse is what the other type says back. For example, `Uses :: Used by → Software Product` reads as "this type Uses Software Product; Software Product is Used by this type."

**Inbound vs. outbound.** Inbound lists the types that point at this one. Outbound lists the types this one points to. When both lists hold the same edges, the card collapses them into a single **bidirectional** block, shown with an `↔` arrow.

**All relationships are many-to-many CI relationships** stored in `cmdb_rel_ci`. None of the listed relationships are one-to-one or one-to-many. References (one-to-many fields) live on the table dictionary and are covered on the **Properties** page, not here.

**Click any type name** in a relationship line to jump to that type's card.

{% hint style="info" %}
**New to the model?** Read [Portfolio Element](#portfolio-element) first (the superclass that every YouDesign Command-specific type extends), then the three CSDM cards ([Business Application](#business-application), [Business Capability](#business-capability), [Information Object](#information-object)), then the [Strategy & Direction](#strategy) and [Capabilities & Processes](#capability) domains under Portfolio Element extensions. Everything else builds on those.
{% endhint %}

***

## ServiceNow CSDM tables used by YouDesign Command

YouDesign Command reuses these ServiceNow CSDM tables for the core business and data concepts so the enterprise model stays aligned with CSDM rather than duplicating it.

### Business Application

`cmdb_ci_business_app`

A Business Application is a logical representation of one or more deployed software product instances that together support a specific business process or capability, regardless of where they physically run.

<details>

<summary>Inbound relationships (47)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [AI Model](#ai-model) → **Depends on :: Used by**
* [AI Model](#ai-model) → **Integrates :: Integrated by**
* [AI Model](#ai-model) → **Uses :: Used by**
* [Building Block](#building-block) → **consists of :: is part of**
* [Business Application](#business-application) → **Exchanges data with :: Exchanges data with**
* [Business Application](#business-application) → **has target :: is target**
* [Business Capability](#business-capability) → **Provided By :: Provides**
* [Business Function](#business-function) → **Uses :: Used by**
* [Capability Instance](#capability-instance) → **Provided By :: Provides**
* [Control](#control) → **impacts :: impacted by**
* [Demand](#demand) → **impacts :: impacted by**
* [Idea](#idea) → **impacts :: impacted by**
* [Information Object](#information-object) → **Creates :: Created by**
* [Information Object](#information-object) → **Deletes :: Deleted by**
* [Information Object](#information-object) → **Reads :: Read by**
* [Information Object](#information-object) → **Updates :: Updated by**
* [Information Object](#information-object) → **Uses :: Used by**
* [Layer Architecture](#layer-architecture) → **impacts :: impacted by**
* [Logical Application](#logical-application) → **Uses :: Used by**
* [Logical Data Object](#logical-data-object) → **requires :: required by**
* [Logical Data Object](#logical-data-object) → **Updates :: Updated by**
* [Logical Interface](#logical-interface) → **Sends Data to :: Receives Data from**
* Mapped Application Service → **has Instance :: is Instance of**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Pattern](#pattern) → **Deploys :: Deployed by**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Process](#process) → **Uses :: Used by**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Deletes :: Deleted by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **impacts :: impacted by**
* Service → **Consumes :: Consumed by**
* Service → **Contains :: Contained by**
* [Solution Architecture](#solution-architecture) → **impacts :: impacted by**
* [Technical Capability](#technical-capability) → **Enables :: Enabled by**
* [Value Stream Stage](#value-stream-stage) → **requires :: required by**

</details>

<details>

<summary>Outbound relationships (52)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Depends on :: Used by** → [AI Model](#ai-model)
* **Integrates :: Integrated by** → [AI Model](#ai-model)
* **Uses :: Used by** → [AI Model](#ai-model)
* **consists of :: is part of** → [Building Block](#building-block)
* **Exchanges data with :: Exchanges data with** → [Business Application](#business-application)
* **has target :: is target** → [Business Application](#business-application)
* **Uses :: Used by** → [Business Function](#business-function)
* **Provided By :: Provides** → [Capability Instance](#capability-instance)
* **Uses :: Used by** → [Component](#component)
* **impacts :: impacted by** → [Control](#control)
* **impacts :: impacted by** → [Demand](#demand)
* **Uses :: Used by** → [Domain](#domain)
* **Uses :: Used by** → [Hardware Product](#hardware-product)
* **impacts :: impacted by** → [Idea](#idea)
* **Creates :: Created by** → [Information Object](#information-object)
* **Deletes :: Deleted by** → [Information Object](#information-object)
* **Reads :: Read by** → [Information Object](#information-object)
* **Updates :: Updated by** → [Information Object](#information-object)
* **Uses :: Used by** → [Information Object](#information-object)
* **impacts :: impacted by** → [Layer Architecture](#layer-architecture)
* **requires :: required by** → [Logical Data Object](#logical-data-object)
* **Updates :: Updated by** → [Logical Data Object](#logical-data-object)
* **Provides :: Provided by** → [Logical Interface](#logical-interface)
* **Sends Data to :: Receives Data from** → [Logical Interface](#logical-interface)
* **has Instance :: is Instance of** → Mapped Application Service
* **Uses :: Used by** → [Microservice](#microservice)
* **Uses :: Used by** → [Mobile Application](#mobile-application)
* **Uses :: Used by** → [Organizational Unit](#organizational-unit)
* **consists of :: is part of** → [Pattern](#pattern)
* **Deploys :: Deployed by** → [Pattern](#pattern)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **Creates :: Created by** → [Project](#project)
* **Deletes :: Deleted by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **impacts :: impacted by** → [Segment Architecture](#segment-architecture)
* **Consumes :: Consumed by** → Service
* **Uses :: Used by** → [Social Media](#social-media)
* **Uses :: Used by** → [Software Product](#software-product)
* **impacts :: impacted by** → [Solution Architecture](#solution-architecture)
* **Enables :: Enabled by** → [Technical Capability](#technical-capability)
* **requires :: required by** → [Value Stream Stage](#value-stream-stage)
* **Uses :: Used by** → [Website](#website)

</details>

### Business Capability

`cmdb_ci_business_capability`

A Business Capability describes what an organisation requires to execute its business model or fulfil its mission. Capabilities are organisational-level skills embedded in people, processes, and technology, independent of the systems that realise them.

<details>

<summary>Inbound relationships (45)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [AI Model](#ai-model) → **Provided By :: Provides**
* [Building Block](#building-block) → **consists of :: is part of**
* [Business Capability](#business-capability) → **Conformant :: Conformant with**
* [Business Capability](#business-capability) → **Fully Conformant :: Fully Conformant with**
* [Business Capability](#business-capability) → **Non-Compliant :: Non-Compliant with**
* [Business Capability](#business-capability) → **Non-Conformant :: Non-Conformant with**
* [Business Event](#business-event) → **impacts :: impacted by**
* [Business Function](#business-function) → **delivered by :: delivers**
* [Business Product](#business-product) → **delivered by :: delivers**
* [Capability Instance](#capability-instance) → **realized by :: realizes**
* [Control](#control) → **impacts :: impacted by**
* [Demand](#demand) → **impacts :: impacted by**
* [Idea](#idea) → **impacts :: impacted by**
* [Information Object](#information-object) → **Creates :: Created by**
* [Information Object](#information-object) → **Reads :: Read by**
* [Information Object](#information-object) → **Updates :: Updated by**
* [Initiative](#initiative) → **impacts :: impacted by**
* [Layer Architecture](#layer-architecture) → **impacts :: impacted by**
* [Objective](#objective) → **has target :: is target**
* [Organizational Unit](#organizational-unit) → **delivered by :: delivers**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Outcome](#outcome) → **Achieves :: Achieved by**
* [Outcome](#outcome) → **requires :: required by**
* [Policy](#policy) → **influences :: is influenced by**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Process](#process) → **is executed by :: executes**
* [Process Activity](#process-activity) → **is executed by :: executes**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **impacts :: impacted by**
* Service → **Provides :: Provided by**
* [Solution Architecture](#solution-architecture) → **impacts :: impacted by**
* [Strategy](#strategy) → **influences :: is influenced by**
* [Technical Capability](#technical-capability) → **requires :: required by**
* [Value Chain](#value-chain) → **delivered by :: delivers**
* [Value Stream Stage](#value-stream-stage) → **Enables :: Enabled by**

</details>

<details>

<summary>Outbound relationships (49)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Provided By :: Provides** → [AI Model](#ai-model)
* **consists of :: is part of** → [Building Block](#building-block)
* **Provided By :: Provides** → [Business Application](#business-application)
* **Conformant :: Conformant with** → [Business Capability](#business-capability)
* **Fully Conformant :: Fully Conformant with** → [Business Capability](#business-capability)
* **Non-Compliant :: Non-Compliant with** → [Business Capability](#business-capability)
* **Non-Conformant :: Non-Conformant with** → [Business Capability](#business-capability)
* **impacts :: impacted by** → [Business Event](#business-event)
* **delivered by :: delivers** → [Business Function](#business-function)
* **delivered by :: delivers** → [Business Product](#business-product)
* **realized by :: realizes** → [Capability Instance](#capability-instance)
* **impacts :: impacted by** → [Control](#control)
* **impacts :: impacted by** → [Demand](#demand)
* **impacts :: impacted by** → [Idea](#idea)
* **Creates :: Created by** → [Information Object](#information-object)
* **Reads :: Read by** → [Information Object](#information-object)
* **Updates :: Updated by** → [Information Object](#information-object)
* **Uses :: Used by** → [Information Object](#information-object)
* **impacts :: impacted by** → [Initiative](#initiative)
* **impacts :: impacted by** → [Layer Architecture](#layer-architecture)
* **Provided By :: Provides** → [Logical Application](#logical-application)
* **has target :: is target** → [Objective](#objective)
* **delivered by :: delivers** → [Organizational Unit](#organizational-unit)
* **Uses :: Used by** → [Organizational Unit](#organizational-unit)
* **Achieves :: Achieved by** → [Outcome](#outcome)
* **requires :: required by** → [Outcome](#outcome)
* **influences :: is influenced by** → [Policy](#policy)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **is executed by :: executes** → [Process](#process)
* **is executed by :: executes** → [Process Activity](#process-activity)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **impacts :: impacted by** → [Segment Architecture](#segment-architecture)
* **Provides :: Provided by** → Service
* **Uses :: Used by** → Service
* **impacts :: impacted by** → [Solution Architecture](#solution-architecture)
* **influences :: is influenced by** → [Strategy](#strategy)
* **requires :: required by** → [Technical Capability](#technical-capability)
* **delivered by :: delivers** → [Value Chain](#value-chain)
* **Enables :: Enabled by** → [Value Stream Stage](#value-stream-stage)

</details>

### Information Object

`cmdb_ci_information_object`

An Information Object is a logical or conceptual representation of a real-world data object, e.g. a Person, Account, Asset, Contract, Order, independent of the systems where it is stored.

<details>

<summary>Inbound relationships (48)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [AI Model](#ai-model) → **Uses :: Used by**
* [Building Block](#building-block) → **consists of :: is part of**
* [Business Application](#business-application) → **Creates :: Created by**
* [Business Application](#business-application) → **Deletes :: Deleted by**
* [Business Application](#business-application) → **Reads :: Read by**
* [Business Application](#business-application) → **Updates :: Updated by**
* [Business Application](#business-application) → **Uses :: Used by**
* [Business Capability](#business-capability) → **Creates :: Created by**
* [Business Capability](#business-capability) → **Reads :: Read by**
* [Business Capability](#business-capability) → **Updates :: Updated by**
* [Business Capability](#business-capability) → **Uses :: Used by**
* [Capability Instance](#capability-instance) → **Creates :: Created by**
* [Capability Instance](#capability-instance) → **Reads :: Read by**
* [Capability Instance](#capability-instance) → **Updates :: Updated by**
* [Capability Instance](#capability-instance) → **Uses :: Used by**
* Configuration file → **Depends on :: Used by**
* [Data Store](#data-store) → **has source-of-record :: is source-of-record**
* [Data Store](#data-store) → **is stored in :: stores**
* Database Catalog → **Depends on :: Used by**
* Exchange MailBox → **Depends on :: Used by**
* File System → **Depends on :: Used by**
* [Logical Data Object](#logical-data-object) → **has Instance :: is Instance of**
* [Logical Interface](#logical-interface) → **Transports :: Transported by**
* Mapped Application Service → **Creates :: Created by**
* Mapped Application Service → **Deletes :: Deleted by**
* Mapped Application Service → **Reads :: Read by**
* Mapped Application Service → **Updates :: Updated by**
* [Physical Interface](#physical-interface) → **Transports :: Transported by**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Process](#process) → **Creates :: Created by**
* [Process](#process) → **Deletes :: Deleted by**
* [Process](#process) → **Reads :: Read by**
* [Process](#process) → **Updates :: Updated by**
* [Process](#process) → **Uses :: Used by**
* [Process Activity](#process-activity) → **Creates :: Created by**
* [Process Activity](#process-activity) → **Deletes :: Deleted by**
* [Process Activity](#process-activity) → **Reads :: Read by**
* [Process Activity](#process-activity) → **Updates :: Updated by**
* [Process Operations](#process-operations) → **Creates :: Created by**
* [Process Operations](#process-operations) → **Deletes :: Deleted by**
* [Process Operations](#process-operations) → **Reads :: Read by**
* [Process Operations](#process-operations) → **Updates :: Updated by**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Stakeholder](#stakeholder) → **defines :: defined by**

</details>

<details>

<summary>Outbound relationships (47)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Uses :: Used by** → [AI Model](#ai-model)
* **consists of :: is part of** → [Building Block](#building-block)
* **Creates :: Created by** → [Business Application](#business-application)
* **Deletes :: Deleted by** → [Business Application](#business-application)
* **Reads :: Read by** → [Business Application](#business-application)
* **Updates :: Updated by** → [Business Application](#business-application)
* **Uses :: Used by** → [Business Application](#business-application)
* **Creates :: Created by** → [Business Capability](#business-capability)
* **Reads :: Read by** → [Business Capability](#business-capability)
* **Updates :: Updated by** → [Business Capability](#business-capability)
* **Creates :: Created by** → [Capability Instance](#capability-instance)
* **Reads :: Read by** → [Capability Instance](#capability-instance)
* **Updates :: Updated by** → [Capability Instance](#capability-instance)
* **Uses :: Used by** → [Capability Instance](#capability-instance)
* **Depends on :: Used by** → Configuration file
* **has source-of-record :: is source-of-record** → [Data Store](#data-store)
* **is stored in :: stores** → [Data Store](#data-store)
* **Depends on :: Used by** → Database Catalog
* **Depends on :: Used by** → Exchange MailBox
* **Depends on :: Used by** → File System
* **has Instance :: is Instance of** → [Logical Data Object](#logical-data-object)
* **Transports :: Transported by** → [Logical Interface](#logical-interface)
* **Creates :: Created by** → Mapped Application Service
* **Deletes :: Deleted by** → Mapped Application Service
* **Reads :: Read by** → Mapped Application Service
* **Updates :: Updated by** → Mapped Application Service
* **Transports :: Transported by** → [Physical Interface](#physical-interface)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **Creates :: Created by** → [Process](#process)
* **Deletes :: Deleted by** → [Process](#process)
* **Reads :: Read by** → [Process](#process)
* **Updates :: Updated by** → [Process](#process)
* **Uses :: Used by** → [Process](#process)
* **Creates :: Created by** → [Process Activity](#process-activity)
* **Deletes :: Deleted by** → [Process Activity](#process-activity)
* **Reads :: Read by** → [Process Activity](#process-activity)
* **Updates :: Updated by** → [Process Activity](#process-activity)
* **Creates :: Created by** → [Process Operations](#process-operations)
* **Deletes :: Deleted by** → [Process Operations](#process-operations)
* **Reads :: Read by** → [Process Operations](#process-operations)
* **Updates :: Updated by** → [Process Operations](#process-operations)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **defines :: defined by** → [Stakeholder](#stakeholder)

</details>

{% hint style="info" %}
**Any ServiceNow table** can be connected to YouDesign Command tables via CI relationships. Anything that already lives in the CMDB is one relationship away.
{% endhint %}

{% hint style="warning" %}
**Legacy tables.** `x_inpgh_upmx_business_application`, `x_inpgh_upmx_business_capability`, and `x_inpgh_upmx_information_object` are technically equivalent to the CSDM tables above and remain supported for existing customers. New implementations should use the CSDM tables.
{% endhint %}

***

## Portfolio Element, the YouDesign Command architectural superclass

Every YouDesign Command-specific object type inherits from `x_inpgh_upmx_portfolio_element`, giving the model a single ownership, lifecycle, scoring, relationship, and reporting foundation.

### Portfolio Element

`x_inpgh_upmx_portfolio_element`

Portfolio Element is the super-class containing all sub-classes e. g. Business Application in UPMX.

<details>

<summary>Connected types (7) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Event](#business-event)
* **Uses :: Used by** ↔ [Organizational Unit](#organizational-unit)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Migrates :: Migrated by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)

</details>

{% hint style="info" %}
**Why a superclass.** Any field added to Portfolio Element is instantly inherited by every sub-table, so ownership, lifecycle, scoring, relationships, and reporting are managed centrally. Once, not per object type.
{% endhint %}

***

## Portfolio Element extensions

These are the primary architectural object types. They are grouped by domain (strategy, organisation, value, capability, performance, application, data, AI, and architecture) so the model can be navigated by concern, not just by table.

### Strategy & Direction

Why the organization changes and how intent becomes measurable direction.

#### Driver

`x_inpgh_upmx_driver`

A driver represents an external or internal influence that motivates an organization to define its goals and implement the changes necessary to achieve them.

<details>

<summary>Connected types (4) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **influences :: is influenced by** ↔ [Goal](#goal)
* **generates :: generated by** ↔ [Market](#market)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

#### Goal

`x_inpgh_upmx_goal`

A Goal is something directional your business aims to be, as described in words. The organizational goals of a company typically focus on its long-range intentions for operating and its overall business philosophy. E.g. “Be the most customer-centric service supplier in Northern Europe.”

<details>

<summary>Connected types (7) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **influences :: is influenced by** ↔ [Driver](#driver)
* **leads to :: led from** ↔ [Goal](#goal)
* **leads to :: led from** ↔ [Mission](#mission)
* **leads to :: led from** ↔ [Objective](#objective)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **leads to :: led from** ↔ [Strategy](#strategy)

</details>

#### Mission

`x_inpgh_upmx_mission`

A Mission is a written declaration of an organization's core purpose and focus that normally remains unchanged over time. Properly crafted mission statements serve as filters to separate what is important from what is not, clearly state which markets will be served and how, and communicate a sense of intended direction to the entire organization.

<details>

<summary>Connected types (3) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **leads to :: led from** ↔ [Goal](#goal)
* **leads to :: led from** ↔ [Vision](#vision)

</details>

#### Objective

`x_inpgh_upmx_objective`

An Objective is a specific target that helps to measure a goal achievement and typically set out in numbers. Objectives need to be Specific, Measurable, Attainable, Relevant and Time-limited (SMART). E.g. Reduce OPEX by 20% by end of 2018.

<details>

<summary>Connected types (16) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **has target :: is target** ↔ [Business Capability](#business-capability)
* **fulfills :: fulfilled by** ↔ [Business Requirement](#business-requirement)
* **has target :: is target** ↔ [Capability Instance](#capability-instance)
* **leads to :: led from** ↔ [Goal](#goal)
* **leads to :: led from** ↔ [Initiative](#initiative)
* **measures :: measured by** ↔ [Metric](#metric)
* **delivered by :: delivers** ↔ [Organizational Unit](#organizational-unit)
* **Owns :: Owned by** ↔ [Organizational Unit](#organizational-unit)
* **influences :: is influenced by** ↔ [Policy](#policy)
* **Implements :: Implemented by** ↔ [Project](#project)
* **is implemented by :: implements** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Achieves :: Achieved by** ↔ [Strategy](#strategy)
* **Enables :: Enabled by** ↔ [Strategy](#strategy)
* **has target :: is target** ↔ [Value Stream](#value-stream)

</details>

#### Policy

`x_inpgh_upmx_policy`

A statement of direction for an organization. A rule that prohibits or prescribes specific actions for given conditions ...

<details>

<summary>Connected types (8) · bidirectional</summary>

* **influences :: is influenced by** ↔ [Business Capability](#business-capability)
* **influences :: is influenced by** ↔ [Capability Instance](#capability-instance)
* **Supports :: is Supported by** ↔ [Layer Architecture](#layer-architecture)
* **influences :: is influenced by** ↔ [Objective](#objective)
* **influences :: is influenced by** ↔ [Organizational Unit](#organizational-unit)
* **Supports :: is Supported by** ↔ [Segment Architecture](#segment-architecture)
* **Supports :: is Supported by** ↔ [Solution Architecture](#solution-architecture)
* **defines :: defined by** ↔ [Stakeholder](#stakeholder)

</details>

#### Principle

`x_inpgh_upmx_principle`

A Principle is a guiding sense of requirements and obligations the organization has conducted. Architecture Principles, Formats and other Guiding Principles can be managed in a hierarchal order.

<details>

<summary>Connected types (71) · bidirectional</summary>

* **consists of :: is part of** ↔ [Building Block](#building-block)
* **Compliant :: Compliant with** ↔ [Business Application](#business-application)
* **Conformant :: Conformant with** ↔ [Business Application](#business-application)
* **Fully Conformant :: Fully Conformant with** ↔ [Business Application](#business-application)
* **Non-Compliant :: Non-Compliant with** ↔ [Business Application](#business-application)
* **Non-Conformant :: Non-Conformant with** ↔ [Business Application](#business-application)
* **Compliant :: Compliant with** ↔ [Business Capability](#business-capability)
* **Conformant :: Conformant with** ↔ [Business Capability](#business-capability)
* **Fully Conformant :: Fully Conformant with** ↔ [Business Capability](#business-capability)
* **Non-Compliant :: Non-Compliant with** ↔ [Business Capability](#business-capability)
* **Non-Conformant :: Non-Conformant with** ↔ [Business Capability](#business-capability)
* **Compliant :: Compliant with** ↔ [Business Product](#business-product)
* **Conformant :: Conformant with** ↔ [Business Product](#business-product)
* **Fully Conformant :: Fully Conformant with** ↔ [Business Product](#business-product)
* **Non-Compliant :: Non-Compliant with** ↔ [Business Product](#business-product)
* **Non-Conformant :: Non-Conformant with** ↔ [Business Product](#business-product)
* **Compliant :: Compliant with** ↔ [Capability Instance](#capability-instance)
* **Conformant :: Conformant with** ↔ [Capability Instance](#capability-instance)
* **Fully Conformant :: Fully Conformant with** ↔ [Capability Instance](#capability-instance)
* **Non-Compliant :: Non-Compliant with** ↔ [Capability Instance](#capability-instance)
* **Non-Conformant :: Non-Conformant with** ↔ [Capability Instance](#capability-instance)
* **Compliant :: Compliant with** ↔ [Hardware Product](#hardware-product)
* **Conformant :: Conformant with** ↔ [Hardware Product](#hardware-product)
* **Fully Conformant :: Fully Conformant with** ↔ [Hardware Product](#hardware-product)
* **Non-Compliant :: Non-Compliant with** ↔ [Hardware Product](#hardware-product)
* **Non-Conformant :: Non-Conformant with** ↔ [Hardware Product](#hardware-product)
* **Compliant :: Compliant with** ↔ [Layer Architecture](#layer-architecture)
* **Conformant :: Conformant with** ↔ [Layer Architecture](#layer-architecture)
* **Fully Conformant :: Fully Conformant with** ↔ [Layer Architecture](#layer-architecture)
* **Non-Compliant :: Non-Compliant with** ↔ [Layer Architecture](#layer-architecture)
* **Non-Conformant :: Non-Conformant with** ↔ [Layer Architecture](#layer-architecture)
* **Compliant :: Compliant with** ↔ [Logical Application](#logical-application)
* **Conformant :: Conformant with** ↔ [Logical Application](#logical-application)
* **Fully Conformant :: Fully Conformant with** ↔ [Logical Application](#logical-application)
* **Non-Compliant :: Non-Compliant with** ↔ [Logical Application](#logical-application)
* **Non-Conformant :: Non-Conformant with** ↔ [Logical Application](#logical-application)
* **Compliant :: Compliant with** ↔ [Pattern](#pattern)
* **Conformant :: Conformant with** ↔ [Pattern](#pattern)
* **Fully Conformant :: Fully Conformant with** ↔ [Pattern](#pattern)
* **Non-Compliant :: Non-Compliant with** ↔ [Pattern](#pattern)
* **Non-Conformant :: Non-Conformant with** ↔ [Pattern](#pattern)
* **Compliant :: Compliant with** ↔ [Process](#process)
* **Conformant :: Conformant with** ↔ [Process](#process)
* **Fully Conformant :: Fully Conformant with** ↔ [Process](#process)
* **Non-Compliant :: Non-Compliant with** ↔ [Process](#process)
* **Non-Conformant :: Non-Conformant with** ↔ [Process](#process)
* **Compliant :: Compliant with** ↔ [Project](#project)
* **Conformant :: Conformant with** ↔ [Project](#project)
* **Fully Conformant :: Fully Conformant with** ↔ [Project](#project)
* **Non-Compliant :: Non-Compliant with** ↔ [Project](#project)
* **Non-Conformant :: Non-Conformant with** ↔ [Project](#project)
* **Compliant :: Compliant with** ↔ [Segment Architecture](#segment-architecture)
* **Conformant :: Conformant with** ↔ [Segment Architecture](#segment-architecture)
* **Fully Conformant :: Fully Conformant with** ↔ [Segment Architecture](#segment-architecture)
* **Non-Compliant :: Non-Compliant with** ↔ [Segment Architecture](#segment-architecture)
* **Non-Conformant :: Non-Conformant with** ↔ [Segment Architecture](#segment-architecture)
* **Compliant :: Compliant with** ↔ Service
* **Conformant :: Conformant with** ↔ Service
* **Fully Conformant :: Fully Conformant with** ↔ Service
* **Non-Compliant :: Non-Compliant with** ↔ Service
* **Non-Conformant :: Non-Conformant with** ↔ Service
* **Compliant :: Compliant with** ↔ [Software Product](#software-product)
* **Conformant :: Conformant with** ↔ [Software Product](#software-product)
* **Fully Conformant :: Fully Conformant with** ↔ [Software Product](#software-product)
* **Non-Compliant :: Non-Compliant with** ↔ [Software Product](#software-product)
* **Non-Conformant :: Non-Conformant with** ↔ [Software Product](#software-product)
* **Compliant :: Compliant with** ↔ [Solution Architecture](#solution-architecture)
* **Conformant :: Conformant with** ↔ [Solution Architecture](#solution-architecture)
* **Fully Conformant :: Fully Conformant with** ↔ [Solution Architecture](#solution-architecture)
* **Non-Compliant :: Non-Compliant with** ↔ [Solution Architecture](#solution-architecture)
* **Non-Conformant :: Non-Conformant with** ↔ [Solution Architecture](#solution-architecture)

</details>

#### Strategy

`x_inpgh_upmx_strategy`

A Strategy describes how the company will achieve its goals and objectives by deploying its scarce resources to gain a sustainable competitive advantage.

<details>

<summary>Connected types (22) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **consists of :: is part of** ↔ [Building Block](#building-block)
* **influences :: is influenced by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Business Product](#business-product)
* **influences :: is influenced by** ↔ [Capability Instance](#capability-instance)
* **Supports :: is Supported by** ↔ [Demand](#demand)
* **leads to :: led from** ↔ [Goal](#goal)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **is implemented by :: implements** ↔ [Initiative](#initiative)
* **influences :: is influenced by** ↔ [Journey](#journey)
* **Supports :: is Supported by** ↔ [Layer Architecture](#layer-architecture)
* **Achieves :: Achieved by** ↔ [Objective](#objective)
* **Enables :: Enabled by** ↔ [Objective](#objective)
* **is implemented by :: implements** ↔ [Program](#program)
* **is implemented by :: implements** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Supports :: is Supported by** ↔ [Segment Architecture](#segment-architecture)
* **Supports :: is Supported by** ↔ [Solution Architecture](#solution-architecture)
* **defines :: defined by** ↔ [Stakeholder](#stakeholder)
* **Owns :: Owned by** ↔ [Stakeholder](#stakeholder)
* **leads to :: led from** ↔ [Strategy](#strategy)
* **influences :: is influenced by** ↔ [Value Stream](#value-stream)

</details>

#### Vision

`x_inpgh_upmx_vision`

A Vision is an aspirational description of what an organization would like to achieve or accomplish if they successfully fulfill their organizational purpose or mission.

<details>

<summary>Connected types (2) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **leads to :: led from** ↔ [Mission](#mission)

</details>

### Organization & Accountability

Who owns, governs, sponsors, performs, or is affected by the portfolio.

#### Actor

`x_inpgh_upmx_actor`

Actors are abstract representations of people, teams, departments, roles and groups.

<details>

<summary>Connected types (46) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Business Application](#business-application)
* **has interest :: has relevance** ↔ [Business Capability](#business-capability)
* **Performs :: Performed by** ↔ [Business Function](#business-function)
* **has interest :: has relevance** ↔ Business Process
* **has interest :: has relevance** ↔ [Business Product](#business-product)
* **has interest :: has relevance** ↔ [Capability Instance](#capability-instance)
* **has interest :: has relevance** ↔ [Channel](#channel)
* **has interest :: has relevance** ↔ [Component](#component)
* **has interest :: has relevance** ↔ [Data Store](#data-store)
* **has interest :: has relevance** ↔ [Domain](#domain)
* **has interest :: has relevance** ↔ [Driver](#driver)
* **has interest :: has relevance** ↔ [Goal](#goal)
* **has interest :: has relevance** ↔ [Hardware Product](#hardware-product)
* **has interest :: has relevance** ↔ [Information Object](#information-object)
* **has interest :: has relevance** ↔ [Initiative](#initiative)
* **has interest :: has relevance** ↔ [Journey](#journey)
* **has interest :: has relevance** ↔ [Logical Interface](#logical-interface)
* **has interest :: has relevance** ↔ Mapped Application Service
* **has interest :: has relevance** ↔ [Market](#market)
* **has interest :: has relevance** ↔ [Microservice](#microservice)
* **has interest :: has relevance** ↔ [Mission](#mission)
* **has interest :: has relevance** ↔ [Mobile Application](#mobile-application)
* **has interest :: has relevance** ↔ [Objective](#objective)
* **has interest :: has relevance** ↔ [Pattern](#pattern)
* **has interest :: has relevance** ↔ [Physical Interface](#physical-interface)
* **has interest :: has relevance** ↔ [Process](#process)
* **has interest :: has relevance** ↔ [Process Activity](#process-activity)
* **has interest :: has relevance** ↔ [Process Category](#process-category)
* **has interest :: has relevance** ↔ [Process Group](#process-group)
* **has interest :: has relevance** ↔ [Process Operations](#process-operations)
* **has interest :: has relevance** ↔ [Process Task](#process-task)
* **has interest :: has relevance** ↔ [Process Workflow](#process-workflow)
* **has interest :: has relevance** ↔ [Program](#program)
* **has interest :: has relevance** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **has interest :: has relevance** ↔ Server
* **has interest :: has relevance** ↔ Service
* **has interest :: has relevance** ↔ [Social Media](#social-media)
* **has interest :: has relevance** ↔ [Software Product](#software-product)
* **has interest :: has relevance** ↔ [Solution Use Case](#solution-use-case)
* **has interest :: has relevance** ↔ [Strategy](#strategy)
* **has interest :: has relevance** ↔ [Technical Capability](#technical-capability)
* **has interest :: has relevance** ↔ [Value Chain](#value-chain)
* **has interest :: has relevance** ↔ [Value Stream](#value-stream)
* **has interest :: has relevance** ↔ [Vision](#vision)
* **has interest :: has relevance** ↔ [Website](#website)

</details>

#### Governance Body

`x_inpgh_upmx_governance_body`

A Governance Body is a committee or group responsible for oversight, decision-making, and policy enforcement.

#### Organizational Unit

`x_inpgh_upmx_organizational_units`

An organizational unit is one of several functions within a company typically structured as a multi-level hierarchy.

<details>

<summary>Inbound relationships (23)</summary>

* [AI Model](#ai-model) → **Owns :: Owned by**
* [AI Model](#ai-model) → **Used by :: Uses**
* [Business Application](#business-application) → **Uses :: Used by**
* [Business Capability](#business-capability) → **delivered by :: delivers**
* [Business Capability](#business-capability) → **Uses :: Used by**
* [Business Function](#business-function) → **Performs :: Performed by**
* [Business Product](#business-product) → **delivered by :: delivers**
* [Business Product](#business-product) → **Owns :: Owned by**
* [Business Product](#business-product) → **Uses :: Used by**
* [Capability Instance](#capability-instance) → **delivered by :: delivers**
* [Capability Instance](#capability-instance) → **Depends on :: Used by**
* [Hardware Product](#hardware-product) → **Uses :: Used by**
* [Idea](#idea) → **impacts :: impacted by**
* [Initiative](#initiative) → **Owns :: Owned by**
* [Initiative](#initiative) → **Performs :: Performed by**
* [Objective](#objective) → **delivered by :: delivers**
* [Objective](#objective) → **Owns :: Owned by**
* [Policy](#policy) → **influences :: is influenced by**
* [Portfolio Element](#portfolio-element) → **Uses :: Used by**
* [Process](#process) → **Depends on :: Used by**
* [Risk](#risk) → **impacts :: impacted by**
* [Software Product](#software-product) → **Uses :: Used by**
* [Stakeholder](#stakeholder) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (31)</summary>

* **Owns :: Owned by** → [AI Model](#ai-model)
* **Used by :: Uses** → [AI Model](#ai-model)
* **Uses :: Used by** → [Business Application](#business-application)
* **delivered by :: delivers** → [Business Capability](#business-capability)
* **Uses :: Used by** → [Business Capability](#business-capability)
* **Performs :: Performed by** → [Business Function](#business-function)
* **delivered by :: delivers** → [Business Product](#business-product)
* **Owns :: Owned by** → [Business Product](#business-product)
* **Uses :: Used by** → [Business Product](#business-product)
* **delivered by :: delivers** → [Capability Instance](#capability-instance)
* **Depends on :: Used by** → [Capability Instance](#capability-instance)
* **Uses :: Used by** → [Hardware Product](#hardware-product)
* **impacts :: impacted by** → [Idea](#idea)
* **Owns :: Owned by** → [Initiative](#initiative)
* **Performs :: Performed by** → [Initiative](#initiative)
* **delivered by :: delivers** → [Objective](#objective)
* **Owns :: Owned by** → [Objective](#objective)
* **influences :: is influenced by** → [Policy](#policy)
* **Uses :: Used by** → [Portfolio Element](#portfolio-element)
* **Uses :: Used by** → [Process](#process)
* **Uses :: Used by** → [Process Activity](#process-activity)
* **Uses :: Used by** → [Process Category](#process-category)
* **Uses :: Used by** → [Process Group](#process-group)
* **Uses :: Used by** → [Process Operations](#process-operations)
* **Uses :: Used by** → [Process Workflow](#process-workflow)
* **impacts :: impacted by** → [Risk](#risk)
* **Uses :: Used by** → [Software Product](#software-product)
* **Uses :: Used by** → [Solution Use Case](#solution-use-case)
* **consists of :: is part of** → [Stakeholder](#stakeholder)
* **Uses :: Used by** → [Value Chain](#value-chain)
* **Uses :: Used by** → [Value Stream](#value-stream)

</details>

#### Stakeholder

`x_inpgh_upmx_stakeholder`

An internal or external individual or organization with a vested interest in achieving value through a particular outcom...

<details>

<summary>Connected types (12) · bidirectional</summary>

* **has target :: is target** ↔ [Business Requirement](#business-requirement)
* **defines :: defined by** ↔ [Information Object](#information-object)
* **consists of :: is part of** ↔ [Journey](#journey)
* **consists of :: is part of** ↔ [Organizational Unit](#organizational-unit)
* **contributes :: contributed by** ↔ [Outcome](#outcome)
* **defines :: defined by** ↔ [Policy](#policy)
* **defines :: defined by** ↔ [Strategy](#strategy)
* **Owns :: Owned by** ↔ [Strategy](#strategy)
* **participates in :: has participant** ↔ [Touchpoint](#touchpoint)
* **desires :: desired by** ↔ [Value Proposition](#value-proposition)
* **triggers :: triggered by** ↔ [Value Stream](#value-stream)
* **participates in :: has participant** ↔ [Value Stream Stage](#value-stream-stage)

</details>

### Market, Product & Value

What value is offered, to whom, and through which market-facing structures.

#### Business Product

`x_inpgh_upmx_business_product`

A Business Product is a good produced by the company for external customers. A Business Product is typically an outcome of a Business Capability or Business Process.

<details>

<summary>Connected types (28) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Contains :: Contained by** ↔ [AI Model](#ai-model)
* **consists of :: is part of** ↔ [Building Block](#building-block)
* **delivered by :: delivers** ↔ [Business Capability](#business-capability)
* **delivered by :: delivers** ↔ [Capability Instance](#capability-instance)
* **distributes :: distributed by** ↔ [Channel](#channel)
* **impacts :: impacted by** ↔ [Control](#control)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **impacts :: impacted by** ↔ [Initiative](#initiative)
* **has target :: is target** ↔ [Market](#market)
* **delivered by :: delivers** ↔ [Organizational Unit](#organizational-unit)
* **Owns :: Owned by** ↔ [Organizational Unit](#organizational-unit)
* **Uses :: Used by** ↔ [Organizational Unit](#organizational-unit)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **delivered by :: delivers** ↔ [Process](#process)
* **Contains :: Contained by** ↔ [Product Line](#product-line)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **impacts :: impacted by** ↔ [Strategy](#strategy)
* **delivered by :: delivers** ↔ [Value Proposition](#value-proposition)

</details>

#### Channel

`x_inpgh_upmx_channel`

Conduit for delivering goods, services, or information.

<details>

<summary>Connected types (6) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **distributes :: distributed by** ↔ [Business Product](#business-product)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **served by :: is serving** ↔ [Market](#market)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

#### Journey

`x_inpgh_upmx_journey`

A Journey represents a series of touch points and interactions with organizations or stakeholders, providing/consuming services and products.

<details>

<summary>Connected types (14) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **consists of :: is part of** ↔ [Building Block](#building-block)
* **impacts :: impacted by** ↔ [Control](#control)
* **has successor :: has predecessor** ↔ [Journey](#journey)
* **Contains :: Contained by** ↔ [Journey Stage](#journey-stage)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Migrates :: Migrated by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **consists of :: is part of** ↔ [Stakeholder](#stakeholder)
* **influences :: is influenced by** ↔ [Strategy](#strategy)
* **Implements :: Implemented by** ↔ [Value Stream](#value-stream)

</details>

#### Journey Stage

`x_inpgh_upmx_journey_stage`

A defined step within an overall customer journey, capturing the customer experience at that particular stage of the jou...

<details>

<summary>Connected types (3) · bidirectional</summary>

* **Contains :: Contained by** ↔ [Journey](#journey)
* **consists of :: is part of** ↔ [Touchpoint](#touchpoint)
* **Enables :: Enabled by** ↔ [Value Stream Stage](#value-stream-stage)

</details>

#### Market

`x_inpgh_upmx_market`

A Market is an actual or nominal place where forces of demand and supply operate, and where buyers and sellers interact (directly or through intermediaries) to trade goods, services, or contracts or instruments, for money or barter.

<details>

<summary>Connected types (8) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **has target :: is target** ↔ [Business Product](#business-product)
* **served by :: is serving** ↔ [Channel](#channel)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **generates :: generated by** ↔ [Driver](#driver)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **segments :: segmented by** ↔ [Market](#market)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

#### Outcome

`x_inpgh_upmx_outcome`

The result that is produced by a business capability, and associated with the delivery of a value item by a value stream...

<details>

<summary>Connected types (7) · bidirectional</summary>

* **Achieves :: Achieved by** ↔ [Business Capability](#business-capability)
* **requires :: required by** ↔ [Business Capability](#business-capability)
* **Achieves :: Achieved by** ↔ [Capability Instance](#capability-instance)
* **requires :: required by** ↔ [Capability Instance](#capability-instance)
* **consists of :: is part of** ↔ [Initiative](#initiative)
* **contributes :: contributed by** ↔ [Stakeholder](#stakeholder)
* **consists of :: is part of** ↔ [Value Item](#value-item)

</details>

#### Product Line

`x_inpgh_upmx_product_line`

An organizing structure used for product management and marketing of a group of related products.

<details>

<summary>Connected types (1) · bidirectional</summary>

* **Contains :: Contained by** ↔ [Business Product](#business-product)

</details>

#### Touchpoint

`x_inpgh_upmx_touchpoint`

The means via which a stakeholder or customer experiences their participation in a customer journey stage.

<details>

<summary>Connected types (3) · bidirectional</summary>

* **consists of :: is part of** ↔ [Journey Stage](#journey-stage)
* **participates in :: has participant** ↔ [Stakeholder](#stakeholder)
* **delivered by :: delivers** ↔ [Value Item](#value-item)

</details>

#### Value Chain

`x_inpgh_upmx_value_chain`

A Value Chain is the whole series of activities that create and build value at every step.

<details>

<summary>Inbound relationships (9)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Capability](#business-capability) → **delivered by :: delivers**
* [Capability Instance](#capability-instance) → **delivered by :: delivers**
* [Control](#control) → **impacts :: impacted by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process](#process) → **is part of :: consists of**
* [Risk](#risk) → **impacts :: impacted by**
* [Value Chain](#value-chain) → **has successor :: has predecessor**
* [Value Stream](#value-stream) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (8)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **delivered by :: delivers** → [Business Capability](#business-capability)
* **delivered by :: delivers** → [Capability Instance](#capability-instance)
* **impacts :: impacted by** → [Control](#control)
* **is part of :: consists of** → [Process](#process)
* **impacts :: impacted by** → [Risk](#risk)
* **has successor :: has predecessor** → [Value Chain](#value-chain)
* **consists of :: is part of** → [Value Stream](#value-stream)

</details>

#### Value Item

`x_inpgh_upmx_value_item`

The defined value delivered by a value stream stage. Value items are the entrance and exit criterion for value stream st...

<details>

<summary>Connected types (4) · bidirectional</summary>

* **consists of :: is part of** ↔ [Outcome](#outcome)
* **delivered by :: delivers** ↔ [Touchpoint](#touchpoint)
* **consists of :: is part of** ↔ [Value Proposition](#value-proposition)
* **produces :: produced by** ↔ [Value Stream Stage](#value-stream-stage)

</details>

#### Value Proposition

`x_inpgh_upmx_value_proposition`

The potential benefits, tangible or intangible, exchanged between provider and consumer. Typically the exchange of money...

<details>

<summary>Connected types (4) · bidirectional</summary>

* **delivered by :: delivers** ↔ [Business Product](#business-product)
* **desires :: desired by** ↔ [Stakeholder](#stakeholder)
* **consists of :: is part of** ↔ [Value Item](#value-item)
* **delivered by :: delivers** ↔ [Value Stream](#value-stream)

</details>

#### Value Stream

`x_inpgh_upmx_value_stream`

Value Stream Value streams are artifacts within business architecture that allow a business to specify the value proposition derived by an external (e.g., customer) or internal stakeholder from an organization. A value stream depicts the stakeholders initiating and involved in the value stream, the stages that create specific value items, and the value proposition derived from the value stream. The value stream is depicted as an end-to-end collection of value-adding activities that create an overall result for a customer, stakeholder, or end-user.

<details>

<summary>Inbound relationships (22)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Building Block](#building-block) → **consists of :: is part of**
* [Control](#control) → **impacts :: impacted by**
* [Initiative](#initiative) → **impacts :: impacted by**
* [Journey](#journey) → **Implements :: Implemented by**
* [KPI](#kpi) → **requires :: required by**
* [KRI](#kri) → **requires :: required by**
* [Objective](#objective) → **has target :: is target**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [PPI](#ppi) → **requires :: required by**
* [Process Activity](#process-activity) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Stakeholder](#stakeholder) → **triggers :: triggered by**
* [Strategy](#strategy) → **influences :: is influenced by**
* [Value Chain](#value-chain) → **consists of :: is part of**
* [Value Proposition](#value-proposition) → **delivered by :: delivers**
* [Value Stream Stage](#value-stream-stage) → **Contains :: Contained by**

</details>

<details>

<summary>Outbound relationships (21)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Building Block](#building-block)
* **impacts :: impacted by** → [Control](#control)
* **impacts :: impacted by** → [Initiative](#initiative)
* **Implements :: Implemented by** → [Journey](#journey)
* **requires :: required by** → [KPI](#kpi)
* **requires :: required by** → [KRI](#kri)
* **has target :: is target** → [Objective](#objective)
* **requires :: required by** → [PPI](#ppi)
* **consists of :: is part of** → [Process Activity](#process-activity)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **triggers :: triggered by** → [Stakeholder](#stakeholder)
* **influences :: is influenced by** → [Strategy](#strategy)
* **consists of :: is part of** → [Value Chain](#value-chain)
* **delivered by :: delivers** → [Value Proposition](#value-proposition)
* **Contains :: Contained by** → [Value Stream Stage](#value-stream-stage)

</details>

#### Value Stream Stage

`x_inpgh_upmx_value_stream_stage`

A defined step within a value stream that delivers a value item, which accrues toward the overall value proposition desi...

<details>

<summary>Connected types (10) · bidirectional</summary>

* **requires :: required by** ↔ [Business Application](#business-application)
* **Enables :: Enabled by** ↔ [Business Capability](#business-capability)
* **defines :: defined by** ↔ [Business Requirement](#business-requirement)
* **Enables :: Enabled by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Initiative](#initiative)
* **Enables :: Enabled by** ↔ [Journey Stage](#journey-stage)
* **is executed by :: executes** ↔ [Process](#process)
* **participates in :: has participant** ↔ [Stakeholder](#stakeholder)
* **produces :: produced by** ↔ [Value Item](#value-item)
* **Contains :: Contained by** ↔ [Value Stream](#value-stream)

</details>

### Capabilities & Processes

What the business must be able to do and how that work is operationalized.

#### Business Event

`x_inpgh_upmx_business_event`

A business event is a threat, opportunity, or significant change trigger that requires the organisation to respond, adapt operations, or make an architecture decision.

<details>

<summary>Connected types (3) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Portfolio Element](#portfolio-element)

</details>

#### Business Function

`x_inpgh_upmx_business_function`

Business Functions are a set of activities performed by roles or organizational units in the business, producing a defined output and typically grouped based on required skills or resources.

<details>

<summary>Connected types (8) · bidirectional</summary>

* **Performs :: Performed by** ↔ [Actor](#actor)
* **Provided By :: Provides** ↔ [AI Model](#ai-model)
* **Uses :: Used by** ↔ [Business Application](#business-application)
* **delivered by :: delivers** ↔ [Business Capability](#business-capability)
* **delivered by :: delivers** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **Performs :: Performed by** ↔ [Organizational Unit](#organizational-unit)

</details>

#### Business Requirement

`x_inpgh_upmx_requirement`

A need that an organization must have satisfied in order to solve a problem or meet an objective of a stakeholder or ful...

<details>

<summary>Connected types (6) · bidirectional</summary>

* **requires :: required by** ↔ [AI Model](#ai-model)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **consists of :: is part of** ↔ [Initiative](#initiative)
* **fulfills :: fulfilled by** ↔ [Objective](#objective)
* **has target :: is target** ↔ [Stakeholder](#stakeholder)
* **defines :: defined by** ↔ [Value Stream Stage](#value-stream-stage)

</details>

#### Capability Instance

`x_inpgh_upmx_capability_instance`

A Capability Instance is a specific instantiation of a business capability within an organizational context.

<details>

<summary>Connected types (49) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Provided By :: Provides** ↔ [AI Model](#ai-model)
* **consists of :: is part of** ↔ [Building Block](#building-block)
* **Provided By :: Provides** ↔ [Business Application](#business-application)
* **realized by :: realizes** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Business Event](#business-event)
* **delivered by :: delivers** ↔ [Business Function](#business-function)
* **delivered by :: delivers** ↔ [Business Product](#business-product)
* **Conformant :: Conformant with** ↔ [Capability Instance](#capability-instance)
* **Fully Conformant :: Fully Conformant with** ↔ [Capability Instance](#capability-instance)
* **Non-Compliant :: Non-Compliant with** ↔ [Capability Instance](#capability-instance)
* **Non-Conformant :: Non-Conformant with** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Control](#control)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **impacts :: impacted by** ↔ [Idea](#idea)
* **Creates :: Created by** ↔ [Information Object](#information-object)
* **Reads :: Read by** ↔ [Information Object](#information-object)
* **Updates :: Updated by** ↔ [Information Object](#information-object)
* **Uses :: Used by** ↔ [Information Object](#information-object)
* **impacts :: impacted by** ↔ [Initiative](#initiative)
* **impacts :: impacted by** ↔ [Layer Architecture](#layer-architecture)
* **Provided By :: Provides** ↔ [Logical Application](#logical-application)
* **has target :: is target** ↔ [Objective](#objective)
* **delivered by :: delivers** ↔ [Organizational Unit](#organizational-unit)
* **Depends on :: Used by** ↔ [Organizational Unit](#organizational-unit)
* **Achieves :: Achieved by** ↔ [Outcome](#outcome)
* **requires :: required by** ↔ [Outcome](#outcome)
* **influences :: is influenced by** ↔ [Policy](#policy)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **is executed by :: executes** ↔ [Process](#process)
* **is executed by :: executes** ↔ [Process Activity](#process-activity)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **impacts :: impacted by** ↔ [Segment Architecture](#segment-architecture)
* **Provides :: Provided by** ↔ Service
* **Uses :: Used by** ↔ Service
* **impacts :: impacted by** ↔ [Solution Architecture](#solution-architecture)
* **influences :: is influenced by** ↔ [Strategy](#strategy)
* **requires :: required by** ↔ [Technical Capability](#technical-capability)
* **delivered by :: delivers** ↔ [Value Chain](#value-chain)
* **Enables :: Enabled by** ↔ [Value Stream Stage](#value-stream-stage)

</details>

#### Control

`x_inpgh_upmx_control`

Controls are engineering mechanisms that uses continuous monitoring of operational variables e.g. pressure, temperature etc. to reach product output specifications and objectives.

<details>

<summary>Connected types (16) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ Business Process
* **impacts :: impacted by** ↔ [Business Product](#business-product)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Journey](#journey)
* **impacts :: impacted by** ↔ [Process](#process)
* **impacts :: impacted by** ↔ [Process Activity](#process-activity)
* **impacts :: impacted by** ↔ [Process Category](#process-category)
* **impacts :: impacted by** ↔ [Process Group](#process-group)
* **impacts :: impacted by** ↔ [Process Operations](#process-operations)
* **impacts :: impacted by** ↔ [Process Task](#process-task)
* **impacts :: impacted by** ↔ [Process Workflow](#process-workflow)
* **impacts :: impacted by** ↔ [Solution Use Case](#solution-use-case)
* **impacts :: impacted by** ↔ [Value Chain](#value-chain)
* **impacts :: impacted by** ↔ [Value Stream](#value-stream)

</details>

#### Process

`x_inpgh_upmx_process`

A Process is an activity or set of activities that provides a specific business capability. Typically, a process produce a specific service or product.

<details>

<summary>Inbound relationships (31)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Building Block](#building-block) → **consists of :: is part of**
* [Business Capability](#business-capability) → **is executed by :: executes**
* [Business Product](#business-product) → **delivered by :: delivers**
* [Capability Instance](#capability-instance) → **is executed by :: executes**
* [Control](#control) → **impacts :: impacted by**
* [Information Object](#information-object) → **Creates :: Created by**
* [Information Object](#information-object) → **Deletes :: Deleted by**
* [Information Object](#information-object) → **Reads :: Read by**
* [Information Object](#information-object) → **Updates :: Updated by**
* [Information Object](#information-object) → **Uses :: Used by**
* [Layer Architecture](#layer-architecture) → **impacts :: impacted by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Process](#process) → **has successor :: has predecessor**
* [Process Activity](#process-activity) → **consists of :: is part of**
* [Process Group](#process-group) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **impacts :: impacted by**
* [Solution Architecture](#solution-architecture) → **impacts :: impacted by**
* [Value Chain](#value-chain) → **is part of :: consists of**
* [Value Stream Stage](#value-stream-stage) → **is executed by :: executes**

</details>

<details>

<summary>Outbound relationships (34)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Building Block](#building-block)
* **Uses :: Used by** → [Business Application](#business-application)
* **is executed by :: executes** → [Business Capability](#business-capability)
* **delivered by :: delivers** → [Business Product](#business-product)
* **is executed by :: executes** → [Capability Instance](#capability-instance)
* **impacts :: impacted by** → [Control](#control)
* **Creates :: Created by** → [Information Object](#information-object)
* **Deletes :: Deleted by** → [Information Object](#information-object)
* **Reads :: Read by** → [Information Object](#information-object)
* **Updates :: Updated by** → [Information Object](#information-object)
* **Uses :: Used by** → [Information Object](#information-object)
* **impacts :: impacted by** → [Layer Architecture](#layer-architecture)
* **Depends on :: Used by** → [Organizational Unit](#organizational-unit)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **has successor :: has predecessor** → [Process](#process)
* **consists of :: is part of** → [Process Activity](#process-activity)
* **consists of :: is part of** → [Process Group](#process-group)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **impacts :: impacted by** → [Segment Architecture](#segment-architecture)
* **Provides :: Provided by** → Service
* **Uses :: Used by** → Service
* **impacts :: impacted by** → [Solution Architecture](#solution-architecture)
* **is part of :: consists of** → [Value Chain](#value-chain)
* **is executed by :: executes** → [Value Stream Stage](#value-stream-stage)

</details>

#### Process Activity

`x_inpgh_upmx_process_activity`

A Process Activity is also referred to as sub-processes with execution on divisional, business line, local or regional levels.

<details>

<summary>Inbound relationships (20)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [AI Model](#ai-model) → **Uses :: Used by**
* [Business Capability](#business-capability) → **is executed by :: executes**
* [Capability Instance](#capability-instance) → **is executed by :: executes**
* [Control](#control) → **impacts :: impacted by**
* [Information Object](#information-object) → **Creates :: Created by**
* [Information Object](#information-object) → **Deletes :: Deleted by**
* [Information Object](#information-object) → **Reads :: Read by**
* [Information Object](#information-object) → **Updates :: Updated by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process](#process) → **consists of :: is part of**
* [Process Task](#process-task) → **consists of :: is part of**
* [Process Workflow](#process-workflow) → **Implements :: Implemented by**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Value Stream](#value-stream) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (19)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Uses :: Used by** → [AI Model](#ai-model)
* **is executed by :: executes** → [Business Capability](#business-capability)
* **is executed by :: executes** → [Capability Instance](#capability-instance)
* **impacts :: impacted by** → [Control](#control)
* **Creates :: Created by** → [Information Object](#information-object)
* **Deletes :: Deleted by** → [Information Object](#information-object)
* **Reads :: Read by** → [Information Object](#information-object)
* **Updates :: Updated by** → [Information Object](#information-object)
* **consists of :: is part of** → [Process](#process)
* **consists of :: is part of** → [Process Task](#process-task)
* **Implements :: Implemented by** → [Process Workflow](#process-workflow)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Value Stream](#value-stream)

</details>

#### Process Category

`x_inpgh_upmx_process_category`

Process Categories are used by industry frameworks to classify processes by area. Process Categories can be replaced by top-level Business Capabilities.

<details>

<summary>Inbound relationships (10)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Control](#control) → **impacts :: impacted by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process Group](#process-group) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**

</details>

<details>

<summary>Outbound relationships (9)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **impacts :: impacted by** → [Control](#control)
* **consists of :: is part of** → [Process Group](#process-group)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)

</details>

#### Process Group

`x_inpgh_upmx_process_group`

Process Groups are groupings of related processes that are applicable across operational hierarchies and silos. Process Groups can be replaced by top-level Business Capabilities.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Control](#control) → **impacts :: impacted by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process](#process) → **consists of :: is part of**
* [Process Category](#process-category) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**

</details>

<details>

<summary>Outbound relationships (10)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **impacts :: impacted by** → [Control](#control)
* **consists of :: is part of** → [Process](#process)
* **consists of :: is part of** → [Process Category](#process-category)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)

</details>

#### Process Operations

`x_inpgh_upmx_process_operations`

Process Operations are technical calls to technology components, or non-technical work performed manually by a person.

<details>

<summary>Inbound relationships (16)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Control](#control) → **impacts :: impacted by**
* [Information Object](#information-object) → **Creates :: Created by**
* [Information Object](#information-object) → **Deletes :: Deleted by**
* [Information Object](#information-object) → **Reads :: Read by**
* [Information Object](#information-object) → **Updates :: Updated by**
* [Measure](#measure) → **measures :: measured by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process Task](#process-task) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (15)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **impacts :: impacted by** → [Control](#control)
* **Creates :: Created by** → [Information Object](#information-object)
* **Deletes :: Deleted by** → [Information Object](#information-object)
* **Reads :: Read by** → [Information Object](#information-object)
* **Updates :: Updated by** → [Information Object](#information-object)
* **measures :: measured by** → [Measure](#measure)
* **consists of :: is part of** → [Process Task](#process-task)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Process Task

`x_inpgh_upmx_process_task`

Process Tasks are technical tasks executed on application level, or non-technical tasks performed by people.

<details>

<summary>Connected types (15) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Uses :: Used by** ↔ [AI Model](#ai-model)
* **impacts :: impacted by** ↔ [Control](#control)
* **measures :: measured by** ↔ [Measure](#measure)
* **measures :: measured by** ↔ [Metric](#metric)
* **consists of :: is part of** ↔ [Process Activity](#process-activity)
* **consists of :: is part of** ↔ [Process Operations](#process-operations)
* **consists of :: is part of** ↔ [Process Workflow](#process-workflow)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Migrates :: Migrated by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Implements :: Implemented by** ↔ [Solution Use Case](#solution-use-case)

</details>

#### Process Workflow

`x_inpgh_upmx_process_workflow`

A Process Workflow consists of multiple Process Tasks in order to implement a Process Activity.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Control](#control) → **impacts :: impacted by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Process Activity](#process-activity) → **Implements :: Implemented by**
* [Process Task](#process-task) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**

</details>

<details>

<summary>Outbound relationships (10)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **impacts :: impacted by** → [Control](#control)
* **Implements :: Implemented by** → [Process Activity](#process-activity)
* **consists of :: is part of** → [Process Task](#process-task)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)

</details>

### Performance, Risk & Investment

How value, risk, delivery, and portfolio movement are measured and governed.

#### Demand

`x_inpgh_upmx_demand`

A Demand represents a request or need for resources, services, or capabilities from the organization.

<details>

<summary>Connected types (17) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Business Function](#business-function)
* **impacts :: impacted by** ↔ Business Process
* **impacts :: impacted by** ↔ [Business Requirement](#business-requirement)
* **impacts :: impacted by** ↔ Business Service
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Channel](#channel)
* **generates :: generated by** ↔ [Idea](#idea)
* **impacts :: impacted by** ↔ [Layer Architecture](#layer-architecture)
* **impacts :: impacted by** ↔ [Market](#market)
* **contributes :: contributed by** ↔ [Program](#program)
* **leads to :: led from** ↔ [Project](#project)
* **leads to :: led from** ↔ [Project Task](#project-task)
* **impacts :: impacted by** ↔ [Segment Architecture](#segment-architecture)
* **impacts :: impacted by** ↔ [Solution Architecture](#solution-architecture)
* **Supports :: is Supported by** ↔ [Strategy](#strategy)

</details>

#### Idea

`x_inpgh_upmx_idea`

An Idea captures a concept, innovation, or proposal for evaluation and potential implementation.

<details>

<summary>Connected types (18) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Business Function](#business-function)
* **impacts :: impacted by** ↔ Business Process
* **impacts :: impacted by** ↔ [Business Product](#business-product)
* **impacts :: impacted by** ↔ Business Service
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Channel](#channel)
* **generates :: generated by** ↔ [Demand](#demand)
* **Supports :: is Supported by** ↔ [Initiative](#initiative)
* **contributes :: contributed by** ↔ [Layer Architecture](#layer-architecture)
* **impacts :: impacted by** ↔ [Market](#market)
* **impacts :: impacted by** ↔ [Organizational Unit](#organizational-unit)
* **contributes :: contributed by** ↔ [Program](#program)
* **leads to :: led from** ↔ [Project](#project)
* **contributes :: contributed by** ↔ [Segment Architecture](#segment-architecture)
* **contributes :: contributed by** ↔ [Solution Architecture](#solution-architecture)
* **impacts :: impacted by** ↔ [Strategy](#strategy)

</details>

#### Initiative

`x_inpgh_upmx_initiative`

Initiatives are collections of finite-duration discretionary projects and programs, outside of the organization's day-to-day operational activities, that are designed to help the organization achieve its targeted performance.

<details>

<summary>Connected types (20) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **consists of :: is part of** ↔ [Building Block](#building-block)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Business Product](#business-product)
* **consists of :: is part of** ↔ [Business Requirement](#business-requirement)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **Supports :: is Supported by** ↔ [Idea](#idea)
* **Supports :: is Supported by** ↔ [Layer Architecture](#layer-architecture)
* **leads to :: led from** ↔ [Objective](#objective)
* **Owns :: Owned by** ↔ [Organizational Unit](#organizational-unit)
* **Performs :: Performed by** ↔ [Organizational Unit](#organizational-unit)
* **consists of :: is part of** ↔ [Outcome](#outcome)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **is implemented by :: implements** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Supports :: is Supported by** ↔ [Segment Architecture](#segment-architecture)
* **Supports :: is Supported by** ↔ [Solution Architecture](#solution-architecture)
* **is implemented by :: implements** ↔ [Strategy](#strategy)
* **impacts :: impacted by** ↔ [Value Stream](#value-stream)
* **impacts :: impacted by** ↔ [Value Stream Stage](#value-stream-stage)

</details>

#### KPI

`x_inpgh_upmx_kpi`

A Key Performance Indicator (KPI) is used to measure and evaluate the success of an organization or of a particular activity (such as projects, programs, products and other initiatives) in which it engages.

<details>

<summary>Connected types (2) · bidirectional</summary>

* **consists of :: is part of** ↔ [Metric](#metric)
* **requires :: required by** ↔ [Value Stream](#value-stream)

</details>

#### KRI

`x_inpgh_upmx_kri`

A Key Risk Indicator (KRI) is a measure used in management to indicate how risky an activity is. Key risk indicators are metrics used by organizations to provide an early signal of increasing risk exposures in various areas of the enterprise. It differs from a key performance indicator (KPI) in that the latter is meant as a measure of how well something is being done while the former is an indicator of the possibility of future adverse impact. KRI give an early warning to identify potential event that may harm continuity of the activity/project.

<details>

<summary>Connected types (2) · bidirectional</summary>

* **consists of :: is part of** ↔ [Metric](#metric)
* **requires :: required by** ↔ [Value Stream](#value-stream)

</details>

#### Measure

`x_inpgh_upmx_measure`

A Measure is used to specify the measurement type to track key performance indicators and metrics by e.g. percentage, number, currency, activity, process etc. usually on an ongoing basis, to determine success or alignment with objectives and goals.

<details>

<summary>Connected types (3) · bidirectional</summary>

* **consists of :: is part of** ↔ [Metric](#metric)
* **measures :: measured by** ↔ [Process Operations](#process-operations)
* **measures :: measured by** ↔ [Process Task](#process-task)

</details>

#### Metric

`x_inpgh_upmx_metric`

Metrics track and provide data on your organization's processes and procedures but are not the most important metrics your organization needs to measure, monitor, and perform against to make progress against your strategic plan. E.g. organic inbound website traffic. It's important to track this metric as it helps feed your strategy outcome, but it's not a clearly defined KPI related to an outcome. It's just a valuable metric.

<details>

<summary>Connected types (8) · bidirectional</summary>

* **consists of :: is part of** ↔ [KPI](#kpi)
* **consists of :: is part of** ↔ [KRI](#kri)
* **consists of :: is part of** ↔ [Measure](#measure)
* **consists of :: is part of** ↔ [Metric](#metric)
* **measures :: measured by** ↔ [Objective](#objective)
* **consists of :: is part of** ↔ [PPI](#ppi)
* **measures :: measured by** ↔ [Process Task](#process-task)
* **measures :: measured by** ↔ [Risk](#risk)

</details>

#### PPI

`x_inpgh_upmx_ppi`

Process Performance Indicators (PPI) represent a measurement of the achievement of strategic and operational goals that a company wants to achieve on a process level.

<details>

<summary>Connected types (2) · bidirectional</summary>

* **consists of :: is part of** ↔ [Metric](#metric)
* **requires :: required by** ↔ [Value Stream](#value-stream)

</details>

#### Program

`x_inpgh_upmx_program`

A Program is a collection of Projects.

<details>

<summary>Connected types (7) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **contributes :: contributed by** ↔ [Demand](#demand)
* **contributes :: contributed by** ↔ [Idea](#idea)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **Governs :: Governed by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **is implemented by :: implements** ↔ [Strategy](#strategy)

</details>

#### Project

`x_inpgh_upmx_project`

Projects are planned set of interrelated tasks to be executed over a fixed period and within certain cost and other limitations. It is a major undertaking, especially one involving considerable money, personnel, and equipment.

<details>

<summary>Connected types (165) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Creates :: Created by** ↔ [Business Application](#business-application)
* **Deletes :: Deleted by** ↔ [Business Application](#business-application)
* **Introduces :: Introduced by** ↔ [Business Application](#business-application)
* **Migrates :: Migrated by** ↔ [Business Application](#business-application)
* **Removes :: Removed by** ↔ [Business Application](#business-application)
* **Updates :: Updated by** ↔ [Business Application](#business-application)
* **Creates :: Created by** ↔ [Business Capability](#business-capability)
* **Introduces :: Introduced by** ↔ [Business Capability](#business-capability)
* **Removes :: Removed by** ↔ [Business Capability](#business-capability)
* **Updates :: Updated by** ↔ [Business Capability](#business-capability)
* **Creates :: Created by** ↔ Business Process
* **Introduces :: Introduced by** ↔ Business Process
* **Removes :: Removed by** ↔ Business Process
* **Updates :: Updated by** ↔ Business Process
* **Creates :: Created by** ↔ [Business Product](#business-product)
* **Introduces :: Introduced by** ↔ [Business Product](#business-product)
* **Removes :: Removed by** ↔ [Business Product](#business-product)
* **Updates :: Updated by** ↔ [Business Product](#business-product)
* **Creates :: Created by** ↔ [Capability Instance](#capability-instance)
* **Introduces :: Introduced by** ↔ [Capability Instance](#capability-instance)
* **Removes :: Removed by** ↔ [Capability Instance](#capability-instance)
* **Updates :: Updated by** ↔ [Capability Instance](#capability-instance)
* **Creates :: Created by** ↔ [Data Store](#data-store)
* **Introduces :: Introduced by** ↔ [Data Store](#data-store)
* **Removes :: Removed by** ↔ [Data Store](#data-store)
* **Updates :: Updated by** ↔ [Data Store](#data-store)
* **Creates :: Created by** ↔ Database
* **Introduces :: Introduced by** ↔ Database
* **Migrates :: Migrated by** ↔ Database
* **Updates :: Updated by** ↔ Database
* **leads to :: led from** ↔ [Demand](#demand)
* **Creates :: Created by** ↔ [Domain](#domain)
* **Introduces :: Introduced by** ↔ [Domain](#domain)
* **Migrates :: Migrated by** ↔ [Domain](#domain)
* **Removes :: Removed by** ↔ [Domain](#domain)
* **Updates :: Updated by** ↔ [Domain](#domain)
* **Introduces :: Introduced by** ↔ [Hardware Product](#hardware-product)
* **Migrates :: Migrated by** ↔ [Hardware Product](#hardware-product)
* **Removes :: Removed by** ↔ [Hardware Product](#hardware-product)
* **Updates :: Updated by** ↔ [Hardware Product](#hardware-product)
* **leads to :: led from** ↔ [Idea](#idea)
* **Creates :: Created by** ↔ [Information Object](#information-object)
* **Introduces :: Introduced by** ↔ [Information Object](#information-object)
* **Removes :: Removed by** ↔ [Information Object](#information-object)
* **Updates :: Updated by** ↔ [Information Object](#information-object)
* **is implemented by :: implements** ↔ [Initiative](#initiative)
* **Creates :: Created by** ↔ [Journey](#journey)
* **Introduces :: Introduced by** ↔ [Journey](#journey)
* **Migrates :: Migrated by** ↔ [Journey](#journey)
* **Removes :: Removed by** ↔ [Journey](#journey)
* **Updates :: Updated by** ↔ [Journey](#journey)
* **Supports :: is Supported by** ↔ [Layer Architecture](#layer-architecture)
* **Creates :: Created by** ↔ [Logical Interface](#logical-interface)
* **Introduces :: Introduced by** ↔ [Logical Interface](#logical-interface)
* **Removes :: Removed by** ↔ [Logical Interface](#logical-interface)
* **Updates :: Updated by** ↔ [Logical Interface](#logical-interface)
* **Creates :: Created by** ↔ Mapped Application Service
* **Introduces :: Introduced by** ↔ Mapped Application Service
* **Migrates :: Migrated by** ↔ Mapped Application Service
* **Removes :: Removed by** ↔ Mapped Application Service
* **Updates :: Updated by** ↔ Mapped Application Service
* **Creates :: Created by** ↔ [Microservice](#microservice)
* **Introduces :: Introduced by** ↔ [Microservice](#microservice)
* **Migrates :: Migrated by** ↔ [Microservice](#microservice)
* **Removes :: Removed by** ↔ [Microservice](#microservice)
* **Updates :: Updated by** ↔ [Microservice](#microservice)
* **Creates :: Created by** ↔ [Mobile Application](#mobile-application)
* **Introduces :: Introduced by** ↔ [Mobile Application](#mobile-application)
* **Migrates :: Migrated by** ↔ [Mobile Application](#mobile-application)
* **Removes :: Removed by** ↔ [Mobile Application](#mobile-application)
* **Updates :: Updated by** ↔ [Mobile Application](#mobile-application)
* **Implements :: Implemented by** ↔ [Objective](#objective)
* **is implemented by :: implements** ↔ [Objective](#objective)
* **Creates :: Created by** ↔ [Pattern](#pattern)
* **Introduces :: Introduced by** ↔ [Pattern](#pattern)
* **Updates :: Updated by** ↔ [Pattern](#pattern)
* **Creates :: Created by** ↔ [Physical Interface](#physical-interface)
* **Introduces :: Introduced by** ↔ [Physical Interface](#physical-interface)
* **Migrates :: Migrated by** ↔ [Physical Interface](#physical-interface)
* **Removes :: Removed by** ↔ [Physical Interface](#physical-interface)
* **Updates :: Updated by** ↔ [Physical Interface](#physical-interface)
* **Creates :: Created by** ↔ [Portfolio Element](#portfolio-element)
* **Introduces :: Introduced by** ↔ [Portfolio Element](#portfolio-element)
* **Migrates :: Migrated by** ↔ [Portfolio Element](#portfolio-element)
* **Removes :: Removed by** ↔ [Portfolio Element](#portfolio-element)
* **Updates :: Updated by** ↔ [Portfolio Element](#portfolio-element)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **Creates :: Created by** ↔ [Process](#process)
* **Introduces :: Introduced by** ↔ [Process](#process)
* **Removes :: Removed by** ↔ [Process](#process)
* **Updates :: Updated by** ↔ [Process](#process)
* **Creates :: Created by** ↔ [Process Activity](#process-activity)
* **Introduces :: Introduced by** ↔ [Process Activity](#process-activity)
* **Migrates :: Migrated by** ↔ [Process Activity](#process-activity)
* **Removes :: Removed by** ↔ [Process Activity](#process-activity)
* **Updates :: Updated by** ↔ [Process Activity](#process-activity)
* **Creates :: Created by** ↔ [Process Category](#process-category)
* **Introduces :: Introduced by** ↔ [Process Category](#process-category)
* **Migrates :: Migrated by** ↔ [Process Category](#process-category)
* **Removes :: Removed by** ↔ [Process Category](#process-category)
* **Updates :: Updated by** ↔ [Process Category](#process-category)
* **Creates :: Created by** ↔ [Process Group](#process-group)
* **Introduces :: Introduced by** ↔ [Process Group](#process-group)
* **Migrates :: Migrated by** ↔ [Process Group](#process-group)
* **Removes :: Removed by** ↔ [Process Group](#process-group)
* **Updates :: Updated by** ↔ [Process Group](#process-group)
* **Creates :: Created by** ↔ [Process Operations](#process-operations)
* **Introduces :: Introduced by** ↔ [Process Operations](#process-operations)
* **Migrates :: Migrated by** ↔ [Process Operations](#process-operations)
* **Removes :: Removed by** ↔ [Process Operations](#process-operations)
* **Updates :: Updated by** ↔ [Process Operations](#process-operations)
* **Creates :: Created by** ↔ [Process Task](#process-task)
* **Introduces :: Introduced by** ↔ [Process Task](#process-task)
* **Migrates :: Migrated by** ↔ [Process Task](#process-task)
* **Removes :: Removed by** ↔ [Process Task](#process-task)
* **Updates :: Updated by** ↔ [Process Task](#process-task)
* **Creates :: Created by** ↔ [Process Workflow](#process-workflow)
* **Introduces :: Introduced by** ↔ [Process Workflow](#process-workflow)
* **Migrates :: Migrated by** ↔ [Process Workflow](#process-workflow)
* **Removes :: Removed by** ↔ [Process Workflow](#process-workflow)
* **Updates :: Updated by** ↔ [Process Workflow](#process-workflow)
* **Governs :: Governed by** ↔ [Program](#program)
* **Depends on :: Used by** ↔ [Project](#project)
* **consists of :: is part of** ↔ [Project Task](#project-task)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Supports :: is Supported by** ↔ [Segment Architecture](#segment-architecture)
* **Creates :: Created by** ↔ Server
* **Introduces :: Introduced by** ↔ Server
* **Updates :: Updated by** ↔ Server
* **Creates :: Created by** ↔ Service
* **Introduces :: Introduced by** ↔ Service
* **Removes :: Removed by** ↔ Service
* **Updates :: Updated by** ↔ Service
* **Creates :: Created by** ↔ [Social Media](#social-media)
* **Introduces :: Introduced by** ↔ [Social Media](#social-media)
* **Migrates :: Migrated by** ↔ [Social Media](#social-media)
* **Removes :: Removed by** ↔ [Social Media](#social-media)
* **Updates :: Updated by** ↔ [Social Media](#social-media)
* **Creates :: Created by** ↔ [Software Product](#software-product)
* **Introduces :: Introduced by** ↔ [Software Product](#software-product)
* **Migrates :: Migrated by** ↔ [Software Product](#software-product)
* **Removes :: Removed by** ↔ [Software Product](#software-product)
* **Updates :: Updated by** ↔ [Software Product](#software-product)
* **Supports :: is Supported by** ↔ [Solution Architecture](#solution-architecture)
* **Creates :: Created by** ↔ [Solution Use Case](#solution-use-case)
* **Introduces :: Introduced by** ↔ [Solution Use Case](#solution-use-case)
* **Migrates :: Migrated by** ↔ [Solution Use Case](#solution-use-case)
* **Removes :: Removed by** ↔ [Solution Use Case](#solution-use-case)
* **Updates :: Updated by** ↔ [Solution Use Case](#solution-use-case)
* **is implemented by :: implements** ↔ [Strategy](#strategy)
* **Creates :: Created by** ↔ [Value Stream](#value-stream)
* **Introduces :: Introduced by** ↔ [Value Stream](#value-stream)
* **Migrates :: Migrated by** ↔ [Value Stream](#value-stream)
* **Removes :: Removed by** ↔ [Value Stream](#value-stream)
* **Updates :: Updated by** ↔ [Value Stream](#value-stream)
* **Creates :: Created by** ↔ [Website](#website)
* **Introduces :: Introduced by** ↔ [Website](#website)
* **Migrates :: Migrated by** ↔ [Website](#website)
* **Removes :: Removed by** ↔ [Website](#website)
* **Updates :: Updated by** ↔ [Website](#website)

</details>

#### Project Task

`x_inpgh_upmx_task`

A Task is a project related activity that needs to be accomplished within a defined period of time or by a deadline.

<details>

<summary>Connected types (3) · bidirectional</summary>

* **leads to :: led from** ↔ [Demand](#demand)
* **consists of :: is part of** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

#### Risk

`x_inpgh_upmx_risk`

A Risk highlights competitive, economic, operational, legal, compliance, strategic, program, project, quality, process, technology etc. risks, which causes business to fail.

<details>

<summary>Connected types (46) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Actor](#actor)
* **impacts :: impacted by** ↔ [AI Model](#ai-model)
* **impacts :: impacted by** ↔ [Building Block](#building-block)
* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ Business Process
* **impacts :: impacted by** ↔ [Business Product](#business-product)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Channel](#channel)
* **impacts :: impacted by** ↔ [Data Store](#data-store)
* **impacts :: impacted by** ↔ [Domain](#domain)
* **impacts :: impacted by** ↔ [Driver](#driver)
* **impacts :: impacted by** ↔ [Goal](#goal)
* **impacts :: impacted by** ↔ [Hardware Product](#hardware-product)
* **impacts :: impacted by** ↔ [Initiative](#initiative)
* **impacts :: impacted by** ↔ [Journey](#journey)
* **impacts :: impacted by** ↔ [Logical Interface](#logical-interface)
* **impacts :: impacted by** ↔ Mapped Application Service
* **impacts :: impacted by** ↔ [Market](#market)
* **measures :: measured by** ↔ [Metric](#metric)
* **impacts :: impacted by** ↔ [Microservice](#microservice)
* **impacts :: impacted by** ↔ [Mobile Application](#mobile-application)
* **impacts :: impacted by** ↔ [Objective](#objective)
* **impacts :: impacted by** ↔ [Organizational Unit](#organizational-unit)
* **impacts :: impacted by** ↔ [Pattern](#pattern)
* **impacts :: impacted by** ↔ [Physical Interface](#physical-interface)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **impacts :: impacted by** ↔ [Process](#process)
* **impacts :: impacted by** ↔ [Process Activity](#process-activity)
* **impacts :: impacted by** ↔ [Process Category](#process-category)
* **impacts :: impacted by** ↔ [Process Group](#process-group)
* **impacts :: impacted by** ↔ [Process Operations](#process-operations)
* **impacts :: impacted by** ↔ [Process Task](#process-task)
* **impacts :: impacted by** ↔ [Process Workflow](#process-workflow)
* **impacts :: impacted by** ↔ [Program](#program)
* **impacts :: impacted by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Project Task](#project-task)
* **impacts :: impacted by** ↔ Service
* **impacts :: impacted by** ↔ [Social Media](#social-media)
* **impacts :: impacted by** ↔ [Software Product](#software-product)
* **impacts :: impacted by** ↔ [Solution Use Case](#solution-use-case)
* **impacts :: impacted by** ↔ [Strategy](#strategy)
* **impacts :: impacted by** ↔ [Technical Capability](#technical-capability)
* **impacts :: impacted by** ↔ [Value Chain](#value-chain)
* **impacts :: impacted by** ↔ [Value Stream](#value-stream)
* **impacts :: impacted by** ↔ [Website](#website)

</details>

### Applications & Technology

The logical and physical technology landscape that realizes business capabilities.

#### Chatbot

`x_inpgh_upmx_chatbot`

A Chatbot is a computer program designed to simulate conversation with human users, especially over the internet.

#### Component

`x_inpgh_upmx_component`

A Component encapsulation of technology infrastructure or application functionality that is aligned to implementation structuring.

<details>

<summary>Inbound relationships (7)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Hardware Product](#hardware-product) → **consists of :: is part of**
* [Pattern](#pattern) → **consists of :: is part of**
* [Software Product](#software-product) → **consists of :: is part of**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (5)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Hardware Product](#hardware-product)
* **consists of :: is part of** → [Pattern](#pattern)
* **consists of :: is part of** → [Software Product](#software-product)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Domain

`x_inpgh_upmx_domain`

A Domain name is the address where users can access the website or application via browser.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (9)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Pattern](#pattern)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Hardware Product

`x_inpgh_upmx_hardware_product`

A Hardware Product is a logical representation of a particular kind of commercially built or custom developed hardware e.g. Apple iPhone X.

<details>

<summary>Inbound relationships (23)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Component](#component) → **consists of :: is part of**
* [Hardware Product](#hardware-product) → **has target :: is target**
* [Layer Architecture](#layer-architecture) → **Uses :: Used by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **Uses :: Used by**
* Server → **Deploys :: Deployed by**
* Server → **has Instance :: is Instance of**
* [Solution Architecture](#solution-architecture) → **Uses :: Used by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (23)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Component](#component)
* **has Instance :: is Instance of** → Hardware
* **has target :: is target** → [Hardware Product](#hardware-product)
* **Uses :: Used by** → [Layer Architecture](#layer-architecture)
* **Uses :: Used by** → [Organizational Unit](#organizational-unit)
* **consists of :: is part of** → [Pattern](#pattern)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **Uses :: Used by** → [Segment Architecture](#segment-architecture)
* **Deploys :: Deployed by** → Server
* **has Instance :: is Instance of** → Server
* **Uses :: Used by** → [Solution Architecture](#solution-architecture)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)
* **Provided By :: Provides** → [Technical Capability](#technical-capability)

</details>

#### Logical Application

`x_inpgh_upmx_logical_application`

A Logical Application is a higher level aggregation of a Business Application to respond to Business requirements on a conceptional/logical level.

<details>

<summary>Inbound relationships (8)</summary>

* [Business Capability](#business-capability) → **Provided By :: Provides**
* [Capability Instance](#capability-instance) → **Provided By :: Provides**
* [Logical Interface](#logical-interface) → **Sends Data to :: Receives Data from**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**

</details>

<details>

<summary>Outbound relationships (8)</summary>

* **Uses :: Used by** → [Business Application](#business-application)
* **Provided By :: Provides** → [Capability Instance](#capability-instance)
* **Sends Data to :: Receives Data from** → [Logical Interface](#logical-interface)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)

</details>

#### Microservice

`x_inpgh_upmx_microservice`

A Microservice is an application component communicating with other Microservices across common interfaces e.g. APIs, REST.

<details>

<summary>Inbound relationships (12)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Microservice](#microservice) → **Sends Data to :: Receives Data from**
* [Pattern](#pattern) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (11)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Sends Data to :: Receives Data from** → [Microservice](#microservice)
* **consists of :: is part of** → [Pattern](#pattern)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **Uses :: Used by** → [Software Product](#software-product)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Mobile Application

`x_inpgh_upmx_mobile_application`

A Mobile Application is an end-user application consumed on a mobile device.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (9)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Pattern](#pattern)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Social Media

`x_inpgh_upmx_social_media`

Social Media is an internet-based technology facilitating the sharing of ideas, thoughts, and information through building of virtual networks and communities.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (9)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Pattern](#pattern)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

#### Software Product

`x_inpgh_upmx_software_product`

A Software Product is a logical representation of a particular kind of commercially built or custom developed software e.g. Adobe Acrobat Reader V11.x.

<details>

<summary>Inbound relationships (27)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [AI Model](#ai-model) → **Uses :: Used by**
* [Business Application](#business-application) → **Uses :: Used by**
* [Component](#component) → **consists of :: is part of**
* [Layer Architecture](#layer-architecture) → **Uses :: Used by**
* [Logical Interface](#logical-interface) → **Uses :: Used by**
* [Microservice](#microservice) → **Uses :: Used by**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **Uses :: Used by**
* Software → **has Instance :: is Instance of**
* [Software Product](#software-product) → **has target :: is target**
* [Software Product](#software-product) → **requires :: required by**
* [Solution Architecture](#solution-architecture) → **Uses :: Used by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (24)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Uses :: Used by** → [AI Model](#ai-model)
* **consists of :: is part of** → [Component](#component)
* **Uses :: Used by** → [Layer Architecture](#layer-architecture)
* **Uses :: Used by** → [Organizational Unit](#organizational-unit)
* **consists of :: is part of** → [Pattern](#pattern)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **Uses :: Used by** → [Segment Architecture](#segment-architecture)
* **has Instance :: is Instance of** → Software
* **has target :: is target** → [Software Product](#software-product)
* **requires :: required by** → [Software Product](#software-product)
* **Uses :: Used by** → [Solution Architecture](#solution-architecture)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)
* **Provided By :: Provides** → [Technical Capability](#technical-capability)

</details>

#### Technical Capability

`x_inpgh_upmx_technical_capability`

The Technical Capability helps to establish a business language in requirements specification without focusing on specific technologies and vendor solutions. A Technical Capability specifies functional requirements of Business Capabilities provided by Software and Hardware Products e.g. Business Metrics. Business Applications can use a sub-set of Technical Capabilities to provide Business Capabilities.

<details>

<summary>Inbound relationships (8)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Enables :: Enabled by**
* [Business Capability](#business-capability) → **requires :: required by**
* [Capability Instance](#capability-instance) → **requires :: required by**
* [Hardware Product](#hardware-product) → **Provided By :: Provides**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Risk](#risk) → **impacts :: impacted by**
* [Software Product](#software-product) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (15)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Enables :: Enabled by** → [Business Application](#business-application)
* **requires :: required by** → [Business Capability](#business-capability)
* **requires :: required by** → [Capability Instance](#capability-instance)
* **Provided By :: Provides** → [Component](#component)
* **Provided By :: Provides** → [Domain](#domain)
* **Provided By :: Provides** → [Hardware Product](#hardware-product)
* **Provided By :: Provides** → [Microservice](#microservice)
* **Provided By :: Provides** → [Mobile Application](#mobile-application)
* **Provided By :: Provides** → [Pattern](#pattern)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **impacts :: impacted by** → [Risk](#risk)
* **Provided By :: Provides** → [Social Media](#social-media)
* **Provided By :: Provides** → [Software Product](#software-product)
* **Provided By :: Provides** → [Website](#website)

</details>

#### Website

`x_inpgh_upmx_website`

An internal or external website used by the organizational users.

<details>

<summary>Inbound relationships (11)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**

</details>

<details>

<summary>Outbound relationships (9)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Pattern](#pattern)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)

</details>

### Data & Integration

How information is represented, stored, exchanged, and traced across the landscape.

#### Conceptual Data Object

`x_inpgh_upmx_conceptional_data_object`

A conceptual data object is a high-level representation of business information used to describe meaning, ownership, lineage, and information flow before logical or physical implementation details are introduced.

<details>

<summary>Connected types (2) · bidirectional</summary>

* **is associated with :: is associated with** ↔ [Conceptual Data Object](#conceptual-data-object)
* **is composed of :: is part of** ↔ [Conceptual Data Object](#conceptual-data-object)

</details>

#### Data Store

`x_inpgh_upmx_data_store`

A Data Store is a logical representation of a physical database or file which contains data used by applications or software.

<details>

<summary>Connected types (11) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Uses :: Used by** ↔ [AI Model](#ai-model)
* **has Instance :: is Instance of** ↔ Database
* **has Instance :: is Instance of** ↔ Database Instance
* **has source-of-record :: is source-of-record** ↔ [Information Object](#information-object)
* **is stored in :: stores** ↔ [Information Object](#information-object)
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

#### Logical Data Object

`x_inpgh_upmx_logical_data_object`

A Logical Data Object specifies the high-level information flow and data lineage on a logical level.

<details>

<summary>Connected types (7) · bidirectional</summary>

* **requires :: required by** ↔ [Business Application](#business-application)
* **Updates :: Updated by** ↔ [Business Application](#business-application)
* **has Instance :: is Instance of** ↔ [Information Object](#information-object)
* **Creates :: Created by** ↔ Mapped Application Service
* **Reads :: Read by** ↔ Mapped Application Service
* **requires :: required by** ↔ Mapped Application Service
* **Updates :: Updated by** ↔ Mapped Application Service

</details>

#### Logical Interface

`x_inpgh_upmx_logical_interface`

A Logical Interface is an abstract representation of one or more physical interfaces provided by an Application instance. It helps to understand the integration of Business Applications, and the realization of the data flow i.e. data-lineage.

<details>

<summary>Inbound relationships (14)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Business Application](#business-application) → **Provides :: Provided by**
* [Business Application](#business-application) → **Sends Data to :: Receives Data from**
* [Information Object](#information-object) → **Transports :: Transported by**
* [Layer Architecture](#layer-architecture) → **impacts :: impacted by**
* [Logical Application](#logical-application) → **Sends Data to :: Receives Data from**
* [Physical Interface](#physical-interface) → **has Instance :: is Instance of**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **impacts :: impacted by**
* [Solution Architecture](#solution-architecture) → **impacts :: impacted by**

</details>

<details>

<summary>Outbound relationships (14)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **Sends Data to :: Receives Data from** → [Business Application](#business-application)
* **Transports :: Transported by** → [Information Object](#information-object)
* **impacts :: impacted by** → [Layer Architecture](#layer-architecture)
* **Sends Data to :: Receives Data from** → [Logical Application](#logical-application)
* **has Instance :: is Instance of** → [Physical Interface](#physical-interface)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **impacts :: impacted by** → [Segment Architecture](#segment-architecture)
* **Uses :: Used by** → [Software Product](#software-product)
* **impacts :: impacted by** → [Solution Architecture](#solution-architecture)

</details>

#### Physical Data Object

`x_inpgh_upmx_physical_data_object`

A Physical Data Object specifies the high-level information flow and data lineage on a physical level.

#### Physical Interface

`x_inpgh_upmx_physical_interface`

A Physical Interface is a technical implemented interface provided or consumed by an Application Service. It helps to understand the integration of Application instances, and the realization of the data flow i.e. data-lineage.

<details>

<summary>Connected types (10) · bidirectional</summary>

* **has interest :: has relevance** ↔ [Actor](#actor)
* **Transports :: Transported by** ↔ [Information Object](#information-object)
* **has Instance :: is Instance of** ↔ [Logical Interface](#logical-interface)
* **Sends Data to :: Receives Data from** ↔ Mapped Application Service
* **Creates :: Created by** ↔ [Project](#project)
* **Introduces :: Introduced by** ↔ [Project](#project)
* **Migrates :: Migrated by** ↔ [Project](#project)
* **Removes :: Removed by** ↔ [Project](#project)
* **Updates :: Updated by** ↔ [Project](#project)
* **impacts :: impacted by** ↔ [Risk](#risk)

</details>

### Architecture Assets

Reusable architecture content, debt, decisions, and solution patterns.

#### Book of Debt

`x_inpgh_upmx_book_of_debt`

A Book of Debt records and tracks technical and organizational debt items for prioritized resolution.

#### Building Block

`x_inpgh_upmx_building_block`

A Building Block is a reusable compilation of various Portfolio Elements e.g. Business Products, Strategies to provide higher level concept solutions, designs and templates to the Business.

<details>

<summary>Connected types (15) · bidirectional</summary>

* **consists of :: is part of** ↔ [Business Application](#business-application)
* **consists of :: is part of** ↔ [Business Capability](#business-capability)
* **consists of :: is part of** ↔ [Business Product](#business-product)
* **consists of :: is part of** ↔ [Capability Instance](#capability-instance)
* **consists of :: is part of** ↔ [Information Object](#information-object)
* **consists of :: is part of** ↔ [Initiative](#initiative)
* **consists of :: is part of** ↔ [Journey](#journey)
* **consists of :: is part of** ↔ [Pattern](#pattern)
* **Contains :: Contained by** ↔ [Portfolio](#portfolio)
* **consists of :: is part of** ↔ [Principle](#principle)
* **consists of :: is part of** ↔ [Process](#process)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **consists of :: is part of** ↔ Service
* **consists of :: is part of** ↔ [Strategy](#strategy)
* **consists of :: is part of** ↔ [Value Stream](#value-stream)

</details>

#### Decision Log

`x_inpgh_upmx_decision_log`

A Decision Log records key architectural and strategic decisions with rationale and context.

#### Layer Architecture

`x_inpgh_upmx_layer_architecture`

A Layer Architecture organizes components into horizontal layers with defined responsibilities and dependencies.

<details>

<summary>Connected types (19) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **Uses :: Used by** ↔ [Hardware Product](#hardware-product)
* **contributes :: contributed by** ↔ [Idea](#idea)
* **Supports :: is Supported by** ↔ [Initiative](#initiative)
* **impacts :: impacted by** ↔ [Logical Interface](#logical-interface)
* **Uses :: Used by** ↔ [Pattern](#pattern)
* **Supports :: is Supported by** ↔ [Policy](#policy)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **impacts :: impacted by** ↔ [Process](#process)
* **Supports :: is Supported by** ↔ [Project](#project)
* **Uses :: Used by** ↔ [Software Product](#software-product)
* **Supports :: is Supported by** ↔ [Strategy](#strategy)

</details>

#### Pattern

`x_inpgh_upmx_pattern`

A Pattern is a reusable compilation of various Portfolio Elements e.g. Business Applications, Software Products to provide pre-defined solutions, designs and templates to the Business and IT.

<details>

<summary>Inbound relationships (28)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Building Block](#building-block) → **consists of :: is part of**
* [Business Application](#business-application) → **consists of :: is part of**
* [Business Application](#business-application) → **Deploys :: Deployed by**
* [Component](#component) → **consists of :: is part of**
* [Domain](#domain) → **consists of :: is part of**
* [Hardware Product](#hardware-product) → **consists of :: is part of**
* [Layer Architecture](#layer-architecture) → **Uses :: Used by**
* [Microservice](#microservice) → **consists of :: is part of**
* [Mobile Application](#mobile-application) → **consists of :: is part of**
* [Pattern](#pattern) → **consists of :: is part of**
* [Portfolio](#portfolio) → **Contains :: Contained by**
* [Principle](#principle) → **Compliant :: Compliant with**
* [Principle](#principle) → **Conformant :: Conformant with**
* [Principle](#principle) → **Fully Conformant :: Fully Conformant with**
* [Principle](#principle) → **Non-Compliant :: Non-Compliant with**
* [Principle](#principle) → **Non-Conformant :: Non-Conformant with**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Segment Architecture](#segment-architecture) → **Uses :: Used by**
* [Social Media](#social-media) → **consists of :: is part of**
* [Software Product](#software-product) → **consists of :: is part of**
* [Solution Architecture](#solution-architecture) → **Uses :: Used by**
* [Solution Use Case](#solution-use-case) → **consists of :: is part of**
* [Technical Capability](#technical-capability) → **Provided By :: Provides**
* [Website](#website) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (27)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Building Block](#building-block)
* **consists of :: is part of** → [Business Application](#business-application)
* **Deploys :: Deployed by** → [Business Application](#business-application)
* **consists of :: is part of** → [Component](#component)
* **consists of :: is part of** → [Domain](#domain)
* **consists of :: is part of** → [Hardware Product](#hardware-product)
* **Uses :: Used by** → [Layer Architecture](#layer-architecture)
* **consists of :: is part of** → [Microservice](#microservice)
* **consists of :: is part of** → [Mobile Application](#mobile-application)
* **consists of :: is part of** → [Pattern](#pattern)
* **Contains :: Contained by** → [Portfolio](#portfolio)
* **Compliant :: Compliant with** → [Principle](#principle)
* **Conformant :: Conformant with** → [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** → [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** → [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** → [Principle](#principle)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **Uses :: Used by** → [Segment Architecture](#segment-architecture)
* **consists of :: is part of** → [Social Media](#social-media)
* **consists of :: is part of** → [Software Product](#software-product)
* **Uses :: Used by** → [Solution Architecture](#solution-architecture)
* **consists of :: is part of** → [Solution Use Case](#solution-use-case)
* **consists of :: is part of** → [Website](#website)

</details>

#### Portfolio

`x_inpgh_upmx_portfolio`

A Portfolio is a managed collection of programs, projects, and portfolio elements aligned to strategic objectives.

<details>

<summary>Connected types (14) · bidirectional</summary>

* **Contains :: Contained by** ↔ [Building Block](#building-block)
* **Contains :: Contained by** ↔ [Business Application](#business-application)
* **Contains :: Contained by** ↔ [Business Capability](#business-capability)
* **Contains :: Contained by** ↔ Business Process
* **Contains :: Contained by** ↔ [Business Product](#business-product)
* **Contains :: Contained by** ↔ Business Service
* **Contains :: Contained by** ↔ [Capability Instance](#capability-instance)
* **Contains :: Contained by** ↔ [Information Object](#information-object)
* **Contains :: Contained by** ↔ [Initiative](#initiative)
* **Contains :: Contained by** ↔ [Pattern](#pattern)
* **Contains :: Contained by** ↔ [Process](#process)
* **Contains :: Contained by** ↔ [Program](#program)
* **Contains :: Contained by** ↔ [Risk](#risk)
* **Contains :: Contained by** ↔ [Technical Capability](#technical-capability)

</details>

#### Segment Architecture

`x_inpgh_upmx_segment_architecture`

A Segment Architecture defines vertical segments of the enterprise architecture for specific business domains.

<details>

<summary>Connected types (19) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **Uses :: Used by** ↔ [Hardware Product](#hardware-product)
* **contributes :: contributed by** ↔ [Idea](#idea)
* **Supports :: is Supported by** ↔ [Initiative](#initiative)
* **impacts :: impacted by** ↔ [Logical Interface](#logical-interface)
* **Uses :: Used by** ↔ [Pattern](#pattern)
* **Supports :: is Supported by** ↔ [Policy](#policy)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **impacts :: impacted by** ↔ [Process](#process)
* **Supports :: is Supported by** ↔ [Project](#project)
* **Uses :: Used by** ↔ [Software Product](#software-product)
* **Supports :: is Supported by** ↔ [Strategy](#strategy)

</details>

#### Solution Architecture

`x_inpgh_upmx_solution_architecture`

A Solution Architecture describes the structure and behavior of a specific solution addressing business needs.

<details>

<summary>Connected types (19) · bidirectional</summary>

* **impacts :: impacted by** ↔ [Business Application](#business-application)
* **impacts :: impacted by** ↔ [Business Capability](#business-capability)
* **impacts :: impacted by** ↔ [Capability Instance](#capability-instance)
* **impacts :: impacted by** ↔ [Demand](#demand)
* **Uses :: Used by** ↔ [Hardware Product](#hardware-product)
* **contributes :: contributed by** ↔ [Idea](#idea)
* **Supports :: is Supported by** ↔ [Initiative](#initiative)
* **impacts :: impacted by** ↔ [Logical Interface](#logical-interface)
* **Uses :: Used by** ↔ [Pattern](#pattern)
* **Supports :: is Supported by** ↔ [Policy](#policy)
* **Compliant :: Compliant with** ↔ [Principle](#principle)
* **Conformant :: Conformant with** ↔ [Principle](#principle)
* **Fully Conformant :: Fully Conformant with** ↔ [Principle](#principle)
* **Non-Compliant :: Non-Compliant with** ↔ [Principle](#principle)
* **Non-Conformant :: Non-Conformant with** ↔ [Principle](#principle)
* **impacts :: impacted by** ↔ [Process](#process)
* **Supports :: is Supported by** ↔ [Project](#project)
* **Uses :: Used by** ↔ [Software Product](#software-product)
* **Supports :: is Supported by** ↔ [Strategy](#strategy)

</details>

#### Solution Use Case

`x_inpgh_upmx_solution_use_case`

A Solution Use Case consists of Process Operations and a set of technologies to implement Process Tasks.

<details>

<summary>Inbound relationships (20)</summary>

* [Actor](#actor) → **has interest :: has relevance**
* [Component](#component) → **consists of :: is part of**
* [Control](#control) → **impacts :: impacted by**
* [Domain](#domain) → **consists of :: is part of**
* [Hardware Product](#hardware-product) → **consists of :: is part of**
* [Microservice](#microservice) → **consists of :: is part of**
* [Mobile Application](#mobile-application) → **consists of :: is part of**
* [Organizational Unit](#organizational-unit) → **Uses :: Used by**
* [Pattern](#pattern) → **consists of :: is part of**
* [Process Operations](#process-operations) → **consists of :: is part of**
* [Process Task](#process-task) → **Implements :: Implemented by**
* [Project](#project) → **Creates :: Created by**
* [Project](#project) → **Introduces :: Introduced by**
* [Project](#project) → **Migrates :: Migrated by**
* [Project](#project) → **Removes :: Removed by**
* [Project](#project) → **Updates :: Updated by**
* [Risk](#risk) → **impacts :: impacted by**
* [Social Media](#social-media) → **consists of :: is part of**
* [Software Product](#software-product) → **consists of :: is part of**
* [Website](#website) → **consists of :: is part of**

</details>

<details>

<summary>Outbound relationships (19)</summary>

* **has interest :: has relevance** → [Actor](#actor)
* **consists of :: is part of** → [Component](#component)
* **impacts :: impacted by** → [Control](#control)
* **consists of :: is part of** → [Domain](#domain)
* **consists of :: is part of** → [Hardware Product](#hardware-product)
* **consists of :: is part of** → [Microservice](#microservice)
* **consists of :: is part of** → [Mobile Application](#mobile-application)
* **consists of :: is part of** → [Pattern](#pattern)
* **consists of :: is part of** → [Process Operations](#process-operations)
* **Implements :: Implemented by** → [Process Task](#process-task)
* **Creates :: Created by** → [Project](#project)
* **Introduces :: Introduced by** → [Project](#project)
* **Migrates :: Migrated by** → [Project](#project)
* **Removes :: Removed by** → [Project](#project)
* **Updates :: Updated by** → [Project](#project)
* **impacts :: impacted by** → [Risk](#risk)
* **consists of :: is part of** → [Social Media](#social-media)
* **consists of :: is part of** → [Software Product](#software-product)
* **consists of :: is part of** → [Website](#website)

</details>

***

## AI Runtime Core (introducing with V26)

New tables that extend the runtime architecture of AI-enabled systems. They cover agents, models, datasets, prompt templates, and executable skills, all inheriting from Portfolio Element.

### AI Agent

`x_inpgh_upmx_ai_agent`

An AI Agent is an autonomous software entity that can perceive, reason, and act to accomplish tasks on behalf of users.

### AI Model

`x_inpgh_upmx_ai_model`

An AI Model is a trained machine learning model that processes inputs and generates predictions or decisions.

<details>

<summary>Connected types (23) · bidirectional</summary>

* **has successor :: has predecessor** ↔ [AI Model](#ai-model)
* **Depends on :: Used by** ↔ [Business Application](#business-application)
* **Integrates :: Integrated by** ↔ [Business Application](#business-application)
* **Uses :: Used by** ↔ [Business Application](#business-application)
* **Provided By :: Provides** ↔ [Business Capability](#business-capability)
* **Provided By :: Provides** ↔ [Business Function](#business-function)
* **Uses :: Used by** ↔ Business Process
* **Contains :: Contained by** ↔ [Business Product](#business-product)
* **requires :: required by** ↔ [Business Requirement](#business-requirement)
* **Provided By :: Provides** ↔ [Capability Instance](#capability-instance)
* **Uses :: Used by** ↔ [Data Store](#data-store)
* **Uses :: Used by** ↔ Database
* **Uses :: Used by** ↔ [Information Object](#information-object)
* **Depends on :: Used by** ↔ Mapped Application Service
* **Owns :: Owned by** ↔ [Organizational Unit](#organizational-unit)
* **Used by :: Uses** ↔ [Organizational Unit](#organizational-unit)
* **Uses :: Used by** ↔ [Process Activity](#process-activity)
* **Uses :: Used by** ↔ [Process Task](#process-task)
* **impacts :: impacted by** ↔ [Risk](#risk)
* **Runs on :: Runs** ↔ Server
* **Uses :: Used by** ↔ Service
* **Uses :: Used by** ↔ Software
* **Uses :: Used by** ↔ [Software Product](#software-product)

</details>

### Dataset

`x_inpgh_upmx_dataset`

A Dataset is a structured collection of data used for training, evaluating, or operating AI models.

### Prompt Template

`x_inpgh_upmx_prompt_template`

A Prompt Template is a structured text pattern used to instruct AI models with consistent formatting and context.

### Skill

`x_inpgh_upmx_skill`

A Skill is a learned AI capability that can be composed and reused across different AI agents and applications.

***

## Portfolio Feature and scoring support tables

These tables extend the model with feature-level views: cost, KPI, lifecycle, indicators, recommendations, scenarios, reference models, stakeholders, hosting, usage, and capability mappings.

### Business Capability Mapping

`x_inpgh_upmx_business_capability_mapping`

Stores business capability mapping records used to map portfolio concepts for analysis and reporting.

### Cost

`x_inpgh_upmx_pf_cost`

YouDesign Command table containing Cost information.

### Cost Breakdown

`x_inpgh_upmx_pf_cost_breakdown`

YouDesign Command table containing Cost Breakdown information over time.

### Indicator Breakdown

`x_inpgh_upmx_pf_indicator_breakdown`

YouDesign Command table containing Indicator Breakdown definitions.

### KPI

`x_inpgh_upmx_pf_kpi`

YouDesign Command table containing KPI definitions.

### KPI Breakdown

`x_inpgh_upmx_pf_kpi_breakdown`

YouDesign Command table containing KPI information over time.

### Lifecycle

`x_inpgh_upmx_pf_lifecycle`

YouDesign Command table containing Lifecycle definitions.

### Lifecycle Breakdown

`x_inpgh_upmx_pf_lifecycle_breakdown`

YouDesign Command table containing Lifecycle information.

### Portfolio Feature

`x_inpgh_upmx_portfolio_feature`

Superior table for all portfolio features e.g. cost, KPI etc. Do not use for reporting!

### Realtime Indicators

`x_inpgh_upmx_pf_indicators`

YouDesign Command table containing Indicator definitions.

### Recommendation

`x_inpgh_upmx_pf_recommendation`

Defines, what needs to be happen to mitigate risk, reduce cost and improve efficiency.

### Reference Model

`x_inpgh_upmx_pf_reference_model`

A reference model is an abstract framework or domain-specific ontology consisting of an interlinked set of clearly defined concepts.

### Scenario

`x_inpgh_upmx_pf_scenario`

YouDesign Command table containing Scenario information.

### Stakeholder

`x_inpgh_upmx_pf_stakeholder`

A stakeholder is a person, group, role, or organisation with an interest in, influence over, or dependency on a portfolio element or outcome.

### Technical Capability Mapping

`x_inpgh_upmx_technical_capability_mapping`

Stores technical capability mapping records used to map portfolio concepts for analysis and reporting.

***

## Reporting, dashboard, and license tables

These tables support dashboards, reports, database views, roadmap visualisations, and license tracking. They turn the metamodel into usable reporting structures.

### Business Application > Software Product

`x_inpgh_upmx_report_cmdb_app2swp`

Reporting Table: Business Application > Software Product

### Business Capability > Business Application > Software Product

`x_inpgh_upmx_cmdb_cap2cmdb_app2swp`

Reporting Table: Business Capability > Business Application > Software Product

### Dashboard Filter Store for UPMX Reports

`x_inpgh_upmx_dashboard_filter_store`

YouDesign Command table to store Dashboard filter settings for YouDesign Command reports.

### License Users

`x_inpgh_upmx_license_reporting`

Stores YouDesign Command license usage and assignment records.

### Process > Business Application > Software Product

`x_inpgh_upmx_report_proc2cmdb_app2sftprd`

Reporting Table: Process > Business Application > Software Product

### Roadmap Elements

`x_inpgh_upmx_roadmap_elements`

YouDesign Command table required for roadmap visualization.

### Roadmap Request

`x_inpgh_upmx_roadmap_request`

YouDesign Command table required for roadmap visualization.

***

## Metamodel, relationship suggestion, and rollup tables

These tables configure the metamodel itself and the relationship-picker rules used across YouDesign Command today. The entire section is on the deprecation path and will be removed with V26 once the relationship-picker logic moves to the platform-native CMDB relationship rules.

{% hint style="danger" %}
**Deprecation path.** These tables will be removed with V26. The relationship suggestions, metamodel definitions, and rollup configuration listed here are being replaced by platform-native CMDB relationship rules and CSDM-aligned configuration. Do not build new integrations against them.
{% endhint %}

### Metamodel

`x_inpgh_upmx_metamodel`

Stores YouDesign Command metamodel configuration records.

### Metamodel Domain

`x_inpgh_upmx_metamodel_domain`

Stores domains used to group and organise YouDesign Command metamodel concepts.

### Metamodel Property

`x_inpgh_upmx_metamodel_property`

Stores configurable properties used by YouDesign Command metamodel definitions.

### Metamodel Relationship

`x_inpgh_upmx_metamodel_relationship`

Stores configured metamodel relationship definitions used to describe allowed connections between YouDesign Command object types.

### Rollup Setting

`x_inpgh_upmx_calculation_rollup_rel`

Table containing rollup settings for YouDesign Command.

### Suggested Relationship

`x_inpgh_upmx_rel_type_suggest`

Used to store for YouDesign Command Relationship Picker.

### Suggested Relationship Field

`x_inpgh_upmx_rel_type_suggest_field`

Stores field-level configuration used by the YouDesign Command relationship picker.

### Suggested Relationship Group

`x_inpgh_upmx_rel_type_suggest_group`

Used to store for YouDesign Command Relationship Picker.

***

## Many-to-many and association tables

These tables connect portfolio elements to stakeholders, scenarios, reference models, and other supporting structures.

### Data Definition to Data Definition (m2m)

`x_inpgh_upmx_m2m_data_definit_data_definit`

YouDesign Command Data Quality

### Portfolio Element to Reference Model

`x_inpgh_upmx_m2m_pe2reference_model`

The many-to-many Relationship between Portfolio Elements and Reference Model.

### Portfolio Element to Scenario

`x_inpgh_upmx_m2m_scenarios_portfolio_el`

The many-to-many Relationship between Portfolio Elements and Scenario.

### Portfolio Element to Stakeholder

`x_inpgh_upmx_m2m_stakeholders_portfolio_el`

The many-to-many Relationship between Portfolio Elements and Stakeholder.

***

## Operational, data quality, settings, and support tables

Additional scoped tables that are not object types, feature tables, or reporting tables but are part of the YouDesign Command application.

### Attribute Config

`x_inpgh_upmx_attribute_config`

Stores attribute configuration that controls how YouDesign Command table fields are presented or interpreted.

### Attribute Config Breakdown

`x_inpgh_upmx_attribute_config_breakdown`

Stores attribute configuration breakdown records used by YouDesign Command reporting.

### Data Definition Scope

`x_inpgh_upmx_data_definition_scope`

YouDesign Command Data Quality

### Data Quality

`x_inpgh_upmx_data_quality`

YouDesign Command Data Quality

### Global Settings

`x_inpgh_upmx_global_settings`

Table to store YouDesign Command Global Settings.

### Glossary

`x_inpgh_upmx_glossary`

A glossary of terms & definitions.

### Hosting

`x_inpgh_upmx_hosting`

YouDesign Command table to join hosting related information with Portfolio Elements.

### Risk & Compliance

`x_inpgh_upmx_risk_compliance`

YouDesign Command table to join risk & compliance related information with Portfolio Elements.

### Scoped Fields

`x_inpgh_upmx_data_definition`

YouDesign Command Data Quality

### Score Calculation Detail

`x_inpgh_upmx_score_calculation_detail`

Stores score calculation details used by YouDesign Command scoring and rollup logic.

### Usage

`x_inpgh_upmx_usage`

The Usage specifies an element use within a specific company, or department, or location.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ins-pi.com/command/metamodel/metamodel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
