Search policies

Returns a list of standard policies, step policies, (DLM model), and step policy templates.

  • A standard policy follows a traditional insurance payment structure where the payout is based on the terms and conditions specified in the policy without any step-like intervals.
  • A step policy is an insurance payment structure that follows a step-like function, where the payment amount is a prescribed value over a certain interval (step) and jumps to another prescribed value in an adjacent interval. Payout occurs when losses match criteria specified for a one of the steps.
  • A step policy template is an outline of step policy that has not been is assigned to an account.

This operation supports response filtering based the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators.

📷

Step Policy (HD model)

Risk Data API supports both DLM step policies and HD step policies. This operation returns only DLM step policies.

To search for HD step policies, use the Search HD Step Policies operation.

Path Params
int64
required
≥ 1

ID of EDM.

Query Params
string

Query string to select response data based on property values.

PropertyComparisonList
policyId= != <= >= > <NOT IN IN
policyNumber= != LIKE NOT LIKENOT IN IN
accountId= != <= >= > <NOT IN IN
peril= != <= >= > <NOT IN IN
status= != LIKE NOT LIKENOT IN IN
currency= != LIKE NOT LIKENOT IN IN
inceptionDate= != <= >= > <
expirationDate= != <= >= > <
attachmentPoint= != <= >= > <NOT IN IN
minDeductible= != <= >= > <NOT IN IN
maxDeductible= != <= >= > <NOT IN IN
blanketLimit= != <= >= > <NOT IN IN
blanketDeductible= != <= >= > <NOT IN IN
structure= != <= >= > <NOT IN IN
blanketPremium= != <= >= > <NOT IN IN
coverageBase= != <= >= > <NOT IN IN
limitGU= != <= >= > <NOT IN IN
partOf= != <= >= > <NOT IN IN
userText1= != LIKE NOT LIKENOT IN IN
userText2= != LIKE NOT LIKENOT IN IN
userText3= != LIKE NOT LIKENOT IN IN
userText4= != LIKE NOT LIKENOT IN IN
newCauseOfLoss= != <= >= > <NOT IN IN
percentOfLossDeductible= != <= >= > <NOT IN IN
aggregateMinDeductible= != <= >= > <NOT IN IN
aggregateMaxDeductible= != <= >= > <NOT IN IN
aggregateLimit= != <= >= > <NOT IN IN
isFranchiseDeductible= != <= >= > <NOT IN IN

Use logical operators (AND, OR) to defined compound queries. See Filtering Responses.

string

Comma-delimited list of properties. Sort order defined by one of ASC (ascending) or DESC (descending).

Supported properties: accountId, aggregateLimit, aggregateMaxDeductible, aggregateMinDeductible, attachmentPoint, attachmentPoint, blanketDeductible, blanketLimit, blanketPremium, coverageBase, currency, expirationDate, inceptionDate, isFranchiseDeductible, limitGU, lobId, maxDeductible, minDeductible, newCauseOfLoss, partOf, percentOfLossDeductible, peril, policyId, policyNumber, status, structure, userText1, userText2, userText3, userText4

See Response Pagination.

int32

Number of records returned per page. See Response Pagination

int32

Number of the page displaying the returned records, starting at 0

Responses

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