You are here:
Integration Procedures for Commissions
If a commission calculation requires data from multiple sources, use Integration Procedures to pull all the necessary data together. You can incorporate matrix lookups into an Integration Procedure, have the Integration Procedure use an Omnistudio Data Mapper to fetch data from another source, and then factor that data into the calculation.
Example: You can pay an additional commission based on how many policies a producer sold in the last six months.
For a $10,000 premium:
-
Use a flat matrix to calculate the base commission rate.
Looking up the $10,000 premium on the matrix, a 15% rate applies. So multiply $10,000 by 15%.
-
Use a Data Mapper to calculate the number of policies sold by the producer in last six months.
Let's say it's 10 policies.
-
Use another matrix to calculate an add-on commission based on the base commission and the number of policies sold.
Looking up 10 policies, a 5% rate applies. So multiply the $1,500 base commission by 5%.
$1,500 x 5% = $75 add-on commission
Number of Policies Low
Number of Policies High
Rate
0
5
4%
6
10
5%
11
20
7%
21
1,000
-
Add the base commission to the add-on commission to get the total commission.
$1,500 + $75 = $1,575 total commission

