Governed exposure
The protocol ledger records the amount or business exposure attached to governed decisions.
Saved Risk Value is Decionis' audit estimate for governed exposure: what execution was held, what exception exposure was accepted, and which dossier evidence supports the claim.
SRV helps operators explain Decionis as execution risk infrastructure, not only compliance logging.
The protocol ledger records the amount or business exposure attached to governed decisions.
Non-allow enforcement outcomes convert amount and risk score into an estimated exposure held by the gate.
Override dossiers record accepted exposure, upside, blast radius, approver context, and expiry.
Saved Risk Value should be assembled from Decionis protocol artifacts, not from client-side rule thresholds.
| Artifact | Field examples |
|---|---|
| Decision Ledger | amount, risk_score, execution_action, outcome, policy_version |
| Decision Dossier | dossier_id, reason_codes, policy_snapshot, signature |
| Override Dossier | estimated_risk_eur, potential_upside_eur, blast_radius |
| Decision Chain | workflow lineage and related held or escalated steps |
The workspace SRV panel uses a conservative audit estimate.
{
"saved_risk_value": {
"risk_held": "sum(amount * risk_score for non-allow enforcement decisions)",
"exposure_governed": "sum(amount for protocol ledger decisions)",
"controlled_exception_exposure": "sum(override.metadata.estimated_risk_eur)",
"traceability": "every estimate links back to ledger rows and override dossiers"
}
}SRV is an audit posture metric, not a guarantee of actual loss avoided.
| Statement | Boundary |
|---|---|
| Risk held | Estimated from protocol evidence and risk scores; it is not a P&L guarantee. |
| Controlled exception | An accepted override can preserve upside while keeping exposure auditable. |
| No policy logic in clients | Applications still submit execution intent; Decionis remains the policy authority. |
| Reviewable by auditors | Every number should be traceable to a dossier, chain, ledger row, or override record. |
Use the protocol ledger and dossier routes as the source of measurement.
| Use | Route |
|---|---|
| Decision Ledger | GET /v1/orgs/:orgId/decision-ledger |
| Decision Dossier | GET /v1/protocol/dossiers/:dossierId |
| Decision Chain | GET /v1/protocol/decision-chains/:chainId |
| Decision Evaluation | POST /v1/protocol/evaluate-decision |
Use https://api.decionis.com/v1 for runtime calls. Pair /docs/decision-dossier with /docs/overrides and /docs/audit-anchoring when presenting SRV to finance, risk, or audit teams.