원클릭으로
laun
Icelandic take-home salary calculator (payday.is) — tax and pension breakdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Icelandic take-home salary calculator (payday.is) — tax and pension breakdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Iceland energy authority — electricity generation, use, fuel sales, power plants and licences. Use for energy-system analysis.
Fiskistofa — public WFS layers for fishing closures, regulations and fishing areas; paid REST catch/quota data is excluded.
Hafrannsóknastofnun / MFRI — annual fish-stock assessments, advice, landings and survey series in embedded tables.
Environment Agency of Iceland GIS — open WFS layers for contaminated land, water, protected areas, noise and wastewater.
Icelandic Met Office (Veðurstofa) — weather observations, stations, forecasts and earthquakes via the modern JSON API at api.vedur.is.
Iceland Tax Authority — annual reports (ársreikningar), company registry, ownership chain mapping by kennitala.
SOC 직업 분류 기준
| name | laun |
| description | Icelandic take-home salary calculator (payday.is) — tax and pension breakdown. |
Icelandic take-home salary calculator via payday.is public API.
POST https://payday.is/is/ajax/calculator/calculateSalary/X-Requested-With: XMLHttpRequest)Salary, leave TotalCost nullTotalCost, leave Salary null| Parameter | Default | Description |
|---|---|---|
| PensionContributionEmployeePercentage | 4.00% | Mandatory employee pension |
| PensionContributionEmployerPercentage | 11.50% | Mandatory employer pension |
| RehabilitationFundPercentage | 0.10% | Starfsendurhæfingarsjóður |
| IncomeTaxStep1Percentage | 31.49% | Up to ~446,136/mo |
| IncomeTaxStep2Percentage | 37.99% | 446,136–1,252,501/mo |
| IncomeTaxStep3Percentage | 46.29% | Above 1,252,501/mo |
| InsuranceFeePercentage | 6.35% | Tryggingagjald (employer) |
| PersonalTaxAllowancePercentage | 100% | Persónuafsláttur (72,492 kr/mo in 2025) |
# Monthly gross -> take-home
uv run python scripts/laun.py 1000000
# From employer total cost
uv run python scripts/laun.py 1200000 --total-cost
# With union fee
uv run python scripts/laun.py 750000 --union 1.1
# Full JSON breakdown
uv run python scripts/laun.py 1000000 --json
# Additional voluntary pension (viðbótarlífeyrissparnaður)
uv run python scripts/laun.py 1000000 --additional-pension 4.0
Key fields in the JSON response data:
salary — gross monthly salarytotalCost — total employer costpayoutAmountSalary — take-home payincomeTaxEmployeeTotalAmount — total income taxpensionContributionEmployeeTotalAmount — employee pensionpersonalTaxAllowanceAmount — tax credit appliedSpouseTaxAllowancePercentage