{
  "_what": "Najell money definitions - the single source of truth for currency and VAT. Edit here, everything follows.",
  "_howto": "FX: multiply foreign amount by rate to get SEK. VAT: divide gross by rate to get ex-VAT. 'default' applies to countries not listed.",
  "updated": "2026-06-12",
  "fx_to_sek": {
    "SEK": 1.0,
    "NOK": 0.96,
    "DKK": 1.52,
    "EUR": 11.33,
    "GBP": 13.46,
    "USD": 10.52,
    "CHF": 11.96,
    "AUD": 6.80,
    "AED": 2.86,
    "HKD": 1.35
  },
  "vat": {
    "SE": 1.25,
    "DK": 1.25,
    "NO": 1.25,
    "FI": 1.255,
    "DE": 1.19,
    "AT": 1.20,
    "FR": 1.20,
    "GB": 1.20,
    "NL": 1.21,
    "BE": 1.21,
    "CH": 1.081,
    "US": 1.00,
    "default": 1.20
  }
}
