> ## Documentation Index
> Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Liability Types

> The full range of consumer debt types Method supports.

## The Breadth of Supported Liability Types

Method supports an extensive range of liability types, reflecting the diversity of consumer debt in the real world. Supported types include:

* Credit cards — `credit_card` (from major national issuers to regional and community banks)
* Auto loans — `auto_loan` (from captive lenders like GM Financial and Toyota Motor Credit to banks and credit unions)
* Federal and private student loans — `student_loans`
* Personal and installment loans — `personal_loan`
* Mortgages and home equity lines of credit (HELOCs) — `mortgage`
* Collections accounts — `collection`
* Medical debt — `medical`
* Insurance premium obligations — `insurance`
* Utility accounts — `utility`
* Buy Now Pay Later (BNPL) accounts — `bnpl`
* Credit builder accounts — `credit_builder`
* Fintech-originated loans — `fintech`
* Other loan types — `loan`

The values above are the possible `liability.type` enum values on an Account. The `liability.sub_type` field provides additional granularity (e.g., `federal` vs. `private` for student loans, `heloc` for home equity lines). See the [Account reference](/reference/accounts/overview) for the complete list.

## How Liability Type Affects the Data Model

Each liability type also determines what enrichment data is available:

* **Credit cards**: Card brand name and visual art (via [Card Brands](/reference/accounts/card-brands/overview)), tokenized card credentials (via [Payment Instruments](/reference/accounts/payment-instruments/overview))
* **Auto loans**: Payoff quotes (via [Payoffs](/reference/accounts/payoffs/overview)), vehicle details including VIN, make, model (via [Vehicles](/reference/entities/vehicles/overview) on the Entity)
* **Student loans**: Federal vs. private distinction, servicer information
* **All types**: Credit health attributes (via [Attributes](/reference/accounts/attributes/overview)) where credit bureau data exists

<Note>
  Not every liability type supports every Method product. For example, Payments may be available for credit cards and auto loans but not for certain utility or collections accounts. Card Brand data is only relevant for credit cards. Payoff quotes are specific to auto loans. Each account carries a list of available [products](/reference/accounts/products/overview) so your application can adapt its UI and functionality based on what's supported for each specific account.
</Note>
