Calculate shared assumption risk exposure
Price coherent portfolio value loss when necessary assumptions interact multiplicatively and recur across initiatives; size reserve, breach probability and CVaR, then use exact continuous-integral Shapley attribution to reconcile nonlinear expected and tail loss to the premises creating hidden concentration.
What it's for
Turns a board's hidden 'all these projects assume the same thing' concern into a dollar reserve, severe-tail exposure and exact premise-by-premise attribution without double counting.
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 |
|---|---|---|---|
| assumptions | array of objects (2 fields) ≥ 1 item | Evidence | Yes |
| current_shared_assumption_risk_reserve | number ≥ 0 | Your calibration | Yes |
| initiatives | array of objects (3 fields) ≥ 1 item | Evidence | Yes |
| max_detail_rows | integer ≥ 1, ≤ 500 | Numerical control | Optional |
| maximum_acceptable_cvar_loss | number ≥ 0 | Your calibration | Optional |
| maximum_single_assumption_tail_contribution_fraction | number ≥ 0, ≤ 1 | Your calibration | Optional |
| minimum_expected_retained_value_fraction | number ≥ 0, ≤ 1 | Your calibration | Optional |
| reserve_confidence_level | number ≥ 0.5, < 1 | Your calibration | Optional |
| scenarios | array of objects (2 fields) | Evidence | Yes |
| tail_probability | number > 0, ≤ 0.5 | Your calibration | Optional |
Each initiatives
record
| Field | Type | Required |
|---|---|---|
| approved_value_scenarios | array of number (≥ 2 items) | Yes |
| assumption_ids | array of string (≥ 1 item) | Yes |
| id | string (non-empty) | Yes |
{
"assumptions": [
{
"id": "adoption",
"retained_value_fraction_scenarios": [
0.8,
0.4
]
},
{
"id": "price",
"retained_value_fraction_scenarios": [
0.9,
0.5
]
}
],
"current_shared_assumption_risk_reserve": 100,
"initiatives": [
{
"approved_value_scenarios": [
100,
80
],
"assumption_ids": [
"adoption",
"price"
],
"id": "shared-platform"
},
{
"approved_value_scenarios": [
60,
40
],
"assumption_ids": [
"adoption"
],
"id": "enterprise-product"
}
],
"scenarios": [
{
"id": "base", Truncated for display — the full payload is 53 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.
{
"assumption_risk_attribution": [
{
"assumption_id": "adoption",
"expected_loss_shapley_contribution": 39.7,
"expected_retained_value_fraction": 0.68,
"linked_initiative_count": 2,
"tail_cvar_contribution_fraction": 0.6818,
"tail_cvar_loss_shapley_contribution": 60
},
{
"assumption_id": "price",
"expected_loss_shapley_contribution": 14.7,
"expected_retained_value_fraction": 0.78,
"linked_initiative_count": 1,
"tail_cvar_contribution_fraction": 0.3182,
"tail_cvar_loss_shapley_contribution": 28
}
],
"configuration": {
"maximum_acceptable_cvar_loss": null,
"maximum_single_assumption_tail_contribution_fraction": 1,
"minimum_expected_retained_value_fraction": 0,
"reserve_confidence_level": 0.9,
"scenario_count": 2,
"tail_probability": 0.3
},
"decision": "shared_assumption_risk_supported",
"failed_gates": [],
"guardrails": [
"Every scenario column is one coherent joint state across approved values and all assumptions. Independently sorted marginals destroy shared downside dependence and can manufacture diversification.",
"Initiative value survives only when every declared premise survives. Exact Shapley allocation distributes that nonlinear modeled loss without double counting; it is fair risk accounting, not causal blame or evidence that a premise will fail.",
"Approved values must be incremental, non-overlapping and finance governed. Assumption links must reflect necessary premises rather than every remotely related factor, and scenario probabilities require local calibration and periodic backtesting."
],
"initiative_risk_diagnostics": [
{
"assumption_ids": [
"adoption",
"price"
],
"expected_approved_value": 94,
"expected_assumption_loss": 38.8,
"expected_retained_value": 55.2,
"initiative_id": "shared-platform", Truncated for display — the full payload is 79 lines.
How it works
Constrained optimization — Pick the best feasible option under real limits — budget, headcount, dependencies, capacity — rather than ranking a list and hoping it fits.
- 1 Freeze finance-approved initiative values, necessary assumption links and assumption retained-value fractions inside identically ordered joint scenarios.
- 2 Multiply retained fractions within each initiative so value survives only when all declared necessary premises survive, then aggregate losses without independently sorting common shocks.
- 3 Allocate nonlinear loss exactly with the Shapley integral, reuse the realized portfolio tail weights for coherent CVaR contributions, and gate reserve, retained value, tail loss and single-premise concentration.
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
- Objectives use commensurable locally governed value units, constraints reflect real feasibility, and uncertainty covers plausible adverse inputs.
- Values are incremental and non-overlapping; linked premises are jointly necessary; retained fractions and probabilities are locally calibrated in common scenarios; scenario columns preserve cross-initiative and cross-premise dependence.
- The recommendation is optimal only for its stated objective, feasible set, evidence, and solver guarantee; it is not a universal management optimum.
- Shapley contribution is exact fair allocation of modeled nonlinear loss, not causal blame or failure probability. Bad value boundaries or missing assumptions remain bad inputs despite perfect reconciliation.
Minimum evidence
- initiatives: at least 1 rows/items
- assumptions: at least 1 rows/items
- scenarios: required and organization-defined
- current_shared_assumption_risk_reserve: required and organization-defined
How to validate it
Backtest the chosen action against simple feasible baselines on held-out scenarios, sweep costs/constraints/risk tolerance, and require constraint feasibility under adverse inputs.
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
- finance-owned coherent shared-assumption case joining incremental non-overlapping initiative value to calibrated necessary-premise downside under identical joint scenario columns
- incremental value boundary, necessary-premise semantics, scenario generation and dependence, retained-fraction calibration/backtesting, reserve confidence, retained-value/CVaR/concentration appetite, currency/horizon and accountable model owner
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": "price coherent portfolio value loss when" }
→ finds "calculate_shared_assumption_risk_exposure"
gitrevio_capability_describe
{ "capability_id": "calculate_shared_assumption_risk_exposure" }
→ returns the input schema and agent guidance shown on this page
gitrevio_capability_run
{ "capability_id": "calculate_shared_assumption_risk_exposure", "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
Audit strategic assumption lineage
Audit every aggregate initiative-value claim against a versioned canonical premise, unit, validation period and independent evidence lineage; retain unknown references, detect stale, unverified, conflicting and source-reused exposure, and gate hidden portfolio concentration in assumptions shared across initiatives.
Optimize shared assumption hedging portfolio
Choose a budgeted, capacity-feasible portfolio of validation, option, diversification or mitigation actions against shared business assumptions, combining repeated actions as diminishing remaining-gap closure while preserving cross-initiative reach, multi-premise complementarity, dependencies, exclusions, common scenario costs, positive-value probability and CVaR.
Audit analytical specification multiverse
Audit whether an analytical conclusion survives a prespecified multiverse of admissible windows, cohorts, metrics, and models using aligned bootstrap draws, a weighted specification curve, practical-effect support gates, and descriptive choice-influence diagnostics.
Audit analytics challenger independence
Audit whether an analytical challenger supplies genuinely independent error information: use paired temporal moving-block bootstrap bounds on error correlation, incumbent-failure catch rate and common-mode joint failure, with simultaneous Bonferroni control across every screened challenger and explicit evidence gates.
Audit analytics function calibration readiness
Gate analytical functions on paired out-of-time decision loss against a frozen baseline using temporal moving-block bootstrap, autocorrelation- and weight-adjusted effective sample size, evidence coverage, lower confidence bounds, improvement probability and recent degradation rather than declaring a model calibrated from training fit.
Audit analytics transportability
Audit whether locally calibrated analytical functions retain decision-loss improvement across target-similar operating environments using similarity-weighted random-effects meta-analysis, between-environment variance, I-squared, sign consistency and a conservative target prediction interval.