explaingit

jokull/fjarmalalaesi

Analysis updated 2026-05-18

14PythonAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

An AI agent skill that models Icelandic mortgages, pensions, and taxes correctly using real local rules.

Mindmap

mindmap
  root((repo))
    What it does
      Models Icelandic mortgages
      Explains pension pillars
      Calculates stacked taxes
    Tech stack
      Python
      Agent Skills standard
    Use cases
      Check mortgage prepayment value
      Compare pension withdrawal tax
    Audience
      Icelandic individuals
      Financial advisors

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Calculate what a lump sum mortgage prepayment is really worth in today's money on an inflation linked loan.

USE CASE 2

Work out the effective tax rate on a pension withdrawal stacked on top of other income.

USE CASE 3

Decide whether paying down debt or investing extra savings makes more sense given your numbers.

USE CASE 4

Get an AI agent to read and explain an Icelandic payslip line by line.

What is it built with?

Python

How does it compare?

jokull/fjarmalalaesi0c33/agentic-aiadennng/stock_strategy_lab
Stars141414
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity2/54/54/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Scripts are Python standard library only, nothing extra to install.

You may freely use, copy, modify, and distribute this software, including for commercial purposes, as long as you keep the original copyright notice.

In plain English

Fjarmalalaesi is a skill you can plug into an AI agent to help with Icelandic personal finance, a system with rules that generic financial calculators get wrong. The name means financial literacy in Icelandic, and the project's goal is letting anyone point an AI at their own numbers and get answers that actually match how money works in Iceland. Iceland has some unusual quirks: mortgages are commonly tied to inflation, so the amount you owe can grow over time rather than shrink with every payment. Most workers are covered by union agreements that set wage floors and benefits. Pensions come in three separate layers, each taxed and means tested differently. And tax on any extra income depends heavily on what other income it lands on top of. This skill is built specifically to handle those details correctly. It covers reading a payslip line by line and understanding wage rights, working through pension pillar choices including a special savings option with a mortgage related tax benefit, correctly modeling inflation linked mortgages using real bank data, understanding how Icelandic income tax brackets stack, comparing banks and savings options, and understanding safety net programs like parental leave, unemployment benefits, student loans, and child benefits. It also documents where to pull live data from official Icelandic statistics and banking sources. Under the hood, the skill includes several small Python scripts that need no extra installation since they only use Python's standard library. You can run them directly from the command line to answer questions such as what a lump sum mortgage prepayment is worth in today's money, what the effective tax rate is on a pension withdrawal stacked on other income, or whether paying down debt beats investing given your own numbers. It can be installed as a Claude Code plugin, through the Agent Skills standard, or by copying the files manually. The author is clear that this is decision support modeling, not financial advice, and that tax brackets and benefit amounts are accurate as of 2026 and should be checked against official sources or a licensed advisor before making big financial moves. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Help me install fjarmalalaesi as a Claude Code plugin and explain what it can calculate.
Prompt 2
Use the verdtrygging script to show me what a 5 million kronur prepayment buys on my inflation linked mortgage.
Prompt 3
Calculate my effective tax rate if I withdraw from my saereignarsparnadur pension on top of my other income.
Prompt 4
Compare paying down my loans versus investing my savings using the paydown_vs_invest script.

Frequently asked questions

What is fjarmalalaesi?

An AI agent skill that models Icelandic mortgages, pensions, and taxes correctly using real local rules.

What language is fjarmalalaesi written in?

Mainly Python. The stack also includes Python.

What license does fjarmalalaesi use?

You may freely use, copy, modify, and distribute this software, including for commercial purposes, as long as you keep the original copyright notice.

How hard is fjarmalalaesi to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fjarmalalaesi for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.