Loading
Salesforce now sends email only from verified domains. Read More
Help Agent Performance DegradationRead More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Homeowners Calculation Procedure

          Homeowners Calculation Procedure

          This calculation procedure rates all the coverages for a quote generate using the Homeowners root product.

          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 homeowners products. You can use propHO3RatingProcedure_ho3 as a model, and make changes to it so you can see how calculation procedures work.

          To learn more about creating and editing calculation procedures in general, see Calculation Procedures and Matrices. To learn more about Expression Sets, the replacement for calculation procedures in later releases, see Business Rules Engine.

          The meat of the calculation procedure is its calculation steps. Here's what each step of the propHO3RatingProcedure_ho3 calculation procedure does:

          1. Does a matrix lookup to get the base rates by county the property is in.

          2. Does a first calculation for the AOP_AmountCoverageFactor.

          3. Does a second calculation for the AOP_AmountCoverageFactor.

          4. Does a third calculation for the AOP_AmountCoverageFactor.

          5. Does a first calculation for the HUR_AmountCoverageFactor.

          6. Does a second calculation for the HUR_AmountCoverageFactor.

          7. Does a matrix lookup to get information pertaining to the year the property was built.

          8. Does a matrix lookup to get information about the protection measures on the property.

          9. Does a matrix lookup to get information about the local building codes.

          10. Does a matrix lookup to get information about the property's fire alarm.

          11. Does a matrix lookup to get information about the property's burglar alarm.

          12. Calculates the premium for the Dwelling coverage.

          13. Does a matrix lookup for other structures (besides the dwelling) on the property.

          14. Calculates the premium for the Other Structures coverage.

          15. Does a matrix lookup for personal property.

          16. Calculates the premium for the Personal Property coverage.

          17. Does a matrix lookup for sewer backup.

          18. Calculates the premium for Sewer backup coverage.

          19. Does a matrix lookup for liability.

          20. Calculates the premium for the Liability coverage.

          21. Does a matrix lookup for medical payments.

          22. Calculates the premium for the Medical Payments coverage.

          23. Does a matrix lookup for loss of use rates.

          24. Calculates the premium for the Loss of Use coverage.

          25. Does a matrix lookup for the building ordinance.

          26. Calculates the premium for the Building Ordinance coverage.

          27. Calculates the premium for the Fine Arts coverage.

          28. Calculates the premium for the Bike coverage.

          29. Calculates the premium for the Camera coverage.

          30. Calculates the premium for the Jewelry coverage.

          31. Calculates the total premium for the Scheduled Items.

          Calculation Matrices

          The following calculation matrices are called by propHO3RatingProcedure_ho3:

          Calculation Matrix Name

          Description

          propFLCountyBaseRates_ho3

          Handles the location of the property within the state of Florida.

          Takes a text input and returns text and numeric outputs.

          propYearBuiltFactors_ho3

          Handles information about the year the home was built.

          Takes a numeric (year) input and returns percentage outputs.

          propProtectionClassFactors_ho3

          Handles information about how the home is built to withstand damage.

          Takes numeric and text inputs and returns percentage outputs.

          propBuildingCodeEffectivenessFactors_ho3

          Handles the level of building code requirements met by a property.

          Takes a numeric inputs and returns percentage outputs.

          The lower the number of the input, the more effective the building is at withstanding natural disasters and other damage events. Thus, the lower the rating level for the building.

          propFireAlarmFactors_ho3

          Handles whether and what type of fire alarms the property has.

          Takes a text input and returns a percentage output.

          propBurglarAlarmFactors_ho3

          Handles whether and what type of burglar alarm a property has.

          Takes a text input and returns a percentage output.

          propOtherStructuresRateFactors_ho3

          Handles the amount of coverage the customer specifies for other structures on the property.

          Takes a percentage input and returns a percentage output.

          propPersonalPropertyRateFactors_ho3

          Handles the amount of coverage the customer specifies for personal property (contents).

          Takes a percentage input and returns percentage outputs.

          propSewerBackupAdditionalPremium_ho3

          Handles information about optional sewer backup coverage.

          Takes a numeric input and returns a numeric output.

          propLiabilityAdditionalPremium_ho3

          Handles information that affects the liability coverage premium.

          Takes text and numeric inputs and returns a numeric output.

          propMedPayAdditionalPremium_ho3

          Handles the amount the customer specifies for the medical payment coverage.

          Takes a numeric input and returns a numeric output.

          propLossOfUseFactors_ho3

          Handles the amount of loss-of-use coverage the customer wants for the property.

          Takes a percentage input and returns a percentage output.

          propBuildingOrdinanceFactors_ho3

          Handles the building ordinance factors.

          Take a numeric input and returns a numeric output.

           
          Loading
          Salesforce Help | Article