You are here:
Property Rating
When we quote and endorse the Homeowners and Renters 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 service does the following:
-
Pulls data from the Homeowners or Renters product model to form the rating input data.
-
Calls the rating procedure and rating input data to calculate the coverage prices.
-
Takes the coverage price data returned by the rating procedure, then inserts it into the product model.
-
Rolls up the coverage prices to the total (quoted) premium price.
The rating procedure we use to rate the Homeowners product is the propHO3RatingProcedure_ho3 expression set. The rating procedure that rates the Renters product is the propHO4RatingProcedure_ho4 expression set.
Any time a broker or customer service rep generates a quote for a potential customer, the quote business process calls the appropriate rating procedure to calculate the price for that quote.
Each insurer defines how they will calculate prices for their insurance products. These rating procedures provide realistic examples for calculating property insurance product prices. You can use our example as a guide as you decide how to create your own property 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 Homeowners and Renters products include a Home insured item spec as the insured item. Both product models include a Scheduled Item insured item spec as a child of the Home insured item spec.
All coverages in these models are associated directly to the root product specs.
To learn more about these product models, see Property Product Model.
Rating Procedure
Rating procedures are used to price insurance products and health plans. The property line of business provides these rating procedures for the two root products:
To rate the homeowners product, use this integration procedure:
Type: insRating
Subtype: propertyOwner
Name: PropertyRating
Here's how the Homeowners rating procedure rates the Homeowners product at the top level.
To rate the renters product, use this integration procedure:
Type: insRating
Subtype: property
Renter Name: PropertyRentersRating
Here's how the Renters rating procedure rates the Renters product at the top level.
insRating/propertyOwner integration procedure for the homeowners (HO3) product
insRating/propertyRenter integration procedure for the renters (HO4) product
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 Homeowners and Renters 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 Homeowners product in the Homeowners (HO3) > Total Pricing Formula field is:
SUM (premiumJWY + premiumMUSICEQP + premiumCAMERA + premiumBIKE + premiumFA + premiumBldOrdinance + premiumLossOfUse + premiumMedPay + premiumLiability + premiumSewer + premiumContent + premiumOtherStructures + premiumDwelling)
The formula total policy premium for the Renters product in the Renters (HO4) > Total Pricing Formula field is:
SUM (premiumCTS + premiumSVAL + premiumLossOfUse + premiumMedPay + premiumLiability + premiumBIKE + premiumCAMERA + premiumFA + premiumJWY + premiumMUSICEQP)
Next Steps
After you've gotten a look at the rating procedure, go to the Homeowners and Renters product models and try simulating the rating procedure that's mapped to the product model.
Then you can go on to the quote flows to see how the Property Application rates products for quotes.
- Homeowners Calculation Procedure
This calculation procedure rates all the coverages for a quote generate using the Homeowners root product. - Renters Calculation Procedure
This calculation procedure rates all the coverages for a quote generate using the Renters root product.



