May, 2024

🥥

Highlights

The May, 2024 release of the Risk Modeler clarifies the required parameters in the Get EP Interpolation Results operation.

  • The Get EP Interpolation Results operation requires both the key and value query parameters.

Learn More

Metrics

The Get EP Interpolation Results (GET``/riskmodeler/v1/analyses/{id}/ep/interpolate and /riskmodeler/v2/analyses/{id}/ep/interpolate) operation requires the value query parameter be specified in every request.

Both the key and the value query parameters are required. The value parameter specfies the value of the specified metric key.

curl --request GET \
     --url 'https://<<host>>/riskmodeler/v2/analyses/67/ep/interpolate?perspective=GR&treatyId=5&exposureId=4&exposureType=8017&key=RETURNPERIOD&value=10&metricType=ELT' \
     --header 'accept: application/json'