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.
What it's for
Answers a sharper version of ‘which projects are worth doing?’: which combination still creates value after charging scarce risk capital and counting common platform downside exactly once?
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 |
|---|---|---|---|
| beam_width | integer ≥ 10, ≤ 100000 | Numerical control | Optional |
| budget | number ≥ 0 | Your calibration | Yes |
| capital_charge_rate | number ≥ 0, ≤ 10 | Your calibration | Optional |
| confidence_level | number ≥ 0.5, ≤ 0.999 | Your calibration | Optional |
| cvar_loss_limit | number ≥ 0 | Your calibration | Yes |
| detail_limit | integer ≥ 1, ≤ 500 | Your calibration | Optional |
| economic_capital_limit | number ≥ 0 | Your calibration | Yes |
| exact_investment_limit | integer ≥ 1, ≤ 22 | Your calibration | Optional |
| investments | array of objects (8 fields) | Evidence | Yes |
| minimum_expected_net_value | number | Your calibration | Optional |
| minimum_portfolio_raroc | number ≥ -10, ≤ 100 | Your calibration | Optional |
| scenarios | array of objects (2 fields) | Evidence | Yes |
| shared_loss_groups | array of objects (4 fields) ≥ 0 items | Evidence | Optional |
Each investments
record
| Field | Type | Required |
|---|---|---|
| cost | number (≥ 0) | Yes |
| dependency_ids | array of string | Yes |
| direct_loss_by_scenario | object | Yes |
| evidence_verified | boolean | Yes |
| exclusion_ids | array of string | Yes |
| gross_value_by_scenario | object | Yes |
| id | string (non-empty) | Yes |
| mandatory | boolean | Yes |
{
"budget": 35,
"capital_charge_rate": 0.1,
"confidence_level": 0.9,
"cvar_loss_limit": 1000,
"economic_capital_limit": 1000,
"investments": [
{
"cost": 20,
"dependency_ids": [],
"direct_loss_by_scenario": {
"adverse": 30,
"ordinary": 5,
"severe": 100
},
"evidence_verified": true,
"exclusion_ids": [],
"gross_value_by_scenario": {
"adverse": 80,
"ordinary": 100,
"severe": 50
},
"id": "platform",
"mandatory": false
},
{
"cost": 10,
"dependency_ids": [],
"direct_loss_by_scenario": {
"adverse": 21,
"ordinary": 3.5,
"severe": 70
},
"evidence_verified": true,
"exclusion_ids": [],
"gross_value_by_scenario": {
"adverse": 56,
"ordinary": 70,
"severe": 35
},
"id": "data",
"mandatory": false
},
{ Truncated for display — the full payload is 93 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": {
"budget": 35,
"capital_charge_rate": 0.1,
"confidence_level": 0.9,
"cvar_loss_limit": 1000,
"economic_capital_limit": 1000,
"eligible_investment_count": 3,
"investment_count": 3,
"minimum_expected_net_value": 0,
"minimum_portfolio_raroc": 0.1,
"scenario_count": 3
},
"decision": "portfolio_selected",
"failed_gates": [],
"finding": "risk_adjusted_technology_portfolio_identified",
"governance": [
"The optimizer chooses aggregate technology investments, not people, teams or employment actions.",
"Scenario value, loss, currency, horizon and capital appetite remain finance/risk-owned inputs.",
"A heuristic result is explicitly labeled incomplete and must be challenged against alternative portfolios before approval."
],
"method": "economic_capital_raroc_pareto_exact_or_beam_v1",
"pareto_frontier": [
{
"cost": 0,
"economic_capital": 0,
"expected_gross_value": 0,
"expected_loss": 0,
"expected_net_value": 0,
"investment_ids": [],
"loss_conditional_value_at_risk": 0,
"loss_value_at_risk": 0,
"raroc": null,
"risk_adjusted_value": 0
},
{
"cost": 5,
"economic_capital": 31.2,
"expected_gross_value": 35.6,
"expected_loss": 8.8,
"expected_net_value": 21.8,
"investment_ids": [
"product"
], Truncated for display — the full payload is 136 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 Admit only evidence-verified aggregate investments, close mandatory dependencies, preserve exclusions, align gross value/direct loss to common scenarios and activate each shared platform/provider loss only once for any selected member.
- 2 For every exact or deterministic-beam candidate, calculate full cash cost, expected net value, loss VaR/CVaR, unexpected-loss economic capital, RAROC and value after the capital charge; reject candidates outside budget, capital, tail, value or RAROC appetite.
- 3 Remove portfolios dominated jointly on cost, economic capital, CVaR and expected net value, then select the highest risk-adjusted feasible portfolio while disclosing search completeness, rejected evidence and the surviving Pareto frontier.
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.
- Investment options are executable and aggregate, dependencies/exclusions/mandatory items are complete, gross values and losses share one horizon and price basis, common losses are unique, and finance owns budget, capital charge, RAROC and severe-loss appetite.
- The recommendation is optimal only for its stated objective, feasible set, evidence, and solver guarantee; it is not a universal management optimum.
- The frontier selects aggregate technology bets, not named people, teams or employment actions. A heuristic frontier is not proven globally optimal, and no option is authorized without finance, risk and operational approval.
Minimum evidence
- investments: required and organization-defined
- scenarios: required and organization-defined
- budget: required and organization-defined
- economic_capital_limit: required and organization-defined
- cvar_loss_limit: 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
- one versioned investment-option/scenario matrix joined to audited technology exposures, canonical shared platform/provider loss groups, complete option relations, current approvals and finance/risk capital limits
- investment and scenario perimeter, value/loss/cost horizon and price basis, evidence eligibility, shared-loss uniqueness, mandatory dependencies/exclusions, budget, CVaR confidence, economic-capital limit, capital charge, minimum RAROC/value, exact/beam search and human approval
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": "choose a dependency and exclusionfeasible technology" }
→ finds "optimize_risk_adjusted_technology_portfolio"
gitrevio_capability_describe
{ "capability_id": "optimize_risk_adjusted_technology_portfolio" }
→ returns the input schema and agent guidance shown on this page
gitrevio_capability_run
{ "capability_id": "optimize_risk_adjusted_technology_portfolio", "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 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.
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.
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.