The transformation rules are processed in sequential order. The processing starts with the first transformation rule of the list. Consider the following example:
In Line 3 you find a direct mapping between IN.PRICE and OUT.PRICE. Later in line 7, there is a procedure that re-calculates the price and is thus overwriting the assignment of the previous transformation rule.