Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Double DIFAL taxable basis calculation

Summary:

In Brazil, we have a tax named as DIFAL (it's the ICMS rate difference between ship to and ship from states).

The standard DIFAL we developed a logic to get it calculated perfectly.

Now, we need to create the double taxable basis for São Paulo. Let me share some values as example:

/*** EXAMPLE ***/

from MT to MG

Transaction value: R$1000

ICMS Interstate: 12%

ICMS Intrastate: 18%

=((Transaction value - (Transaction value * ICMS Interstate)) / (1 - ICMS Intrastate) * ICMS Intrastate) - (Transaction value * ICMS Interstate)

=((1000 - (1000 * 12%)) / (1 - 18%) * 18%) - (1000 * 12%)

/****************/

Has someone faced this calculation already?

Content (please ensure you mask any confidential information):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!