Moody’s strongly recommends that Risk Modeler and UnderwriteIQ tenants use the Platform APIs instead of the Risk Modeler APIs for all future projects. See Migrate to Plaform APIs.

Get EP interpolation results

Returns a list of EP interpolation results for the specified analysis result.

Exceedance probability (EP) analysis produces cumulative distribution curves that represent the probability that losses will exceed a certain amount, from either single or multiple occurrences. DLM and ALM EP analyses generate event loss tables (ELTs).

curl --request GET \
     --url 'https://{host}/riskmodeler/v2/analyses/47/ep/interpolate? \
     perspective=GR& \
     exposureId=56& \
     exposureType=8017& \
     key=RETURNPERIOD& \
     value=7& \
     metricType=EP' \
     --header 'Authorization: XXXXXXXXXX' \
     --header 'accept: application/json'

To learn more, see Filter Analysis Results.

Language
Credentials
URL