GithubHelp home page GithubHelp logo

rikukissa / osinkoavaipalkkaa.fi Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 2.0 3.64 MB

Home Page: https://osinkoavaipalkkaa.fi

License: MIT License

JavaScript 23.41% CSS 12.25% TypeScript 64.34%
freelancing taxes personal-finance

osinkoavaipalkkaa.fi's People

Contributors

rikukissa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mskri nikosavola

osinkoavaipalkkaa.fi's Issues

This is a gem! 💎

Hi Riku! 👋🏼

I don't even know where to start, wow, this is a fantastic website!! 👏🏼

Everytime I've been looking into optimizating the ratio of salary vs dividend, I was like "why on earth don't we have a simple frontend calculator that has done the heavy lifting of these calculations?" and because I didn't have much frontend skills nor the determination to run the numbers properly 😅, it remained a wish until a friend told me about this.

So thanks a lot for having done that and sharing it publicly for everyone!

Is there any chance you would be able to translate it to English too? (my Finnish is not that good, otherwise I'd have opened a PR)

The reason I'm asking is that I think this website would be a great addition to the Take out money from your company in the most tax optimal way section of Freelancing in Finland guide. I already added the calculator to the references section (sam-hosseini/freelancing-in-finland@02451c7)

I'll share this with my friends and peers to see if it sparks other people's interest as well to translate this.

Thank you again 🍁

Calculation of corporate tax (yhteisövero)

Hi. I am using your calculator (which is great - thanks for doing it!) to predict the costs of running an oy in Finland and I am confused about one point.

As far as I understand it, Finnish corporate tax is 20%. In the calculator, it appears to calculate it as 25%.

image

The related code is

`export function getCorporateTax(companyProfit: number) {
return Math.max(0, companyProfit * 0.2)
}

export function companyTaxesFromDividents(dividents: number) {
return getCorporateTax(dividents / 0.8)
}`

So I am not sure what the / 0.8 (from the last line of code there) is modelling from real life. Can you explain it? Thanks!

Yhteisövero pitäisi huomioida vain siltä osalta, joka maksetaan osinkona

Palkkaa ja osinkoa vertailtaessa maksetusta yhteisöverosta pitäisi huomioida ainoastaan se osuus, joka liittyy maksettuihin osinkohin. Taseeseen jäävästä osuudesta maksettu yhteisövero ei ole laskelman kannalta relevantti.

En myöskään huomioisi tuloksen aiheuttamaa nettovarallisuuden muutosta, koska se vaikuttaa verotuksessa vasta seuraavana verovuonna.

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.