Audit technology loss scenario integrity
Audit a technology loss-scenario ledger as a complete, zero-inclusive, point-in-time financial perimeter: reconcile every expected aggregate exposure and source, freeze scenario/currency/price basis, enforce evidence and privacy, and detect economic-loss lineage reused outside an explicit shared-loss group.
What it's for
Gives a CTO, finance partner or investor a defensible answer to the question behind every tail-risk number: did we include every technology exposure exactly once on one point-in-time financial basis?
What you give it
Inputs split into evidence read from your connected systems, calibration your team owns, and numerical controls that affect precision but never the result's meaning.
| Field | Type | Role | Required |
|---|---|---|---|
| currency | string non-empty | Your calibration | Yes |
| detail_limit | integer ≥ 1, ≤ 500 | Your calibration | Optional |
| evidence_cutoff | integer ≥ 0 | Your calibration | Yes |
| expected_exposure_ids | array of string | Evidence | Yes |
| expected_source_ids | array of string | Evidence | Yes |
| exposure_snapshots | array of objects (11 fields) ≥ 0 items | Evidence | Yes |
| maximum_lineage_reuse_fraction | number ≥ 0, ≤ 1 | Your calibration | Optional |
| maximum_unverified_fraction | number ≥ 0, ≤ 1 | Your calibration | Optional |
| minimum_scope_size | integer ≥ 1, ≤ 100000 | Your calibration | Optional |
| price_basis_id | string non-empty | Your calibration | Yes |
| scenario_set_version | string non-empty | Your calibration | Yes |
| scenarios | array of objects (2 fields) | Evidence | Yes |
Each exposure_snapshots
record
| Field | Type | Required |
|---|---|---|
| currency | string (non-empty) | Yes |
| economic_loss_source_ids | array of string | Yes |
| evidence_verified | boolean | Yes |
| id | string (non-empty) | Yes |
| loss_by_scenario | object | Yes |
| observed_at | integer (≥ 0) | Yes |
| price_basis_id | string (non-empty) | Yes |
| scenario_set_version | string (non-empty) | Yes |
| scope_size | integer (≥ 0) | Yes |
| shared_loss_group_ids | array of string | Yes |
| source_ids | array of string | Yes |
{
"currency": "USD",
"evidence_cutoff": 100,
"expected_exposure_ids": [
"exposure-1",
"exposure-2",
"exposure-3",
"exposure-4",
"exposure-5"
],
"expected_source_ids": [
"risk-register",
"finance-plan"
],
"exposure_snapshots": [
{
"currency": "USD",
"economic_loss_source_ids": [
"loss-source-1"
],
"evidence_verified": true,
"id": "exposure-1",
"loss_by_scenario": {
"adverse": 10,
"ordinary": 1,
"severe": 100
},
"observed_at": 90,
"price_basis_id": "real-2026",
"scenario_set_version": "technology-loss-v1",
"scope_size": 10,
"shared_loss_group_ids": [],
"source_ids": [
"risk-register",
"finance-plan"
]
},
{
"currency": "USD",
"economic_loss_source_ids": [
"loss-source-2"
],
"evidence_verified": true,
"id": "exposure-2", Truncated for display — the full payload is 143 lines.
What you get back
This is the actual output of running the example above — computed by the same function the platform calls, not an illustration.
{
"configuration": {
"currency": "USD",
"evidence_cutoff": 100,
"minimum_scope_size": 5,
"price_basis_id": "real-2026",
"scenario_set_version": "technology-loss-v1"
},
"decision": "publish",
"detail_truncated": false,
"failed_gates": [],
"finding": "loss_scenario_ledger_integrity_verified",
"findings": [],
"governance": [
"Loss, currency, price basis and scenario probabilities require finance or risk ownership; Git activity cannot supply them.",
"Repeated economic lineage must be represented as an explicit shared-loss group and counted once.",
"The audit covers aggregate technology exposures and cannot establish individual performance, intent or misconduct."
],
"method": "point_in_time_zero_inclusive_loss_scenario_lineage_audit_v1",
"summary": {
"expected_exposure_count": 5,
"expected_source_cell_count": 10,
"maximum_aggregate_direct_loss": 1500,
"missing_source_cell_count": 0,
"observed_exposure_count": 5,
"parsed_expected_exposure_count": 5,
"privacy_suppressed_count": 0,
"scenario_count": 3,
"undeclared_lineage_reuse_fraction": 0,
"unexpected_source_cell_count": 0,
"unverified_fraction": 0
}
} How it works
Statistical audit & measurement — Check whether a number is fit to decide on: coverage, timing, reconciliation, and the gaps a dashboard hides.
- 1 Freeze the expected aggregate exposure and source perimeter, scenario set/version, finance cutoff, currency, real/nominal price basis and privacy threshold before inspecting observations.
- 2 Reconcile one zero-inclusive loss vector per expected exposure to every declared scenario, reject future or version-mismatched evidence, and preserve missing, unexpected and unverified cells rather than silently dropping them.
- 3 Trace each economic-loss source across exposures; accept repeated lineage only when every claimant declares a common shared-loss group, otherwise block publication before portfolio arithmetic can double count it.
Before you trust it
Every tool in the catalog ships with the conditions under which its answer is meaningful — and the conditions under which it should abstain instead of guessing.
Assumptions & guardrails
- Metric definitions, weights, aggregate grain, sampling, missingness, dependence, and comparison windows correspond to the management claim being audited.
- Finance/risk owns the complete exposure perimeter, scenario probabilities, horizon, currency and price basis; source snapshots are immutable at the cutoff; zeros are measured; shared-loss identifiers represent one economic event; privacy applies to aggregate scopes.
- Association, instability, or measurement quality is not a causal effect and must not be converted directly into an individual employment decision.
- Passing establishes internal ledger integrity only. Repository activity cannot invent financial loss, and the audit cannot establish accounting recognition, causal risk, individual performance, intent or misconduct.
Minimum evidence
- exposure_snapshots: at least 0 rows/items
- scenarios: required and organization-defined
- expected_exposure_ids: required and organization-defined
- expected_source_ids: required and organization-defined
- scenario_set_version: required and organization-defined
- evidence_cutoff: required and organization-defined
- currency: required and organization-defined
- price_basis_id: required and organization-defined
How to validate it
Validate on future periods or held-out aggregate units, compare with a simple baseline, and require stability across plausible metric definitions and decision thresholds.
Calibrating it to your org
Same for everyone
The mathematical kernel, validation rules, method version, and JSON output semantics are organization-independent; no tenant-trained coefficients or company benchmark is embedded in the function.
Specific to you
- one point-in-time exposure-scenario matrix reconciled to the governed technology/service/project/asset perimeter and canonical finance/risk loss-source registry without dropping zero, missing, retired or shared exposures
- exposure/source perimeter, scenario probabilities and version, horizon, evidence cutoff, currency and real/nominal price basis, economic-loss source uniqueness, shared-loss grouping, privacy, evidence and publication thresholds
Calibration workflow
- 1 Define the management decision, target outcome, aggregate unit, privacy boundary, cadence, and prediction/intervention horizon for this organization.
- 2 Build a tenant-scoped historical cohort using only information available before each prediction or decision; preserve zero periods, censoring, assignment probabilities, and unresolved outcomes when the method requires them.
- 3 Estimate statistical parameters on training history, but obtain costs, utilities, risk tolerance, practical-effect thresholds, capacity, and policy constraints from accountable decision owners.
- 4 Validate on later time windows or held-out aggregate units at the deployment grain, against a simple baseline and the function-specific validation strategy.
- 5 Deploy only if the returned decision clears evidence, overlap, calibration, robustness, and guardrail checks; warning, unsupported, schema-gap, and fallback decisions are abstentions.
- 6 Monitor realized outcomes, data drift, coverage, and decision regret; recalibrate at a governed cadence or after a detected regime/definition change, never merely because a stakeholder dislikes the result.
Call it from your AI
You don't wire up 388 tools in your MCP client. The GitRevio MCP server exposes 18 tools, three of which let an agent search the catalog, read a tool's schema, and run it — so the assistant finds this one on its own.
gitrevio_capabilities_search
{ "q": "audit a technology lossscenario ledger as" }
→ finds "audit_technology_loss_scenario_integrity"
gitrevio_capability_describe
{ "capability_id": "audit_technology_loss_scenario_integrity" }
→ returns the input schema and agent guidance shown on this page
gitrevio_capability_run
{ "capability_id": "audit_technology_loss_scenario_integrity", "arguments": { ... } }
→ returns the result shown above Works in Claude Desktop, Claude Code, Cursor, Cline, Continue.dev, Goose and Aider. See the MCP server.
Related tools
Calculate technology economic capital
Calculate expected loss, loss VaR/CVaR, unexpected-loss economic capital, capital charge and technology RAROC under coherent finance-owned scenarios; count shared platform/provider loss once and reconcile it to aggregate units with exact or seeded-permutation Shapley allocation.
Optimize risk adjusted technology portfolio
Choose a dependency- and exclusion-feasible technology investment portfolio on an expected-value, cost, shared-loss CVaR and economic-capital frontier, maximizing net value after a finance-owned capital charge while enforcing budget, capital, tail-loss and RAROC hurdles with exact or disclosed beam search.
Aggregate risk register copula
Aggregate risk-register occurrence and lognormal severity marginals through a validated Gaussian copula into expected loss, VaR, CVaR, dependence amplification, and tail shares.
Allocate restless bandit interventions
Allocate scarce recurring interventions across evolving Markov units with Whittle indices, explicit indexability checks, and paired policy simulation.
Attribute commercial dependency tail loss
Calculate expected loss, VaR and CVaR for commercial value concentrated in shared technical components, then allocate every modeled tail-loss dollar exactly once across components with normalized negative-log survival hazard rather than overlapping leave-one-out sensitivities.
Audit commercial resilience claim integrity
Audit resilience ROI claims against a unique commercial-source to technical-component graph: recompute each action's avoided loss under joint failure scenarios, cap support at graph-derived value, detect duplicate effects, probability drift and weak evidence, and prevent overlapping component benefits from being sold twice.