$ ⌘K

Quick Start — Supply Chain Risk Overview

step_count: 4· runtime: —

Entry point analysis surveying key risk factor correlations and identifying highest-risk constructs. Run this first to orient.

// pipeline
4 steps· DAG
01

Data Quality Gate

action data_quality_gateon fail: abort
config (3 keys)
{
  "constructs": [
    "supply_chain_disruption_binary",
    "geographic_concentration_risk",
    "network_betweenness_centrality",
    "supplier_financial_health",
    "lead_time_variability"
  ],
  "max_missing_pct": 0.25,
  "min_observations": 30
}
02

Risk Factor Correlation Matrix

engine correlation_matrix
config (1 key)
{
  "variables": [
    "supply_chain_disruption_binary",
    "geographic_concentration_risk",
    "network_betweenness_centrality",
    "supplier_financial_health",
    "lead_time_variability",
    "supplier_diversification",
    "geopolitical_risk_index",
    "climate_exposure_score"
  ]
}
expected results (2 keys)
{
  "geographic_concentration_risk↔supply_chain_disruption_binary": {
    "direction": "positive"
  },
  "supplier_diversification↔supply_chain_disruption_binary": {
    "direction": "negative"
  }
}
03

Baseline Disruption Risk Model

engine logistic_regressionrisk_factor_correlationscompare_to_kb
config (2 keys)
{
  "outcome": "supply_chain_disruption_binary",
  "predictors": [
    "geographic_concentration_risk",
    "supplier_financial_health",
    "lead_time_variability",
    "geopolitical_risk_index"
  ]
}
expected results (2 keys)
{
  "geographic_concentration_risk": {
    "direction": "positive"
  },
  "supplier_financial_health": {
    "direction": "negative"
  }
}
04

Compare Results to KB Findings

action analyzebaseline_regression
config (2 keys)
{
  "compare_to_kb": true,
  "constructs": [
    "supply_chain_disruption_binary",
    "geographic_concentration_risk"
  ]
}
// from pax
Global Supply Chain Risk
// engines
engine.logistic_regressionengine.correlation_matrix
// note
step bodies extracted from the .pax archive at build time. download the parent pax for the full yaml.
[ download global-supply-chain-risk.pax.tar.gz ]