Swallow
  • YOUR FIRST MODEL
    • Setting up your first project
    • Manual setup of a new product
    • Excel Model Upload
    • Create your team
    • Essential concepts
      • Syntax
      • Steps
      • Collections
      • Try Model
      • Spotlight
  • PROCESS
    • Team Management
    • Governance & Collaboration
  • BUILD
    • Building with AI
    • Step builder
      • Understanding step types
      • Ordering step blocks
      • Placeholder mode
      • Up/Downloading models
      • Sharing your model
      • Running tests
    • Inputs
    • Enriching Raw Data
      • Transform Data
      • Enrich via API
      • Data Set
      • Collection
      • Custom Code
    • Setting Up Decisions
      • Exclusions
      • Excesses
      • Endorsements
      • Refer
    • Making Calculations
      • Factors
      • Calculation
    • Outputs
  • TEST
    • Creating New Tests
    • Running Tests
    • Editing Tests
    • Reading & Interpreting Tests
    • Impact Testing
  • DATA
    • Working with real-time data
    • Data Views
    • Data Quotas
    • Troubleshooting
    • API Webhooks
    • Data Downloads
  • ADMIN & SETTINGS
    • Project Management
    • Account Management
  • INTEGRATIONS
    • Introduction
    • Payments
      • Stripe
      • GoCardless
      • Adyen
    • Alerting
      • Slack
      • Zapier
    • Data
      • AWS S3
      • Google Sheets
    • Admin
      • Socotra
      • Guidewire
      • Hubspot
      • Salesforce
  • Developer API
    • Introduction
    • Authentication
    • Errors codes
    • Endpoints
      • /quotes
      • /projects
      • /tests
      • /process
Powered by GitBook
On this page
  • 1. Add a new endorsement
  • 2. Create your endorsement
  • Name
  • Value
  • Expression
  • 3. Save your endorsement
  • 4. Add, edit or delete endorsements
  • 5. Save the step
  1. BUILD
  2. Setting Up Decisions

Endorsements

Using the 'Endorsement' step in the builder to create endorsement rules for quotes

PreviousExcessesNextRefer

Last updated 1 year ago

The 'Endorsement' step allows you to set rules that add flags so you can customise terms or policy wording in documents attached to a quote.

How might you use the 'Endorsement' step?

If you were building a pricing model for insurance, there may be certain quotes or customers that you want to agree to different terms with, or provide with alternative policy wording and documentation.

For example, you may want to insist that owners insuring a classic car must keep their vehicle in a garage at all times, but only offer policy wording to this effect exclusively for them.

You can then pass details of the endorsement back to your policy management system using API Webhooks so you serve each customer with the right documents.

1. Add a new endorsement

To get started, click the cog symbol in the top right of the 'Endorsements' step.

Once you've opened the step, click the 'ADD' button in the top right of endorsements table.

2. Create your endorsement

There are three elements to each new endorsement you add, whether you're adding a new endorsement or editing an existing one.

Name

Give your endorsement a descriptive name. This identify the endorsement in your table, so make sure it's unique and easy to understand.

Value

Create an alphanumeric code that you can use to identify each new endorsement. This is what you would pass these back to your policy management system via API Webhooks.

In the example below, the value has been set as G1

Expression

Write an expression to determine which quotes are offered the endorsement. This will need to include which data input(s) you want to be looking at, and the conditions that you use to offer a specific endorsement.

Here's an example of how you would structure an expression using the vehicle's age of manufacture, to ensure that vehicles manufactured before 1980 are treated as classic vehicles:

{{vehicle_year_of_manufacture}}<1980

To learn how to structure your expression in more detail, debug and to see the full glossary, check out our full page on Syntax.

3. Save your endorsement

Once you're happy with the endorsement you've added, just press the 'Save' button in the bottom right of the modal and you're ready to add more endorsements to the table if you want to.

4. Add, edit or delete endorsements

To add more new endorsements, repeat the steps above. Alternatively, you can edit and delete endorsements you've already added.

To bulk edit all endorsements, you can use the buttons to the top left of the endorsements table download as a CSV, edit and then re-upload your endorsements table.

5. Save the step

Once you're happy with all of the endorsements in your table, just press the 'Save' button in the top right of the screen. You're now ready to head back to the 'Build' screen.

Once you've added the 'Endorsement' step and named it, like you will with any other step in the Build tool (), you'll need to add rules for which endorsement will apply to which quotes.

more on that here
The Endorsements step
ADD button for new endorsements
Add new endorsement dialogue
Save endorsement button
Upload and download buttons
Save step button