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.

Create independent group

Creates an "independent" analysis group that is a copy of an existing analysis group, but which is disconnected from the underlying DLM analysis results.

All the treaty information associated with the underlying analysis results is duplicated and associated with the independent group. This treaty information cannot be updated or removed.

Independent groups may be validated (/v2/analysis-groups/regroup) and regrouped (/v2/analysis-groups/validate), but cannot be updated (/v2/analysis-groups/update).

Path Params
int32
required
≥ 1

ID number of an analysis group of DLM analysis results. Cannot contain HD analysis results.

Body Params
string
length between 1 and 64

Name of independent group. May contain characters 0-9, A-Z, a-z, underscore (_), hyphen (-), colon (:), and a blank space. Cannot start or end with hyphen, space, or colon, and cannot include consecutive hyphens (--).

If unspecified, appends _INGP to name of original analysis group

string
length between 0 and 80

Brief descripton of independent group.

Responses
202

Accepted: A GROUPING job was added to the workflow engine queue for processing. Returns a URL in the Location header that enables you to track the status of the job e.g. /{host}/v1/workflows/100000. Send periodic HTTP GET requests to the URL for the job status. See Workflow Engine.

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