Rate based
Rate based computes the total based on a pre-defined rate formula. For example, compute Tax Expense based on a pre-defined Tax Rate for a specified Consolidated Unit (N. America Consolidated) multiplied by Net Income for each reporting Unit. The Tax Rate line is defined to be a non-consolidating line.
If ( LeafDescendantOf( [Unit]:[N. America Consolidated] ) ) then
[Tax Expense] = [Tax Rate] of [Unit]:[N. America Consolidated] * [Net Income];
EndIf