Os impostos especiais de consumo podem ser reportados quer como produto quer como valor na linha dos bens sujeitos a esses impostos.
Encontrando-se o imposto especial de consumo discriminado como linha de produto urge criar na tabela de produtos/serviços (Product) um “Indicador de produto ou serviço” (ProductType = “E”). Nessa linha deve-se gerar a estrutura “Taxa de imposto” (Tax) correspondente. Por exemplo:
…
<Line>
<LineNumber>1</LineNumber>
<ProductCode>BEB</ProductCode>
<ProductDescription>Bebida alcoólica 1</ProductDescription>
<Quantity>100</Quantity>
<UnitOfMeasure>LT</UnitOfMeasure>
<UnitPrice>9.9178</UnitPrice>
<TaxPointDate>2017-12-04</TaxPointDate>
<Description>Bebida alcoólica 1</Description>
<CreditAmount>991.78</CreditAmount>
<Tax>
<TaxType>IVA</TaxType>
<TaxCountryRegion>PT</TaxCountryRegion>
<TaxCode>NOR</TaxCode>
<TaxPercentage>23</TaxPercentage>
</Tax>
</Line>
<Line>
<LineNumber>2</LineNumber>
<ProductCode>IECCER033</ProductCode>
<ProductDescription>Imposto sobre o álcool e as bebidas alcoólicas (IABA)</ProductDescription>
<Quantity>100</Quantity>
<UnitOfMeasure>LT</UnitOfMeasure>
<UnitPrice>0.0822</UnitPrice>
<TaxPointDate>2017-12-04</TaxPointDate>
<Description>Imposto sobre o álcool e as bebidas alcoólicas (IABA)</Description>
<CreditAmount>8.22</CreditAmount>
<Tax>
<TaxType>IVA</TaxType>
<TaxCountryRegion>PT</TaxCountryRegion>
<TaxCode>NOR</TaxCode>
<TaxPercentage>23</TaxPercentage>
</Tax>
</Line>
<DocumentTotals>
<TaxPayable>230.00</TaxPayable>
<NetTotal>1000.00</NetTotal>
<GrossTotal>1230.00</GrossTotal>
</DocumentTotals>
</Invoice>
Não sendo o imposto especial de consumo identificado como produto, o imposto encontra-se incluído no valor do bem transmitido. Por exemplo:
…
<Line>
<LineNumber>1</LineNumber>
<ProductCode>BEB</ProductCode>
<ProductDescription>Bebida alcoólica 1</ProductDescription>
<Quantity>100</Quantity>
<UnitOfMeasure>LT</UnitOfMeasure>
<UnitPrice>10</UnitPrice>
<TaxPointDate>2017-12-04</TaxPointDate>
<Description>Bebida alcoólica 1</Description>
<CreditAmount>1000</CreditAmount>
<Tax>
<TaxType>IVA</TaxType>
<TaxCountryRegion>PT</TaxCountryRegion>
<TaxCode>NOR</TaxCode>
<TaxPercentage>23</TaxPercentage>
</Tax>
<CustomsInformation>
<IECAmount>8.22</IECAmount>
</CustomsInformation>
</Line>
<DocumentTotals>
<TaxPayable>230.00</TaxPayable>
<NetTotal>1000.00</NetTotal>
<GrossTotal>1230.00</GrossTotal>
</DocumentTotals>
</Invoice>