Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

australian-tax-rate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

australian-tax-rate

return tax rate based on annual income

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

australian-tax-rate

return tax rate based on annual income

usage:

  npm install australian-tax-rate
var taxRate = require('australian-tax-rate');
//...
var pay = gross*(1 - taxRate(gross));

This is what ATO says about personal tax:

Taxable incomeTax on this income
0 – $18,200Nil
$18,201 – $37,00019c for each $1 over $18,200
$37,001 – $80,000$3,572 plus 32.5c for each $1 over $37,000
$80,001 – $180,000$17,547 plus 37c for each $1 over $80,000
$180,001 and over$54,547 plus 45c for each $1 over $180,000

Above as graphs:

tax-rate

net-pay-vs-gross

Keywords

FAQs

Package last updated on 25 Jan 2016

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