public enum CurrentAdjustedTaxEnumType extends Enum<CurrentAdjustedTaxEnumType>
Java class for CurrentAdjustedTax_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CurrentAdjustedTax_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2401"/>
<enumeration value="GIR2402"/>
<enumeration value="GIR2403"/>
<enumeration value="GIR2404"/>
<enumeration value="GIR2405"/>
<enumeration value="GIR2406"/>
<enumeration value="GIR2407"/>
<enumeration value="GIR2408"/>
<enumeration value="GIR2409"/>
<enumeration value="GIR2410"/>
<enumeration value="GIR2411"/>
<enumeration value="GIR2412"/>
<enumeration value="GIR2413"/>
<enumeration value="GIR2414"/>
<enumeration value="GIR2415"/>
<enumeration value="GIR2416"/>
<enumeration value="GIR2417"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2401 |
Covered Tax accrued as an expense in the profit before taxation in the financial accounts - Article 4.1.2 (a)
|
GIR_2402 |
Covered Taxes for uncertain tax position recorded as a reduction to Covered Taxes in prior year – Article 4.1.2 (c)
|
GIR_2403 |
Qualified Refundable Tax Credit or Marketable Transferable Tax Credits recorded as a reduction to current tax expense – Article 4.1.2 (d)
|
GIR_2404 |
Qualified Flow-through Tax Benefits of Qualified Ownership Interests – Article 3.2.1 (c)
|
GIR_2405 |
Current tax expense on income excluded from GloBE Income or Loss – Article 4.1.3 (a)
|
GIR_2406 |
Non-Qualified Refundable Tax Credit, Non-Marketable Transferable Tax Credit or Other Tax Credits not recorded as a reduction to current tax expense – Article 4.1.3 (b)
|
GIR_2407 |
Covered Taxes refunded or credited (except for any Qualified Refundable Tax Credit, or Marketable Transferable Tax Credits) not treated as an adjustment to current tax expense – Article 4.1.3 (c)
|
GIR_2408 |
Current tax expense related to uncertain tax position– Article 4.1.3 (d)
|
GIR_2409 |
Current tax expense not expected to be paid within three years – Article 4.1.3 (e)
|
GIR_2410 |
Post-filing adjustments – Article 4.6.1.
|
GIR_2411 |
Covered Taxes relating to Net Asset Gain or Net Asset Loss – Article 3.2.6
|
GIR_2412 |
Reduction of Covered Taxes of the UPE that is a Flow-through Entity – Article 7.1
|
GIR_2413 |
Covered Taxes for GloBE Income of the UPE that is reduced under a Deductible Dividend Regime – Article 7.2.2
|
GIR_2414 |
Deemed Distribution Tax – Article 7.3
|
GIR_2415 |
Taxable Distribution Method election – Article 7.6 (b)
|
GIR_2416 |
Total Deferred Tax Adjustment Amount – Article 4.4.1(b)
|
GIR_2417 |
Increase or decrease in Covered Taxes recorded in equity or Other Comprehensive Income relating to amounts included in GloBE Income or Loss that will be subject to tax under local tax rules – Article 4.1.1 (c)
|
| Modifier and Type | Method | Description |
|---|---|---|
static CurrentAdjustedTaxEnumType |
fromValue(String v) |
|
String |
value() |
|
static CurrentAdjustedTaxEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CurrentAdjustedTaxEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CurrentAdjustedTaxEnumType GIR_2401
public static final CurrentAdjustedTaxEnumType GIR_2402
public static final CurrentAdjustedTaxEnumType GIR_2403
public static final CurrentAdjustedTaxEnumType GIR_2404
public static final CurrentAdjustedTaxEnumType GIR_2405
public static final CurrentAdjustedTaxEnumType GIR_2406
public static final CurrentAdjustedTaxEnumType GIR_2407
public static final CurrentAdjustedTaxEnumType GIR_2408
public static final CurrentAdjustedTaxEnumType GIR_2409
public static final CurrentAdjustedTaxEnumType GIR_2410
public static final CurrentAdjustedTaxEnumType GIR_2411
public static final CurrentAdjustedTaxEnumType GIR_2412
public static final CurrentAdjustedTaxEnumType GIR_2413
public static final CurrentAdjustedTaxEnumType GIR_2414
public static final CurrentAdjustedTaxEnumType GIR_2415
public static final CurrentAdjustedTaxEnumType GIR_2416
public static final CurrentAdjustedTaxEnumType GIR_2417
public static CurrentAdjustedTaxEnumType[] values()
for (CurrentAdjustedTaxEnumType c : CurrentAdjustedTaxEnumType.values()) System.out.println(c);
public static CurrentAdjustedTaxEnumType 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 CurrentAdjustedTaxEnumType fromValue(String v)
Copyright © 2025. All rights reserved.