I need to write a rule that reads the amount in wagetype 1 and does the following
Multiplies wagetype 1 by a 10% and store the results in wagetype 2
Multiplies Wagetype 1 by 25% and store the results in wagetype 3
Multiplies wagetype 1 by 15% and store the results in wagetype 4
Creates wagetype 5 and store value as a fixed constant say 50
Subtract wagetype 2, 3 and 4 and 5 from Wagetype 1 and store results in wagetype 6
The Output of the results should show all wagetypes 1 - 6