Git Product home page Git Product logo

exponential-tax's Introduction

exponential-tax

Clojure code designed to compute values for exponential land tax

Usage

(use 'exponential-tax.core)
(sample-taxes 0.5 1.05 holding-sizes)

Where:

  • 0.5 is the constant

  • 1.05 is the exponent

  • holding sizes is a list of lists formatted thus:

    (def holding-sizes [["Average croft" 5] ["Average farm" 101] ["Glasgow Airport" 300] ["Edinburgh Airport" 400] ["Grangemouth Refinery" 700] ["Thousand hectares" 1000] ["Ten thousand hectares" 10000] ["Countess of Sutherland" 33000] ["Earl of Seafield" 40000] ["Captain Alwynn Farquharson" 51800] ["Duke of Westminster" 54000] ["Duke of Atholl" 58700] ["Duke of Buccleuch" 109000]])

Discussion

Exponential land tax is an idea for a tax which would have the effect of breaking up large estates.

The core of the idea is that you pay a small amount on your first hectare of land, a little bit more on your next hectare, a little bit more on your next, and so on. There are two key numbers in this idea: the constant, which is the amount of money you pay on the first hectare, and the exponent, which is the power the number of hectares we've counted so far is raised to to calculate the little bit more.

See my essays:

Experiment with this

If you want to muck about with this, thanks to the magic of Gorilla Repl you can do so on-line, here. It's quite instructive to see what happens when you make quite small changes to the constant and exponent.

License

Copyright © 2014 Simon Brooke

Distributed under the Gnu General Public License either version 2.0 or (at your option) any later version.

exponential-tax's People

Contributors

simon-brooke avatar

Watchers

 avatar  avatar  avatar

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.