New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

canadian-sales-tax

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canadian-sales-tax

Canadian sales tax in JSON

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

#Canadian sales tax in JSON. This repository contains sales tax information for all the Canadian provinces and territories in JSON format.

##Example

{
    "QC": {
        "name": "Quebec",
        "taxes": [
          {
              "code": "GST",
              "name": "Goods and Services Tax",
              "type": "federal",
              "tax": 0.05
          },
          {
              "code": "QST",
              "name": "Quebec Sales Tax",
              "type": "provincial",
              "tax": 0.0975
          },
        ],
    }
}

How to contribute?

You can simply submit a pull request and I'll gladly review them and merge them if the changes are acceptable.

  • Indent using spaces with a tab width of 4 in the json5 source.
  • Make sure to rebuild the distribution version by executing grunt before submiting a pull request.

Change log

See the change log.

To do

  • All the taxes rates of the provinces and territories of Canada.
  • More formats such as XML, YAML and CSV.

Sources

http://www.canadabusiness.ca/eng/page/2651/

License

See LICENSE.

A Mari Usque Ad Mare

FAQs

Package last updated on 28 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc