You are here:
Business Owners Rating
When we quote and endorse the Business Owners Policy products, our pricing services use the product model data, product rating procedure, and pricing formulas. The services use these components to price the coverages. The services do the following:
-
Pull data from the Business Owners product model to form the rating input data.
-
Call the rating procedure and rating input data to calculate the coverage prices.
-
Take the coverage price data returned by the rating procedure, then inserts it into the pricing formula(s) in the product model.
-
Roll up the coverage prices to the total (quoted) premium price.
Here's what that looks like for the Superior and Economy business products:
The rating procedure we use to rate the Superior Business and Economy Business products is the BusinessOwnersPolicy calculation procedure.
For the Essential Business product, we use the Rating_EssentialBusiness integration procedure that then calls the EssentialBusiness calculation procedure. For details on this rating procedure, see Essential Business Rating.
Any time a broker or customer service rep generates a quote for a potential customer, the quote business process calls the rating procedure to calculate the price for that quote.
Each insurer defines how they will calculate prices for their insurance products. This rating procedures provide realistic examples for calculating small business insurance product prices. You can use our example as a guide as you decide how to create your own business insurance rating procedures.
To learn the basics about Vlocity Insurance rating procedures for pricing insurance products, see Rating Procedures.
Rating Input
To understand the construction of the rating procedure, you need to understand the form of the input data passed into the procedure. The Superior Business and Economy Business products include a smallBusiness insured item spec as the insured item.
You can add or remove optional coverages and modify their respective deductibles. All coverages in these models are associated directly to the root product specs.
To learn more about these product models, see Business Owners Product Model.
Rating Procedure
Here's a top-level view of how the Business Owners rating procedure rates both the Economy Business and Superior Business products. This formula is mapped from the output of the calculation procedure.
Calculation Procedures
The Business Owners calculation procedure rates all the coverages for the quote for both the Economy Business and Superior Business products.
This calculation procedure includes variables, constants, and calculation steps. Some of those calculation steps are matrix lookups that call specific calculation matrices.
We expect that you'll create your own calculation procedure to rate your business owners products. You can use BusinessOwnersPolicy as an example, and make changes to this procedure so you can see how calculation procedures work.
To learn more about creating and editing calculation procedures in general, see .Calculation Procedures and Matrices
The meat of the calculation procedure is its calculation steps. Here's what each step of the BusinessOwnersPolicy calculation procedure does:
-
Does matrix lookups to get the SIC Code and details of the business property.
-
Calculates the business points.
-
Does matrix lookups to get more business details, SIC information, and deductibles.
-
Calculates the base Premium.
-
Does matrix lookups for coverages.
-
Calculates the premium for employee fraud.
-
Does matrix lookups to get information on the building sprinkler.
-
Calculates the premium for the Accounts Receivable.
-
Does matrix lookups to get information about any optional coverages that have been added.
-
Calculates the total premium for the Small Business.
BusinessOwnersPolicy includes aggregation steps that calculate aggregated premiums for specific coverages:
-
Calculates the aggregate premium for personal property by taking the sum of final rate for personal property outputs from each run of the calculation steps.
-
Calculates the aggregate premium for accounts receivables by taking the sum of final rate for accounts receivables outputs from each run of the calculation steps.
-
Calculates the aggregate premium for general liability by taking the sum of final rate for general liability outputs from each run of the calculation steps.
-
Calculates the aggregate premium for employee fraud by taking the sum of final rate for employee fraud outputs from each run of the calculation steps.
-
Calculates the aggregate premium for rental car by taking the sum of final rate for rental car outputs from each run of the calculation steps.
Pricing Formulas
After the rating procedure runs for an in-progress quote, Vlocity goes back to the product model it's creating the quote for. On the product model, the total policy premium is calculated.
This happens on the Simulate tab of the product model. On the Superior Business, Economy Business, and Essential Business product model Simulate tabs, you'll see the Rating Inputs and Rating Outputs mapped from the rating procedure. To learn how to do this, see Map Ratings to Product Specs
The formula total policy premium for the Economy Business product in the Economy Business > Total Pricing Formula field is:
basePremium + premGenLiab__premGenlLiab + premTenantLiability__premTenantLiab + premSignage + premAR + premValuePapers + premEmpFraud + premRentalCar__premRentalCar + premElectronicMedia + premEmployeeAuto__premEmployeeAuto + rateBusProperty__ratePersonalProperty
The formula total policy premium for the Superior Business product in the Superior Business > Total Pricing Formula field is:
basePremium + premGenLiab__premGenlLiab + premTenantLiability__premTenantLiab + rateBusProperty__ratePersonalProperty + premSignage + premAR + premValuePapers + premEmpFraud + premRentalCar__premRentalCar + premElectronicMedia + premEmployeeAuto__premEmployeeAuto
Next Steps
After you've gotten a look at the rating procedure, go to the Superior Business and Economy Business product models and try simulating the rating procedure that's mapped to the product model.
Then you can go on to the quote flowsProperty Quote Business Process to see how the Business Owners Application rates products for quotes.

