Recalculate with PATE

Recalculates metrics and statistics in an existing analysis or analysis group based on treaty term adjustments. This operation supports both the editing of existing terms and the attachment of new treaties.

PATE (post-analysis treaty editing) facilitates the evaluation of how different terms can affect your bottom line. PATE enables you to avoid re-running computationally expensive or time-consuming modeling jobs. Instead of remodeling the same exposure from scratch with diverse sets of treaty terms, PATE leverages the metrics and statistics in a reference analysis and computes new metrics based adjustments to the original treaty terms.

PATE is a type of post-analysis action.

Reference Analysis

The analysisId path parameter specifies the reference analysis that is the foundation of the PATE analysis.

PATE is supported for ALM EP analyses, DLM EP analyses, and HD EP analyses. PATE is not supported if the reference analysis is a non-EP analyses.

The reference analysis may be a single analysis or an analysis group, a collection of analyses.

  • If the reference analysis is an individual analysis, this operation recalculates analysis metrics and statistics based on PATE adjustments.
  • If the reference analysis is an analysis group, this operation returns summary metrics and statistics based on PATE adjustments. If the groupOnly query parameter is false, this operation returns recalculated metrics and statistics for each of the underlying analyses as well.

PATE treaties

PATE supports the editing or removal of existing treaty terms (those of a treaty attached to the reference analysis) and the addition of new treaty terms added during PATE.

  • Adjustments to the terms in a base treaty --a treaty attached to the reference analysis-- are specified in the update and delete arrays.
  • New treaties added in PATE may be specified in the insert array.

Both catastrophe treaties and per-risk treaties may be added in PATE. Catastrophe (CATA), corporate catastrophe (CORP), and surplus share (SURP) PATE treaties are always attached at the portfolio level. Non-catastrophe (NCAT), quota share (QUOT), stop loss (STOP), and working excess (WORK) PATE treaties may be attached at the account level, location level, or policy level.

A PATE treaty can only be attached if its treaty type is compatible with the modeling engine used to compute the reference analysis:

Treaty TypeALMDLMHD
CATAYesYesYes
CORPYesYesYes
NCATYesNoYes
QUOTNoYesYes
STOPYesYesYes
SURPNoYesYes
WORKNoYesYes

Different treaty terms are editable depending on the treaty type, the model used compute the reference analysis (ALM, DLM, or HD), and whether the treaty was attached to the reference analysis or defined during PATE. For a complete list of editable treaty properties by treaty type and model, see Risk Modeler User Guide in the Moody's RMS Support Center

[
  {
    "anlsid": 16738,
    "id": 26107,
    "sourceid": 14579,
    "eventid": 2858009,
    "perspvalue": 6496535.218937551,
    "perspcode": "TY",
    "stddevi": 408835.5652599671,
    "stddevc": 788031.6314773998,
    "expvalue": 7005000.114440918,
    "rate": 8.083383363555185e-6,
    "status": 0,
    "peril": "Windstorm",
    "region": "North America",
    "oepWUC": 8.083350693133262e-6,
    "exposureNumber": "48"
  },
  {
    "anlsid": 16738,
    "id": 26107,
    "sourceid": 34139,
    "eventid": 2877569,
    "perspvalue": 6038040.412783835,
    "perspcode": "TY",
    "stddevi": 587803.5759016419,
    "stddevc": 1132076.3772488947,
    "expvalue": 7005000.114440918,
    "rate": 5.085525845061056e-5,
    "status": 0,
    "peril": "Windstorm",
    "region": "North America",
    "oepWUC": 5.893690496650006e-5,
    "exposureNumber": "48"
  }
]

🍐

Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

UnderwriterTechnical UnderwriterRisk AnalystPortfolio ManagerCat Modeler
YESYESYESYESYES

To learn more about role-based permissions, see Access Controls.

Headers
uuid
required
Defaults to xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

ID of resource group. To learn more, see Resource Groups

Path Params
int64
required
≥ 1

ID of analysis result or analysis group that is the reference analysis for PATE.

Query Params
boolean
Defaults to true

Scope of PATE analysis result if the reference analysis result is an analysis group. May recalculate group-level statistics only or both group-level statistics and per-analysis statistics.

  • If true, recalculates group-level statistics only. DLM or HD analyses.
  • If false, recalculates both group-level statistics and per-analysis statistics. DLM analyses only.
Body Params
insert
array of objects

List of PATE treaties to attach before PATE analysis.

insert
update
array of objects

List of adjustments to base treaties (treaties attached to the base analysis) to update before PATE analysis.

update
delete
array of objects

List of base treaties (treaties attached to the base analysis) to remove before PATE analysis.

delete
Responses

PATE job has been added to the job queue for processing.

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
*/*
application/json