public enum AdjustmentItemEnumType extends Enum<AdjustmentItemEnumType>
Java class for AdjustmentItem_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdjustmentItem_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2001"/>
<enumeration value="GIR2002"/>
<enumeration value="GIR2003"/>
<enumeration value="GIR2004"/>
<enumeration value="GIR2005"/>
<enumeration value="GIR2006"/>
<enumeration value="GIR2007"/>
<enumeration value="GIR2008"/>
<enumeration value="GIR2009"/>
<enumeration value="GIR2010"/>
<enumeration value="GIR2011"/>
<enumeration value="GIR2012"/>
<enumeration value="GIR2013"/>
<enumeration value="GIR2014"/>
<enumeration value="GIR2015"/>
<enumeration value="GIR2016"/>
<enumeration value="GIR2017"/>
<enumeration value="GIR2018"/>
<enumeration value="GIR2019"/>
<enumeration value="GIR2020"/>
<enumeration value="GIR2021"/>
<enumeration value="GIR2022"/>
<enumeration value="GIR2023"/>
<enumeration value="GIR2024"/>
<enumeration value="GIR2025"/>
<enumeration value="GIR2026"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2001 |
Net Taxes Expense - Article 3.2.1 (a)
|
GIR_2002 |
Excluded Dividends – Article 3.2.1 (b)
|
GIR_2003 |
Excluded Equity Gain or Loss – Article 3.2.1 (c)
|
GIR_2004 |
Included Revaluation Method Gain or Loss – Article 3.2.1 (d)
|
GIR_2005 |
Gain or loss from disposition of assets and liabilities excluded under Article 6.3 – Article 3.2.1 (e)
|
GIR_2006 |
Asymmetric Foreign Currency Gains or Losses – Article 3.2.1 (f)
|
GIR_2007 |
Policy Disallowed Expenses – Article 3.2.1 (g)
|
GIR_2008 |
Prior Period Errors – Article 3.2.1 (h)
|
GIR_2009 |
Changes in Accounting Principles – Article 3.2.1 (h)
|
GIR_2010 |
Accrued Pension Expense – Article 3.2.1 (i)
|
GIR_2011 |
Debt releases - Article 3.2.1
|
GIR_2012 |
Stock-based compensation – Article 3.2.2
|
GIR_2013 |
Arm’s length adjustments – Article 3.2.3
|
GIR_2014 |
Qualified Refundable Tax Credit or Marketable Transferable Tax Credit – Article 3.2.4
|
GIR_2015 |
Election for Gains and losses using realisation principle – Article 3.2.5
|
GIR_2016 |
Election for Adjusted Asset Gain – Article 3.2.6
|
GIR_2017 |
Intragroup Financing Arrangement expense – Article 3.2.7
|
GIR_2018 |
Election for intragroup transactions in same jurisdiction – Article 3.2.8
|
GIR_2019 |
Insurance company taxes charged to policyholders – Article 3.2.9
|
GIR_2020 |
Increase/decrease to equity attributed to Additional Tier One and Restricted Tier One Capital distributions paid/payable or received/receivable – Article 3.2.10
|
GIR_2021 |
Constituent Entities joining and leaving an MNE Group – Article 3.2.11 and 6.2
|
GIR_2022 |
Reduction of GloBE Income of the UPE that is a Flow-through Entity – Article 3.2.11 and 7.1
|
GIR_2023 |
Reduction of GloBE Income of the UPE that is subject to a Deductible Dividend Regime – Article 3.2.11 and 7.2
|
GIR_2024 |
Taxable Distribution Method election – Article 3.2.11 and 7.6
|
GIR_2025 |
International Shipping Income – Article 3.3
|
GIR_2026 |
Transactions between Constituent Entities – Article 9.1.3
|
| Modifier and Type | Method | Description |
|---|---|---|
static AdjustmentItemEnumType |
fromValue(String v) |
|
String |
value() |
|
static AdjustmentItemEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AdjustmentItemEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustmentItemEnumType GIR_2001
public static final AdjustmentItemEnumType GIR_2002
public static final AdjustmentItemEnumType GIR_2003
public static final AdjustmentItemEnumType GIR_2004
public static final AdjustmentItemEnumType GIR_2005
public static final AdjustmentItemEnumType GIR_2006
public static final AdjustmentItemEnumType GIR_2007
public static final AdjustmentItemEnumType GIR_2008
public static final AdjustmentItemEnumType GIR_2009
public static final AdjustmentItemEnumType GIR_2010
public static final AdjustmentItemEnumType GIR_2011
public static final AdjustmentItemEnumType GIR_2012
public static final AdjustmentItemEnumType GIR_2013
public static final AdjustmentItemEnumType GIR_2014
public static final AdjustmentItemEnumType GIR_2015
public static final AdjustmentItemEnumType GIR_2016
public static final AdjustmentItemEnumType GIR_2017
public static final AdjustmentItemEnumType GIR_2018
public static final AdjustmentItemEnumType GIR_2019
public static final AdjustmentItemEnumType GIR_2020
public static final AdjustmentItemEnumType GIR_2021
public static final AdjustmentItemEnumType GIR_2022
public static final AdjustmentItemEnumType GIR_2023
public static final AdjustmentItemEnumType GIR_2024
public static final AdjustmentItemEnumType GIR_2025
public static final AdjustmentItemEnumType GIR_2026
public static AdjustmentItemEnumType[] values()
for (AdjustmentItemEnumType c : AdjustmentItemEnumType.values()) System.out.println(c);
public static AdjustmentItemEnumType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static AdjustmentItemEnumType fromValue(String v)
Copyright © 2025. All rights reserved.