Skip to content

Class: ResidualRisk

Risk remaining after risk treatment (ISO Guide 73). Documenting

residual risks helps system providers consider risks of deploying

the AI product and informs end users about potential negative

impacts.

URI: nist_ai_rmf:ResidualRisk

 classDiagram
    class ResidualRisk
    click ResidualRisk href "../ResidualRisk/"
      Risk <|-- ResidualRisk
        click Risk href "../Risk/"

      ResidualRisk : affects_system





        ResidualRisk --> "0..1" AiSystem : affects_system
        click AiSystem href "../AiSystem/"



      ResidualRisk : description

      ResidualRisk : id

      ResidualRisk : impact_sign





        ResidualRisk --> "0..1" ImpactSignEnum : impact_sign
        click ImpactSignEnum href "../ImpactSignEnum/"



      ResidualRisk : is_residual

      ResidualRisk : lifecycle_stage





        ResidualRisk --> "*" AiLifecycleStageEnum : lifecycle_stage
        click AiLifecycleStageEnum href "../AiLifecycleStageEnum/"



      ResidualRisk : likelihood

      ResidualRisk : magnitude

      ResidualRisk : name

      ResidualRisk : related_impacts





        ResidualRisk --> "*" Impact : related_impacts
        click Impact href "../Impact/"



      ResidualRisk : risk_response





        ResidualRisk --> "0..1" RiskResponseEnum : risk_response
        click RiskResponseEnum href "../RiskResponseEnum/"



      ResidualRisk : see_also

      ResidualRisk : title

      ResidualRisk : trustworthiness_characteristic





        ResidualRisk --> "*" TrustworthinessCharacteristicEnum : trustworthiness_characteristic
        click TrustworthinessCharacteristicEnum href "../TrustworthinessCharacteristicEnum/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
likelihood 0..1
Float
Estimated probability of the event occurring (0 Risk
magnitude 0..1
String
Magnitude or degree of consequences if the event occurs (free Risk
impact_sign 0..1
ImpactSignEnum
Whether the impact is positive, negative, or both Risk
is_residual 0..1
Boolean
Whether this risk represents risk remaining after risk treatment Risk
risk_response 0..1
RiskResponseEnum
The chosen risk treatment option Risk
lifecycle_stage *
AiLifecycleStageEnum
The AI lifecycle stage(s) the element applies to Risk
trustworthiness_characteristic *
TrustworthinessCharacteristicEnum
Trustworthiness characteristic(s) the element pertains to Risk
related_impacts *
Impact
The impacts that contribute to this risk Risk
affects_system 0..1
AiSystem
The AI system this risk pertains to Risk
id 1
Uriorcurie
A unique identifier for an element NamedThing
name 0..1
String
A short human-readable name NamedThing
title 0..1
String
A human-readable title NamedThing
description 0..1
String
A human-readable description NamedThing
see_also *
Uriorcurie
Related references NamedThing

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:ResidualRisk
native nist_ai_rmf:ResidualRisk
narrow iso27001:Risk

LinkML Source

Direct

name: ResidualRisk
description: 'Risk remaining after risk treatment (ISO Guide 73). Documenting

  residual risks helps system providers consider risks of deploying

  the AI product and informs end users about potential negative

  impacts.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
narrow_mappings:
- iso27001:Risk
is_a: Risk
slot_usage:
  is_residual:
    name: is_residual
    ifabsent: 'True'

Induced

name: ResidualRisk
description: 'Risk remaining after risk treatment (ISO Guide 73). Documenting

  residual risks helps system providers consider risks of deploying

  the AI product and informs end users about potential negative

  impacts.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
narrow_mappings:
- iso27001:Risk
is_a: Risk
slot_usage:
  is_residual:
    name: is_residual
    ifabsent: 'True'
attributes:
  likelihood:
    name: likelihood
    description: 'Estimated probability of the event occurring (0.0 to 1.0). The

      AI RMF leaves quantification approaches to the implementer.'
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    close_mappings:
    - iso27001:LikelihoodRating
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    - Impact
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  magnitude:
    name: magnitude
    description: 'Magnitude or degree of consequences if the event occurs (free

      text or qualitative scale).'
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    close_mappings:
    - iso27001:ImpactRating
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    - Impact
    - Harm
    range: string
  impact_sign:
    name: impact_sign
    description: Whether the impact is positive, negative, or both.
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    - Impact
    range: ImpactSignEnum
  is_residual:
    name: is_residual
    description: 'Whether this risk represents risk remaining after risk treatment

      (residual risk per ISO Guide 73).'
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    ifabsent: 'True'
    owner: ResidualRisk
    domain_of:
    - Risk
    range: boolean
  risk_response:
    name: risk_response
    description: The chosen risk treatment option.
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    exact_mappings:
    - iso27001:RiskTreatmentOption
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    range: RiskResponseEnum
  lifecycle_stage:
    name: lifecycle_stage
    description: The AI lifecycle stage(s) the element applies to.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - AiSystem
    - AiActor
    - AiActorTask
    - Risk
    - Subcategory
    - GaiRisk
    range: AiLifecycleStageEnum
    multivalued: true
  trustworthiness_characteristic:
    name: trustworthiness_characteristic
    description: Trustworthiness characteristic(s) the element pertains to.
    in_subset:
    - trustworthiness
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    - Subcategory
    - GaiRisk
    range: TrustworthinessCharacteristicEnum
    multivalued: true
  related_impacts:
    name: related_impacts
    description: The impacts that contribute to this risk.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    range: Impact
    multivalued: true
    inlined: true
    inlined_as_list: true
  affects_system:
    name: affects_system
    description: The AI system this risk pertains to.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: ResidualRisk
    domain_of:
    - Risk
    range: AiSystem
  id:
    name: id
    description: A unique identifier for an element.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    owner: ResidualRisk
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A short human-readable name.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:label
    owner: ResidualRisk
    domain_of:
    - NamedThing
    range: string
  title:
    name: title
    description: A human-readable title.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:title
    owner: ResidualRisk
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  description:
    name: description
    description: A human-readable description.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:description
    owner: ResidualRisk
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  see_also:
    name: see_also
    description: Related references.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: ResidualRisk
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true