Quotables (what role would say this)
Searchables
Joins
Quirks of SNAP_WC_Daily
Formulas
100

"I worked up some Quotes and spoke with the Agent about each"

What is a BDU?

100

Branch name and Agency Name can both be found in this table

What is the Organization table?

100

This key from the Submission table can be used to join to the Agency table

What is agency_id?

100

These two columns in the Submission table are for some reason always a day ahead

What are the Effective_date and Expiration_date columns?

100

By this method, you could tell if a submission is new business or a renewal

1. What is a case statement to see if expiring_policy is null or not?

2. What is a case statement checking for a 0 or 1 in the transaction_type column of the Submission table?

200

"I worked up the submission and its ready for underwriting"

What is an Underwriting Technician?

200

Insured Name can be found in this table.

What is the Insured table?

200

This key from the Submission table can be used to join to the Quote table

What is ID?

200

These two tables are limited to 2 years of data due to loading time restraints.

What are the Activity_Event and FormField tables?

200

Using this formula, you can provide the Quote Ratio of an individual or an agency.

What is quote count / submission count?
300

"I work mostly with renewals and communicate with agents after a policy is bound"

What is an Underwriting Assistant?

300

To find the time stamp of when any action was performed in SNAP, you'd go to this table.

What is Activity_Event?

300

You would use this column to join to the Person table find the BDU's name of a Submission.

What is the responsible_underwriter_id column?

300

This table holds a lot of information but you'll need to parse most of it out of an xml field called note.

What is activity_event?

300

Going one more level deep after the Quote Ratio, this formula would give you the Quote to Bind ratio.

What is Bound Count / Quoted Count?

400

"I am one of the only roles that can approve the creation of a custom claim detail reports"

What is a Regional Manager?

400

This table and column is generally considered to be the most accepted Premium value if only using SNAP.

What is the Total_Premium column in the Quote table?
400

These two tables can join to each other using the same column named ID

What are the Person and Users tables?

400

This commonly asked for field is present in multiple form_fields and must be parsed from most.

What is governing state or governing class code?

400

Using this formula, you can derive the loss ratio.

What is Earned Premium / Incurred Loss?

500

"I work with two BDU's to help quote and manage their books of business"

What is an Associate Underwriter?

500

While form_field name gives you the database name for a value, it might be easier to get the UI name from this table.

What is UIForm_Field?

500

The form table joins to form_field to provide a lot of information based on which of these four tables form can join to.

What are Submission, Quote, Policy_Change and Underwriting_Organization?

500

While the assigned_role table has an ID, it doesn't seem to join to anything.  To actually relate it to another table, one would have to substring this field.

What is the recipient_id column?

500

There are many different flavors of this formula but this one (Claim-related Losses + Expenses) / Earned Premium) had historically determined your 401k match at ICW.

What is Combined Ratio?