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

# Financial Accounts

> Financial institution coverage, supported account types, and data access

Truv connects to 14,000+ financial institutions covering 98% of US bank accounts. A single `transactions` product connection gives access to account balances, transaction history, and liability details.

<div id="financial-coverage-widget" />

***

## Institution coverage API

Query institution coverage and success rates using the [Data Providers API](/api-reference/data-providers/providers-list).

***

## Supported account types

| Type             | Subtypes                                |
| ---------------- | --------------------------------------- |
| `CHECKING`       | Standard checking, money market         |
| `SAVINGS`        | Standard savings, high-yield savings    |
| `CREDIT_CARD`    | Rewards, cashback, secured              |
| `LOAN`           | Auto, personal, student, small business |
| `LINE_OF_CREDIT` | HELOC, home equity                      |
| `MORTGAGE`       | Fixed-rate, adjustable-rate             |
| `INVESTMENT`     | Brokerage, retirement (IRA, 401k)       |
| `CD`             | Certificates of deposit                 |

***

## Implementation

Create an [order](/api-reference/orders/object) with the `transactions` or `assets` product to connect a user's financial accounts. See the [Embedded Orders guide](/developers/integration/embedded-orders/overview) for a complete walkthrough.

***

## Financial accounts products

<CardGroup cols={2}>
  <Card title="Assets (VOA)" icon="building-columns" href="/api-reference/user-asset-verification-reports/object">
    Bank account balances and asset reports
  </Card>

  <Card title="Accounts" icon="wallet" href="/api-reference/balances/object">
    Account balances and auth data
  </Card>

  <Card title="Transactions" icon="receipt" href="/api-reference/transactions/object">
    Transaction history and categorization
  </Card>

  <Card title="Liabilities" icon="file-invoice-dollar" href="/api-reference/liabilities/object">
    Credit cards, loans, and mortgage data
  </Card>

  <Card title="Scoring Attributes" icon="chart-line" href="/credit/products/scoring">
    Risk scores derived from transaction data
  </Card>
</CardGroup>
