Technical Elements Documentation
    Preparing search index...

    Interface RiskContributor

    Risk contributor with importance metrics.

    interface RiskContributor {
        context?: string;
        contributorType: string;
        importanceLevel?: ImportanceLevel;
        importanceMetrics?: {
            birnbaum?: number;
            fussellVesely?: number;
            raw?: number;
            rrw?: number;
            [key: string]: undefined | number;
        };
        insights?: string[];
        riskContribution?: number;
        sourceElement: TechnicalElementTypes;
        sourceId: string;
    }

    Hierarchy

    • Unique
    • Named
      • RiskContributor
    Index

    Properties

    context?: string

    Additional contextual information about this contributor

    contributorType: string

    Type of contributor (e.g., "event-sequence", "component")

    importanceLevel?: ImportanceLevel

    Importance level of this contributor

    importanceMetrics?: {
        birnbaum?: number;
        fussellVesely?: number;
        raw?: number;
        rrw?: number;
        [key: string]: undefined | number;
    }

    Importance metrics for this contributor

    Type declaration

    • [key: string]: undefined | number

      Other importance measures

    • Optionalbirnbaum?: number

      Birnbaum importance measure

    • OptionalfussellVesely?: number

      Fussell-Vesely importance measure

    • Optionalraw?: number

      Risk Achievement Worth

    • Optionalrrw?: number

      Risk Reduction Worth

    insights?: string[]

    Risk insights derived from this contributor

    riskContribution?: number

    Estimated contribution to total risk

    sourceElement: TechnicalElementTypes

    Original technical element where this contributor is defined

    sourceId: string

    Reference ID to the original entity in its technical element