Giter Site home page Giter Site logo

eu-vat-rates-for-digital-goods's People

Contributors

davidanderson684 avatar lkraav avatar mikejolley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eu-vat-rates-for-digital-goods's Issues

Current format hides too much complexity, risks problems

Hi,

Looking at the data format, I guess that you began with the work of https://github.com/modmore/euvatrates.com/blob/master/rates.json .

However, I think both formats are still problematic.

modmore lists all the legal tax rates, but there's no information on which goods have which rate applied. So, you need to know that in Luxembourg, e-books get the 'super reduced rate'.

You've taken a different approach, and listed the e-book rate directly. But this is also problematic, because Luxembourg does not specifically have an "e-book rate": as listed in http://ec.europa.eu/taxation_customs/resources/documents/taxation/vat/how_vat_works/rates/vat_rates_en.pdf, there are groups of rates, and then you need the extra knowledge of what kind of goods attract which rate.

I think it'd be better if the data could include both these pieces of information, so that consumers can have more flexibility and more closely match the legal setup. e.g.

"rates" : {
       "LU": {
            "country": "Luxembourg",
            "standard_rate": 15.00,
            "reduced_rate": 12.00,
            "reduced_rate_alt": 6.00,
            "super_reduced_rate": 3.00,
            "parking_rate": 12.00
        },
}
"rate-assignments": {
       "LU": {
            "ebooks": "super_reduced_rate"
       }
}

David

Missing data for Monaco, Isle of Man

Monaco (MC) and Isle of Man (IM) are separate countries, and have their own ISO country codes. The are, correctly, treated by WooCommerce as separate countries. However, Monaco is effectively part of France for VAT purposes (and so has the same VAT rates), and the Isle of Man, by agreement with the UK, has the same VAT rates.

Data needs adding for these two countries - presently, there is none.

Note that WooCommerce core itself makes this mistake at least 3 times. I have filed an issue for that also in the relevant place.

David

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.