{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "is/samgongustofa/vehicle-ownership-transfer",
  "version": "1.0.0",
  "title": "Iceland Notification of Change of Vehicle Ownership (Tilkynning um eigendaskipti að ökutæki, Form US.140)",
  "description": "Samgöngustofa's (the Icelandic Transport Authority) Form US.140, 'Tilkynning um eigendaskipti að ökutæki' (Notification of Change of Vehicle Ownership), the single-page notification both buyer and seller of a private motor vehicle jointly complete and submit to record a change of registered ownership. Captures the vehicle's registration number, type, purchase-contract date, mileage, and (optional) sale price; the seller's and buyer's identity, address, and contact details; an optional second party on the buyer's side (a co-owner or an operator/'umráðamaður', with room for up to two named entries) and an optional co-owner on the seller's side; the buyer/operator's declared insurance company or the vehicle's out-of-use/trailer status; an optional override of the vehicle's usage category; the two required attesting witnesses' national ID numbers (one per party); and an optional payer identifier for filers paying the processing fee by bank transfer. Opens Iceland's DMV vertical (4th of 6), alongside is/skatturinn's Business Formation and Taxes schemas and is/utl's Visa schema. The form is submitted on paper (original notification delivered to Samgöngustofa); this document describes the form only and does not submit anything or imply government endorsement.",
  "status": "draft",
  "jurisdiction": {
    "country": "IS",
    "level": "national"
  },
  "authority": {
    "name": "Samgöngustofa (Icelandic Transport Authority)",
    "abbreviation": "Samgöngustofa",
    "url": "https://www.samgongustofa.is"
  },
  "process": {
    "type": "amendment",
    "language": "is"
  },
  "source": {
    "url": "https://assets.ctfassets.net/8k0h54kbe6bj/2PUZjYRsN9J4LSLoXtKn5g/3179f0b6a641dbbdb83460c5cbd1c19e/US.140_Tilkynning_um_eigendaskipti_a___kut_ki_12022024.pdf",
    "retrievedAt": "2026-07-10",
    "documentRef": "US.140 - 0, 'Tilkynning um eigendaskipti að ökutæki' (Notification of Change of Vehicle Ownership), Samgöngustofa, edition dated 12.02.2024, 1 page"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-10",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-10",
    "notes": "GOV-2219 (child of GOV-2217, 'GovSchema Standard Research'): opens Iceland's DMV vertical (4th of 6), following Business Formation and Taxes (is/skatturinn) and Visa (GOV-2210's is/utl). Iceland's Passport and National ID verticals remain open, unscreened-or-dead-end backlog. Fetched fresh with a browser User-Agent directly from assets.ctfassets.net (HTTP 200, application/pdf, exactly 137,237 bytes, SHA-256 1aaea347530b0d736ff0dda6a5354c7d5f239cc59cd90738575dca5d70ed136a). The brief warned of a same-named but genuinely different flat/scanned mirror at samgongustofa.is/media/umferd/okutaeki/US_140-...pdf; the exact truncated URL 404s and the authority's current eigendaskipti landing page is a JS-rendered app shell with no directly-scraped PDF link, so the flat mirror could not be independently re-confirmed this session, but this schema is derived exclusively from the ctfassets.net specimen, which was itself independently confirmed to be a genuine fillable AcroForm (not flat) via pdfjs-dist re-extraction: doc.getFieldObjects() returned exactly 31 keys and page.getAnnotations() returned exactly 31 Widget annotations on the document's single page, matching the brief's own field-count claim and this document's own field list exactly. Every widget was cross-walked to its printed label using a position-aware (x/y proximity) script pairing each widget's rectangle with the nearest surrounding text, which surfaced two non-obvious structural findings, both recorded in VERIFICATION.md: (1) the 5 named-insurer checkboxes (INSU_6080/6090/6070/6075/6010) sit in the same two-column list as 2 further checkboxes literally named TRAILER (button value 98, 'Eftirvagn/tengitæki á tryggingu ökutækis') and OUT_OF_USE (button value 99, 'Úr umferð') — all 7 are one flat single-select list ('declare the vehicle's insurer, or that it is a trailer covered under the towing vehicle's own insurance, or that it is being taken out of use'), not an independent pair of checkboxes bolted onto a 5-option insurer group, and are modelled here as one enum field; (2) two unnamed checkboxes (pdfjs synthesised the keys 'undefined'/'undefined_2', meaning the source PDF's own AcroForm carries no /T entry for either — a genuine authoring omission in the government's own PDF, not an extraction artifact) tag whether the two numbered name lines below them (OPER_NAME_1, OPER_NAME_2) name a co-owner ('meðeiganda') or an operator ('umráðamanns'); modelled as a single enum field per this registry's established preference (is/utl, at/bmeia, se/migrationsverket) for a true single-select-among-named-values grid over exclusivityGroups, which spec reserves for independently-named booleans with their own sub-fields. See VERIFICATION.md for the full sourcing record, every scope decision, and the mock conformance test run."
  },
  "maturity": {
    "level": "structural-reference",
    "criteria": {
      "structuralReference": true,
      "verifiedSchema": false,
      "agentReadySchema": false,
      "executionTestedSchema": false
    },
    "method": "maturity-self-assessment-v1",
    "assertedBy": "GovSchema Engineering (Standards Engineer)",
    "assertedAt": "2026-07-10"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "vehicleRegistrationNumber",
      "label": "Fastanúmer",
      "type": "string",
      "required": true,
      "description": "The vehicle's fixed registration number (license plate identifier), printed at the top of the notification.",
      "sourceRef": "US.140 p.1, header: 'Fastanúmer'",
      "validation": { "minLength": 1, "maxLength": 20 }
    },
    {
      "name": "vehicleType",
      "label": "Tegund ökutækis",
      "type": "string",
      "required": true,
      "description": "The type/make-model of the vehicle being transferred.",
      "sourceRef": "US.140 p.1: 'Tegund ökutækis'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "purchaseContractDate",
      "label": "Dagsetning kaupsamnings",
      "type": "date",
      "required": true,
      "description": "The date the purchase/sale contract was concluded.",
      "sourceRef": "US.140 p.1: 'Dagsetning kaupsamnings'"
    },
    {
      "name": "mileage",
      "label": "Kílómetrastaða",
      "type": "integer",
      "required": true,
      "description": "The vehicle's odometer reading (kilometres) at the time of the ownership transfer. The form's own guidance notes this is especially significant for electric, hydrogen, and plug-in hybrid vehicles subject to a per-kilometre road-use charge ('Kílómetragjald rafmagns-, vetnis- og tengiltvinnbifreiða'), where the buyer confirms the recorded reading by signing this notification.",
      "sourceRef": "US.140 p.1: 'Kílómetrastaða'",
      "validation": { "minimum": 0 }
    },
    {
      "name": "salePrice",
      "label": "Kaupverð (valkvætt)",
      "type": "number",
      "required": false,
      "classification": "financial",
      "description": "The vehicle's sale/purchase price. Explicitly marked optional on the form itself ('valkvætt').",
      "sourceRef": "US.140 p.1: 'Kaupverð (valkvætt)'",
      "validation": { "minimum": 0 }
    },
    {
      "name": "sellerNationalId",
      "label": "Kennitala seljanda",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The seller's Icelandic national identification number (kennitala). The form's own guidance requires the seller to be the currently registered owner.",
      "sourceRef": "US.140 p.1: 'Kennitala seljanda'",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "sellerCoOwnerNationalId",
      "label": "Kennitala meðeiganda",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The kennitala of the seller-side co-owner (meðeigandi), applicable only when the vehicle is jointly owned on the seller's side.",
      "sourceRef": "US.140 p.1: 'Kennitala meðeiganda' (seller-side column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "buyerNationalId",
      "label": "Kennitala kaupanda",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The buyer's Icelandic national identification number (kennitala).",
      "sourceRef": "US.140 p.1: 'Kennitala kaupanda'",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "buyerSecondPartyNationalId",
      "label": "Kennitala meðeiganda/umráðamanns",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The kennitala of a second named party on the buyer's side — either a co-owner (meðeigandi) or an operator (umráðamaður), see buyerSecondPartyRole.",
      "sourceRef": "US.140 p.1: 'Kennitala meðeiganda / umráðamanns' (buyer-side column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "sellerName",
      "label": "Nafn seljanda",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The seller's full name.",
      "sourceRef": "US.140 p.1: 'Nafn seljanda'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "buyerName",
      "label": "Nafn kaupanda",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The buyer's full name.",
      "sourceRef": "US.140 p.1: 'Nafn kaupanda'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "sellerAddress",
      "label": "Heimilisfang seljanda",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The seller's address, modelled as a single composite field per this registry's established convention for a single-box address entry.",
      "sourceRef": "US.140 p.1: 'Heimilisfang seljanda'",
      "validation": { "minLength": 1, "maxLength": 300 }
    },
    {
      "name": "buyerAddress",
      "label": "Heimilisfang kaupanda",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The buyer's address, modelled as a single composite field (see sellerAddress).",
      "sourceRef": "US.140 p.1: 'Heimilisfang kaupanda'",
      "validation": { "minLength": 1, "maxLength": 300 }
    },
    {
      "name": "sellerContact",
      "label": "Netfang/símanúmer",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The seller's email address and/or telephone number, a single combined free-text box on the source form.",
      "sourceRef": "US.140 p.1: 'Netfang/símanúmer' (seller-side column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "buyerContact",
      "label": "Netfang/símanúmer",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The buyer's email address and/or telephone number, a single combined free-text box on the source form.",
      "sourceRef": "US.140 p.1: 'Netfang/símanúmer' (buyer-side column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "sellerCoOwnerName",
      "label": "Nafn meðeiganda",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The name of the seller-side co-owner (meðeigandi), paired with sellerCoOwnerNationalId.",
      "sourceRef": "US.140 p.1: 'Nafn meðeiganda' (seller-side column)",
      "validation": { "maxLength": 200 }
    },
    {
      "name": "buyerSecondPartyRole",
      "label": "Nafn meðeiganda / umráðamanns",
      "type": "enum",
      "required": false,
      "description": "Which role the buyer-side second party (or parties, see buyerSecondPartyName1/buyerSecondPartyName2) is being named under: co-owner (meðeigandi) or operator (umráðamaður). The source form prints these as two independent, unnamed checkboxes (no /T entry in the PDF's own AcroForm) above the two numbered name lines, modelled here as a single enum per this registry's established preference for a true single-select grid.",
      "sourceRef": "US.140 p.1: 'Nafn ☐ meðeiganda / ☐ umráðamanns' checkbox pair, above the numbered name lines",
      "validation": { "enum": ["co_owner", "operator"] }
    },
    {
      "name": "buyerSecondPartyName1",
      "label": "1.",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The first named buyer-side co-owner or operator (see buyerSecondPartyRole), paired with buyerSecondPartyNationalId.",
      "sourceRef": "US.140 p.1: numbered name line '1.' under 'Nafn meðeiganda/umráðamanns'",
      "validation": { "maxLength": 200 }
    },
    {
      "name": "buyerSecondPartyName2",
      "label": "2.",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "A second named buyer-side co-owner or operator, when more than one applies.",
      "sourceRef": "US.140 p.1: numbered name line '2.' under 'Nafn meðeiganda/umráðamanns'",
      "validation": { "maxLength": 200 }
    },
    {
      "name": "alternateUsageCategory",
      "label": "Notkunarflokkur",
      "type": "string",
      "required": false,
      "description": "Free-text override of the vehicle's usage category. The form's own note explains that a vehicle registered in the 'car rental' (ökutækjaleiga) usage category automatically reverts to 'general use' (almenn notkun) upon a change of ownership 'unless otherwise specified' (nema annað sé tekið fram) — this box is where that alternate category is specified.",
      "sourceRef": "US.140 p.1: free-text box below 'Ef ökutækið er skráð í notkunarflokkinn ökutækjaleiga breytist notkunarflokkurinn sjálfkrafa í almenna notkun við eigendaskipti nema annað sé tekið fram.'",
      "validation": { "maxLength": 200 }
    },
    {
      "name": "insuranceStatus",
      "label": "Tryggingarfélag kaupanda/umráðamanns",
      "type": "enum",
      "required": true,
      "description": "The vehicle's declared insurance status at the time of ownership transfer: one of 5 named Icelandic insurers, or that the vehicle is a trailer/towed device covered under the towing vehicle's own insurance ('Eftirvagn/tengitæki á tryggingu ökutækis'), or that the vehicle is being taken out of use ('Úr umferð'). The source PDF presents all 7 as one flat two-column checkbox list (5 independently-named insurer checkboxes plus the TRAILER and OUT_OF_USE checkboxes), not a 5-option insurer group with 2 unrelated checkboxes appended — confirmed by their shared column layout and continuous button-value sequence.",
      "sourceRef": "US.140 p.1: 'Tryggingarfélag kaupanda/umráðamanns' checkbox list (widgets INSU_6080 '80', INSU_6090 '90', INSU_6070 '70', INSU_6075 '75', INSU_6010 '10', TRAILER '98', OUT_OF_USE '99')",
      "validation": {
        "enum": [
          "sjova_almennar_tryggingar",
          "vatryggingafelag_islands",
          "tm_tryggingar",
          "verna_mga",
          "vordur_tryggingar",
          "trailer_insured_under_towing_vehicle",
          "out_of_use"
        ]
      }
    },
    {
      "name": "sellerWitnessNationalId",
      "label": "Vitundarvottur að undirskrift seljanda — Kt.",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The kennitala of the witness attesting the seller's signature. The form's own note requires an attesting witness for both buyer and seller ('Athugið að votta þarf bæði fyrir kaupanda og seljanda'); the witness's printed name and wet-ink signature are not captured as separate fillable fields on this specimen.",
      "sourceRef": "US.140 p.1: 'Vitundarvottur að undirskrift seljanda' — 'Kt.' box",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "buyerWitnessNationalId",
      "label": "Vitundarvottur að undirskrift kaupanda — Kt.",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The kennitala of the witness attesting the buyer's signature (see sellerWitnessNationalId).",
      "sourceRef": "US.140 p.1: 'Vitundarvottur að undirskrift kaupanda' — 'Kt.' box",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "bankTransferPayerNationalId",
      "label": "Skráið kennitölu þess sem millifærir hér",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "Optional kennitala of the person making the bank transfer, when the processing fee is paid by bank transfer rather than at the point of filing, so Samgöngustofa can match the payment to this notification.",
      "sourceRef": "US.140 p.1: 'Skráið kennitölu þess sem millifærir hér: __________'",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    }
  ]
}
