Skip to content

Lienholder

A party with a financial interest in an insured asset. Shared by both auto (vehicle lienholders) and home (mortgagees). Attached to Risk and Location resources.

Structure

NameCard.TypeDescription
RLienholderA party with a financial interest in an insured asset.
name1..1stringName of the lienholder or mortgagee
type1..1CodeableConceptType of financial interest. terminology
loanNumber0..1stringLoan or mortgage number
address0..1AddressMailing address for the lienholder
[ ]contact0..*ContactPointContact information for the lienholder
isaoa0..1booleanWhether the ISAOA/ATIMA (Its Successors and/or Assigns as Their Interests May Appear) clause applies

Example

json
{
  "name": "First National Bank",
  "type": "mortgagee",
  "loanNumber": "MORT-2024-56789",
  "address": {
    "line": [
      "PO Box 12345"
    ],
    "city": "Charlotte",
    "state": "NC",
    "postalCode": "28201"
  },
  "isaoa": true
}

JSON Schema

Full JSON Schema: Lienholder.schema.json