Interest Expense Limitation
Activating the EIFEL calculation
Administrators can enable the EIFEL (Excessive Interest and Financing Expenses Limitation) calculation from Calculation Options. Enabling this option activates the required system components and configuration settings for EIFEL processing.
Note: This setting is available only in Tax applications and can be modified by Administrators. The EIFEL calculation is disabled by default.
To activate the EIFEL calculation:
- Navigate to Administration.
- Expand System.
- Select Calculation Options.
- In the Calculation Options dialog, select EIFEL under Enable calculations.
- Click OK.
When the EIFEL calculation is enabled, the system activates the associated EIFEL events, publishes related applications and reports, sets the EIFEL attribute value to TRUE, and updates the relevant source accounts and elements for book-tax difference calculations.
To disable the EIFEL calculation:
- Navigate to Administration > System > Calculation Options.
- Clear the EIFEL checkbox.
- Click OK.
When the EIFEL calculation is disabled, the system deactivates EIFEL events, unpublishes related applications and reports, and sets the EIFEL attribute value to FALSE.
EIFEL calculation
The EIFEL (Excess Interest and Financing Expenses Limitation) calculation determines tax-related amounts based on interest limitation rules across entities and groups. It runs only when enabled, ensuring all configured settings and conditions are applied correctly.
The EIFEL calculation runs only when the ASTaxCalcEIFEL setting is enabled (TRUE). If this setting is disabled (FALSE), the calculation will not be performed.
EIFEL Calculation Overview and Conditions
When triggered, the system calculates the following:
- IFE amount (Interest and Financing Expenses)
- IFR amount (Interest and Financing Revenues)
- ATI amount (Adjusted Taxable Income)
- Excess Capacity (EC)
EC is calculated only when the group election is not taken; otherwise, it is set to zero.
- Absorbed Capacity (AC)
- AC is calculated as AC – Amount A when the group election is not taken.
- If the group election is applied, the calculated AC value is set to zero, and the group ratio amount is applied as an adjustment instead.
- Cumulative Excess Capacity
- RIFE deductible under paragraph 111(1)(a.1)
- Proportion (as per subsection 18.2(2))
- Excess IFE (EIFE) under subsection 18.2(2)
- Partnership IFE add-back (paragraph 12(1)(l.2))
- RIFE under subsection 111(8)
All calculated results are stored in IEL.C.
The calculation is triggered when changes occur in EIFEL writable accounts or in IEL.T. Additionally, if triggered by EIFEL.EC.Ratio, the system recalculates all valid entities.
Execution Rules
The calculation runs under the following conditions:
- For leaf entities where AZTaxCalcIEL = EIFEL:
- If the entity belongs to a group, the system applies the group-level settings when the group is configured for EIFEL.
- If the group configuration is NULL, the system applies the entity-level settings instead.
- For the target entity of a Legal Entity Group where AZTaxCalcIEL = EIFEL.
| Name | Description | Calculation |
|---|---|---|
| EIFEL | Excessive Interest and Financing Expenses Limitation | |
| EIFEL.IFE | Interest and financing expenses (IFE) | |
| EIFEL.IFE.A | IFE - Variable A | |
| EIFEL.IFE.A.001 | Interest paid or payable on a borrowing or other financing | |
| EIFEL.IFE.A.P | Share of partnership's IFE | |
| EIFEL.IFE.A.CFA | A controlled foreign affiliates relevant IFE | |
| EIFEL.IFE.B | IFE - Variable B | |
| EIFEL.IFE.B.001 | Amount received or receivable on a borrowing or other financing | |
| EIFEL.IFE.AMT | Interest and financing expenses (Variable A - Variable B, Min 0) | = Max(0, (EIFEL.IFE.A - EIFEL.IFE.B)) |
| EIFEL.IFR | Interest and financing revenues (IFR) | |
| EIFEL.IFR.A | IFR - Variable A | |
| EIFEL.IFR.A.001 | Amount received or receivable in relation to a loan or other financing | |
| EIFEL.IFR.A.P | The corporation's share of the IFR of a partnership | |
| EIFEL.IFR.A.CFA | Controlled foreign affiliate's (CFA) relevant affiliate interest and financing revenue | |
| EIFEL.IFR.B | IFR - Variable B | |
| EIFEL.IFR.B.001 | Amount paid or payable in relation to a loan or other financing | |
| EIFEL.IFR.AMT | Interest and financing revenues (Variable A - Variable B, Min 0) | = Max(0, (EIFEL.IFR.A - EIFEL.IFR.B)) |
| EIFEL.ATI | Adjusted taxable income (ATI) | |
| EIFEL.ATI.A | ATI - Variable A / Amount B | |
| EIFEL.ATI.A.001 | Taxable Income | |
| EIFEL.ATI.A.ADJ | Adjustments / Amount A | |
| EIFEL.ATI.A.ADJ.001 | Non-capital loss for the year | |
| EIFEL.ATI.B | ATI - Variable B | |
| EIFEL.ATI.B.001 | IFE for the year | = EIFEL.IFE.AMT |
| EIFEL.ATI.C | ATI - Variable C | |
| EIFEL.ATI.C.001 | IFR for the year | = EIFEL.IFR.AMT |
| EIFEL.ATI.AMT.C | ATI - Amount C (ATI - Variable B, Min 0) | = Max(0, Sum(EIFEL.ATI.B###)) |
| EIFEL.ATI.AMT.D | ATI - Amount D (ATI - Variable C, Min 0) | = Max(0, Sum(EIFEL.ATI.C###)) |
| EIFEL.ATI.AMT | Adjusted taxable income (ATI) (Amount B + Amount C - Amount D, Min 0) | = Max(0, Sum(EIFEL.ATI.A, EIFEL.ATI.AMT.C, -1 * EIFEL.ATI.AMT.D)) |
| EIFEL.EC | Excess capacity (EC) | |
| EIFEL.EC.Ratio | The ratio of permissible expenses | |
| EIFEL.EC.AMT.A | EC - Amount A (0 or AC Amount A) | = EIFEL.AC.AMT.A |
| EIFEL.EC.IFR.E | Excess IFR over IFE (IFR - IFE, Min 0) | = Max(0, (EIFEL.IFR.AMT - EIFEL.IFE.AMT)) |
| EIFEL.EC.ATI.ABS | Absolute value of negative ATI in absence of Section 257 | = ABS(Min(0, Sum(EIFEL.ATI.A, EIFEL.ATI.AMT.C, -1 * EIFEL.ATI.AMT.D))) |
| EIFEL.EC.AMT.B | EC - Amount B (Lesser of Excess IFR over IFE and Absolute value of negative ATI) | = Min(EIFEL.EC.IFR.E, EIFEL.EC.ATI.ABS) |
| EIFEL.EC.AMT.C | EC - Amount C (Amount B @ ratio of permissible expenses) | = EIFEL.EC.AMT.B * EIFEL.EC.Ratio |
| EIFEL.EC.AMT.D | EC - Amount D (IFR - Amount C, Min 0) | = Max(0, (EIFEL.IFR.AMT - EIFEL.EC.AMT.C)) |
| EIFEL.EC.AMT.E | EC - Amount E (Amount A + Amount D) | = Sum(EIFEL.EC.AMT.A, EIFEL.EC.AMT.D) |
| EIFEL.EC.AMT.F | EC - Amount F (Amount E - IFE, Min 0) | = Max(0, (EIFEL.EC.AMT.E - EIFEL.IFE.AMT)) |
| EIFEL.EC.AMT | Excess capacity for the current year (Amount F - RIFE Amount B, Min 0) | = Max(0, (EIFEL.EC.AMT.F - EIFEL.RIFE.AMT.B)) |
| EIFEL.AC | Absorbed Capacity (AC) | |
| EIFEL.AC.AMT.A | AC - Amount A (Group Ratio Amount or ATI @ ratio of permissible expenses) | = EIFEL.ATI.AMT * EIFEL.EC.Ratio |
| EIFEL.AC.AMT.B | AC - Amount B (Amount A + IFR) | = Sum(EIFEL.AC.AMT.A, EIFEL.IFR.AMT) |
| EIFEL.AC.AMT.C | AC - Amount C (IFE - Amount B) | = Max(0, (EIFEL.IFE.AMT - EIFEL.AC.AMT.B)) |
| EIFEL.AC.AMT.D | AC - Amount D (Min of Amount C and CUEC Amount B) | = Min(EIFEL.CUEC.AMT.B, EIFEL.AC.AMT.C) |
| EIFEL.CUEC | Cumulative Excess Capacity (CUEC) | |
| EIFEL.CUEC.AMT.A | CUEC - Amount A (Cumulative Excess Capacity from previous tax years) | |
| EIFEL.CUEC.AMT.B | CUEC - Amount B (Amount A + Excess Capacity) | = Sum(EIFEL.CUEC.AMT.A, EIFEL.EC.AMT) |
| EIFEL.CUEC.AMT.C | CUEC - Amount C (Amount B - Absorbed Capacity, Min 0) | = Max(0, (EIFEL.CUEC.AMT.B - EIFEL.AC.AMT.D)) |
| EIFEL.RIFE | Restricted interest and financing expenses (RIFE) deductible under paragraph 111(1)(a.1) | |
| EIFEL.RIFE.PY | RIFE from previous tax years | |
| EIFEL.RIFE.R | RIFE - Received capacity for the year | |
| EIFEL.RIFE.AMT.A | RIFE - Amount A (Received capacity for the year + EC Amount F) | = Sum(EIFEL.RIFE.R, EIFEL.EC.AMT.F) |
| EIFEL.RIFE.AMT.B | RIFE - Amount B (Min RIFE from previous tax years, Amount A) | = Min(EIFEL.RIFE.PY, EIFEL.RIFE.AMT.A) |
| EIFEL.PROP | Proportion determined under subsection 18.2(2) (PROP) | |
| EIFEL.PROP.AMT.C | PROP - Amount C (RIFE Received capacity for the year - RIFE Amount B, Min 0) | = Max(0, EIFEL.RIFE.R - EIFEL.RIFE.AMT.B) |
| EIFEL.PROP.AMT.D | PROP - Amount D (AC Amount A + IFR + Amount C + Absorbed Capacity) | = Sum(EIFEL.AC.AMT.A, EIFEL.IFR.AMT, EIFEL.PROP.AMT.C, EIFEL.AC.AMT.D) |
| EIFEL.PROP.AMT.E | PROP - Amount E (IFE - Amount D) | = Sum(EIFEL.IFE.AMT, -1 * EIFEL.PROP.AMT.D) |
| EIFEL.PROP.AMT.F | PROP - Amount F (Variable A of IFE Adjusted for CFA under Variable B) | = EIFEL.IFE.A |
| EIFEL.PROP.AMT.G | PROP - Amount G (Amount E divided by amount F, Min 0) | = Max(0, (EIFEL.PROP.AMT.E / EIFEL.PROP.AMT.F)) |
| EIFEL.EIFE | Excess IFE (EIFE) under subsection 18.2(2) | |
| EIFEL.EIFE.AMT.A | EIFE - Amount A (Variable A of IFE reduced by Partnership and CFA) | = Sum(EIFEL.IFE.A, -1 * EIFEL.IFE.A.P, -1 * EIFEL.IFE.A.CFA) |
| EIFEL.EIFE.AMT.B | EIFE - Amount B (Amount A @ PROP Amount G) | = EIFEL.EIFE.AMT.A * EIFEL.PROP |
| EIFEL.PIFE | Partnership IFE add-back under paragraph 12(1)(l.2) | = EIFEL.IFE.A.P * EIFEL.PROP |
| EIFEL.RIFE8 | RIFE under subsection 111(8) | |
| EIFEL.RIFE8.DI | RIFE - DI (Amount determined under subclause 95(2)(f.11)(ii)(D)(I)) | |
| EIFEL.RIFE8.DII | RIFE - DII (Amount determined under subclause 95(2)(f.11)(ii)(D)(II)) | |
| EIFEL.RIFE8.AMT | RIFE for the tax year (EIFE Amount B + Partnership IFE add-back + RIFE DI + RIFE DII) | = Sum(EIFEL.EIFE.AMT.B, EIFEL.PIFE, EIFEL.RIFE8.DI, EIFEL.RIFE8.DII) |
| Name | Description |
|---|---|
| IEL.T | Total |
| IEL.C | Calculated |
| IEL.A | Adjustment |
EIFEL Input and Report
EIFEL - Ratio of Permissible Expenses
The ratio of permissible expenses is used within EIFEL calculations. An input application has been provided to allow users to update this ratio for specific reporting periods, if required. You can set or update the ratio using:
EIFEL – Ratio of Permissible Expenses input app found in Tax Provision > Data Collection > Rates.
The ratio is stored at: EIFEL.EC.Ratio / Selected Period / DIM2SET / DIM3SET / DIM4SET / DIM5SET / DIM6SET / DIM7SET. Once set, the ratio is carried forward to future periods by the tax rollover process.
EIFEL Input
The EIFEL Input App allows users to enter and review EIFEL-related financial data for a selected period and entity.
To update the EIFEL input app:
- In the Tax Provision navigation pane, click Data Collection.
- Expand Common.
- Use the drop-down list or the symbol selector to select the appropriate entity. For more information, see Using the Symbol Selector.
- Click EIFEL.lvapp. The input app opens in the workspace.
The grid is organized into three columns:
- Calculated - It displays system-generated values and is read-only.
- Adjustment - It allows users to enter or modify values and is the only editable field.
- Total - The Total column shows the final value, which is automatically calculated as the sum of the Calculated and Adjustment values.The results of the EIFEL calculation are updated as adjustments are made.
Period and Entity Selection
Data can be entered for a selected tax period (CYTAXPER###) and is limited to entities enabled for EIFEL. This includes leaf entities under TENTITIES and legal entity groups where AZTaxCalcIEL = EIFEL. For legal entity groups, data must be entered at the calculation entity defined by AZTaxCalcEntity.
EIFEL Report
Use this report to review EIFEL results at both leaf and parent entity levels.
When viewing the report at a parent level, it also displays the ‘Proportion determined under subsection 18.2(2) (Calculated)’. As this value is calculated within the report, it does not follow the same restrictions as the underlying calculation (for example, it is not limited to a minimum value of 0).
To review the EIFEL Report:
- In the Tax Provision navigation pane, click Reports.
- Expand Common.
- Use the drop-down list or the symbol selector to select the appropriate entity. For more information, see Using the Symbol Selector.
- Click EIFEL.rtp. The report opens in the workspace.
Manage Interest Expense Limitation Accounts
The Interest Expense Limitation Accounts app is used to:
- Import accounts from a file to update the Interest Expense Limitation Accounts.
- Manage the Interest Expense Limitation Accounts.
- Export the accounts to a file for import to another system.
EIFEL Hierarchy Maintenance
You can use the Hierarchy Editor to manage accounts within the EIFEL hierarchy, including creating and organizing both parent and leaf members.
Account management is available only within the following sub-hierarchies:
- EIFEL.IFE.A
- EIFEL.IFE.B
- EIFEL.IFR.A
- EIFEL.IFR.B
- EIFEL.ATI.A.ADJ
- EIFEL.ATI.B
- EIFEL.ATI.C
Note: The root symbol of a selected sub-hierarchy cannot be modified. However, you can add both parent and leaf symbols within the selected sub-hierarchy.
All accounts are displayed in the Hierarchy Editor with their name, description, and priority.
Newly created accounts are assigned a STANDARD type and are automatically assigned to writable and translation hierarchies.
Importing Manage Interest Expense Limitation Accounts
The import option in the Manage Interest Expense Limitation Accounts dialog allows you to create and update Interest Expense Limitation Accounts in the database from a .csv file.
To import accounts:
- Click on Manage Interest Expense Limitation Accounts. A prompt appears.
- In Option, select Import.
- Select the .csv file to import from.
- To skip confirmation of each new parent assignment, check the Automatically confirm parent assignment option.
- Click OK. A table will be displayed showing the summary of all actions performed by the import.
.csv file example
Name, Description, Parent, Sort Order
"EIFEL.IFE.A","IFE - Variable A","NULL",0.000000000
"EIFEL.IFE.A.001","Interest paid or payable on a borrowing or other financing","EIFEL.IFE.A",100.000000000
where:
Parameter |
Description |
|---|---|
Name |
The name of the account symbol. |
Description |
The description of the account. |
Parent |
The name of a parent to assign the account to. The account will become a child of the specified parent, and the values in the parent will be calculated from all its children. |
Sort Order |
Indicates the order of the account under the parent, with lower numbers ordered before higher numbers. You can specify NULL or 0, which will assign the sort order as 0, which results in the symbol being sorted by when it was created. |
Managing Interest Expense Limitation Accounts
The Manage Interest Expense Limitation Accounts app provides the ability to create and modify custom accounts as well as the ability to edit the properties of existing accounts where permitted.
The Manage option in the Manage Interest Expense Limitation Accounts dialog allows you to create and update accounts from within the EIFEL hierarchy.
To manage accounts:
- Click on Manage Interest Expense Limitation Accounts. A prompt appears.
- In Option, select Manage.
In Accounts, select the Interest Expense Limitation account you want to manage from the drop-down list (for example, EIFEL.IFE.A, EIFEL.IFR.B, or EIFEL.ATI.C). Click the Search icon, if required, to locate a specific account.
- In the Manage Interest Expense Limitation Accounts table, the hierarchy of the account selected is displayed.
Working with the hierarchy
The Manage Interest Expense Limitation Accounts table displays the selected account in a hierarchical view. The view is initially expanded two levels below the selected account.
To change the level of expansion:
- Click a collapsed hierarchy icon to expand the hierarchy one level below the selected symbol.
- Click an expanded hierarchy icon to collapse the hierarchy to the selected symbol.
- Right-click on the top row and select one of these options:
- Expand All for Selected Row - to expand the entire hierarchy below the selected symbol.
- Collapse All - to collapse the entire hierarchy.
- Right-click on a parent row and select one of these options:
- Expand All for Selected Row - to expand the entire hierarchy below the selected symbol.
- Collapse All - to collapse the entire hierarchy.
- Collapse Parent - to collapse the hierarchy to the parent of the selected symbol.
- Expand All for Selected Row - to expand the entire hierarchy below the selected symbol.
- Collapse All - to collapse the entire hierarchy.
- Collapse Parent - to collapse the hierarchy to the parent of the selected symbol.
- Right-click on a leaf row and select one of these options:
- Collapse All - to collapse the entire hierarchy.
- Collapse Parent - to collapse the hierarchy to the parent of the selected symbol.
Adding an account
To add a new account:
-
Select a row in the table. The new account will be assigned as a child of the selected account.
Note: You can add a new account that has similar settings to an existing account by selecting a row and clicking duplicate.
- Click Add. The Add dialog appears.
- Fill in the following fields:
Name: Enter the name of the new account. The name of the account is limited to 31 characters.
Description: Enter a description for the new account. The description of the account is limited to 100 characters.
Sort Order: Enter a number to define the order of the new account under the parent. Accounts are sorted from low to high. Accounts added with a sort order of 0 will appear last, in the order the account was created.
- Click OK to add the new symbol to the table.
Note: Accounts are not added to the database until you click Apply.
Modifying an existing account
You can change the properties of an existing account:
- Modify the description by editing the value in the Description cell.
- Change the order the account appears under its parent by modifying the sort order value.
- To change the parent of an account:
- Select the row in the table.
- Click Edit. The Edit dialog appears.
- Enter or select a new parent.
- Click OK.
No changes are made to the database until you click Apply.
Applying changes
To apply changes to the accounts click Apply.
For new rows in the table:
- Each new account will be added under the selected parent symbol.
For modified accounts:
- Any description changes will be applied.
- If the parent account is changed, the account will be reassigned to the new parent with the specified sort order.
- Any changes to the sort order (same parent account) will be applied.
Results:
- All actions performed are presented at the end of processing with:
- Each row identified by its symbol name.
- The action performed or the reason any error occurred.
- Any valid changes, not cancelled, are applied.
Refreshing the accounts
Click Refresh to refresh the list of accounts.
Click Symbols to change the selected account and refresh the list of accounts.
In either case, if there are any unapplied changes, you will be prompted to apply or discard any changes that have not yet been applied.
- Choose Apply Changes to apply any changes made, then refresh the list of accounts. If there are any errors the refresh will not be performed.
- Choose Discard Changes to discard any changes made, then refresh the list of accounts.
- Click Cancel to return to the table without refreshing the list of accounts.
Exporting from Manage Interest Expense Limitation Accounts table
- Click Export to export from the accounts table to a .csv file.
- Select the .csv file to export to.
Note: If the file selected does not currently exist, it will be created during the export process.
- Click OK. A confirmation dialog will appear.
- Click View File to view the exported file.
Manage Interest Expense Limitation Automations
Interest Expense Limitation accounts can be calculated instead of being manually entered or imported. The Manage Interest Expense Limitation Automations feature allows you to configure accounts to be calculated using source data from your trial balance or tax provision results.
Automation is supported for leaf accounts within the following sub-hierarchies: EIFEL.IFE.A, EIFEL.IFE.B, EIFEL.IFR.A, EIFEL.IFR.B, EIFEL.ATI.A.ADJ, EIFEL.ATI.A.001, EIFEL.ATI.B, and EIFEL.ATI.C.
Interest Expense Limitation automations are period specific and can be overridden:
- For an entity.
- For an automation group if automation groups exist.
- Entity overrides supersede automation group overrides.
To manage automations:
- Click on Manage Interest Expense Limitation Automations. A prompt appears.
In Accounts, select the Interest Expense Limitation account you want to manage.
In Time Period, select the period for which you want to update automations.Click OK.
- In the Manage Interest Expense Limitation table, the current automations for the selected accounts are displayed.
Managing default settings
From the Default Settings tab, click Add to add automation default settings for an account. Automation settings are not added to the database until you click Apply.
Note: You can add settings on an account that has similar settings to another account by selecting an existing row and clicking duplicate.
-
For each account, fill in the following fields:
Account: Select the account for which you would like to set default automation settings.
Automate: Check this option if this account will be automated. For the default settings, the automation check box is selected by default. Automated accounts will have data automatically transferred from the defined source to the target account.
-
Method: This column provides a dropdown with two options:
Year-To-Date Balance – Select this option when the target account should use the current period YTD balance.
Change in Balance – Select this option when the target account should reflect the difference between the current period value and the prior period value.
%: Enter the percentage you want to apply to the source amount prior to transferring it to the target account. The % value entered must be a number between -100 and 100.
Source Accounts: Specify the source account(s). You can select one or more parent or leaf symbols.
Source DETAILS: Specify the source detail symbol(s). The source details column will display if attribute DETAILST is set to a parent symbol or contains multiple symbols.
Source SEGMENTS: Specify the source segment symbol(s). The source segments column will display if attribute SEGMENTST is set to a parent symbol or contains multiple symbols.
Source ELEMENTS: Specify the source element symbol(s). The source elements column will display if attribute SUMMELE is set to a parent symbol or contains multiple symbols.
Managing override settings
From either the Group Override or Entity Override tab, click Add to add new override settings. Override settings are not added to the database until you click Apply.
-
For each account, fill in the following fields:
Account: Select the account for which you would like to set override automation settings.
Automation Group/Entity: If on the Group Override tab, select the automation group you would like to set override settings for. If on the Entity Override tab, select the entity you would like to set override settings for.
Automate: Check this option if this account will be automated at the override level. Automated accounts will have data automatically transferred from the defined source to the target account.
-
Method: It defines how the system calculates the value that will be written to the target account when automation is enabled at the override level. This field is available only when Automate is checked for the selected account.This column provides a dropdown with two options:
Year-To-Date Balance
Change in Balance
%: Enter the percentage you want to apply to the source amount prior to transferring it to the target account. The % value entered must be a number between -100 and 100.
Source Accounts: Specify the source account(s). You can select one or more parent or leaf symbols.
Source DETAILS: Specify the source detail symbol(s). The source details column will display if attribute DETAILST is set to a parent symbol or contains multiple symbols.
Source SEGMENTS: Specify the source segment symbol(s). The source segments column will display if attribute SEGMENTSTis set to a parent symbol or contains multiple symbols.
Source ELEMENTS: Specify the source element symbol(s). The source elements column will display if attribute SUMMELE is set to a parent symbol or contains multiple symbols.
Modifying an account
You can change the properties of an existing account:
- Change the automation setting on the account by checking or un-checking the automate option.
Change the 'Method' to be used by selecting a different option.
- Change the % to be used in the automation calculation by modifying the % value.
- Change the source account(s) by selecting different source account symbols.
- Change source details, segments, or elements symbol(s) by selecting different source symbols.
No changes are applied until you click Apply.
Applying changes
To apply changes to the automation settings, click Apply.
- Any changes to the ‘Automate’ setting will be applied.
- Any changes to the ‘Method’ setting will be applied.
- Any changes to the ‘%’ setting will be applied.
- Any changes to the ‘Source Accounts’ setting will be applied.
- Any changes to the source details, segments, or elements settings will be applied.
Refreshing the automations
Click Refresh to refresh the list of automation settings.
If there are any unapplied changes, you will be prompted to apply or discard any changes that have not yet been applied.
- Choose Apply Changes to apply any changes made, then refresh the list of automation settings. If there are any errors the refresh will not be performed.
- Choose Discard Changes to discard any changes made, then refresh the list of accounts.
- Click Cancel to return to the table without refreshing the list of accounts.
Deleting automation settings
You can delete an automation setting at the default automation group override or entity override level:
- Highlight the row you want to delete.
- Click the delete button.
- Automation settings are not deleted until you click Apply.
Exporting and importing automation settings
There may be occasions when you need to manually copy automation settings between periods or Longview instances. You can use export and import to accomplish this.
To export automation settings:
- 1. In Longview Client navigate to Tax Provision > Administration and expand the Import and Export folder.
- Click Export Tax Automations. The Export Tax Automations form appears.
Select the Interest Expense Limitation account for which you want to export automation settings.
- Select the Time Period for exporting automation settings. By default, the current period is selected.
- Click OK. The automation settings are exported to a file and a confirmation dialog appears.
- You can:
- Click View File to open the automation settings file in your default comma-separated values (.csv) editor.
- Click Close to exit the process.
To import automation settings:
- In Longview Client navigate to Tax Provision > Administration and expand the Import and Export folder.
- Click Import Tax Automations. The Import Tax Automations form appears.
Select the Interest Expense Limitation account for which you want to import automation settings.
- Select the Time Period for importing automation settings. By default, the current period is selected.
- Select the File.
- Click OK. The automation settings are imported from the selected file and a confirmation dialog appears.
- Click Close to exit the process.
.csv file example
ACCOUNT,ENTITY,AUTOMATE,METHOD,PERCENT,SOURCEACCOUNT,SOURCEDETAILS,SOURCESEGMENTS,SOURCEELEMENTS
[EIFEL.IFE.A.001],[DIM2SET],1,"Year-To-Date Balance",10.000000000,"TP1130","DETAILST","SEGMENTST","SUMMELE;Tax_Base_Total"
[EIFEL.IFR.A.001],[DIM2SET],1,"Year-To-Date Balance",-100.000000000,"P2110","DETAILST","SEGMENTST","SUMMELE;Tax_Base_Total"
where:
Column |
Description |
|---|---|
Account |
The Interest Expense Limitation account for which you would like to set automation settings. |
Entity |
The entity the automation settings will be applied to. If this is a default automation setting, the entity should be set to ENTITIES_Default. If this is a Group Override setting, the automation group should be specified. If this is an Entity Override setting, the entity you would like to set override settings for should be specified. |
Automate |
1 if the account will be automated. 0 if the account will not be automated. |
| Automation Method | Displays the type of calculation selected for the account. |
Percent |
The percentage you want to apply to the source amount prior to transferring it to the target account. The % value entered must be a number between -100 and 100. |
Source Account |
The source account(s) for the target account. You can set one or more parent or leaf symbols; they must be separated by a semi-colon(;) |
Source <Non-Key Dimension> |
The source non-key dimension symbol(s) for the account. Source non-key dimension values are only required for any non key dimensions or controls where attribute ASTAXAutoIELD<#>Source is set to a parent symbol. Typically, source must be specified for DETAILS, SEGMENTS, and ELEMENTS though the configuration in your system may vary. Note: If the target non-key dimension symbol specified is a parent, the source non-key dimension symbol must also be the same parent. If the target non-key dimension symbol specified is a leaf, you can set one or more parent or leaf symbols for the source. |
Target <Non-Key Dimension> |
The target non-key dimension symbol for the Profitability Analysis account. Target non-key dimension values are only required for any non key dimensions or controls where attribute ASTAXAutoIELD<#>Target is set to a parent symbol. Typically target must be specified for ELEMENTS for temporary differences only, though the configuration in your system may vary. Note: If the target non-key dimension symbol specified is a parent, the source non-key dimension symbol must also be the same parent. If the target non-key dimension symbol specified is a leaf, you can set one or more parent or leaf symbols for the source. |