{
  "dataset": "cfpb-lender-complaints-by-product",
  "retrievedAt": "2026-08-17T00:00:00Z",
  "window": { "from": "2025-07-01", "to": "2026-06-30" },
  "sourceApi": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/ (CFPB Consumer Complaint Database, CCDB5 'geo/states' sub-endpoint). Filtered counts are read from aggregations.product.doc_count. The documented top-level complaints search endpoint (/search/api/v1/complaints/) was not used because it fails unreliably from this environment; the geo/states sub-endpoint returned consistent, verifiable JSON for every query in this dataset.",
  "methodologyNotes": [
    "COUNTS ARE ALLEGATIONS, NOT FINDINGS: each count is the number of consumer complaints CFPB received and forwarded to the company for a response. CFPB does not verify the underlying facts before publishing a complaint, and a complaint being counted here does not mean the company did anything wrong. Companies may dispute, resolve, or close complaints as 'no fault found.'",
    "NO DENOMINATOR / NOT SIZE-ADJUSTED: raw complaint counts are NOT normalized by number of customers, accounts, cardholders, loan originations, or assets under management. Comparing raw counts across issuers of very different scale (e.g. JPMorgan Chase vs. Pentagon Federal Credit Union) is misleading on its own -- larger institutions will mechanically show higher raw counts even if their complaint RATE (complaints per customer/account) is lower. This dataset does not include a customer-count or account-count denominator; treat raw counts as volume indicators only, not risk-adjusted comparisons.",
    "TAXONOMY CAVEAT (verified live against the API for this pull): CFPB's top-level 'Product' taxonomy changed in 2021 (e.g. 'Credit card or prepaid card' was split into 'Credit card' and 'Prepaid card') and has been revised further since. The product string requested for this dataset, 'Payday loan, title loan, or personal loan', is STALE and returns ZERO results as of this pull -- CFPB has renamed this category to 'Payday loan, title loan, personal loan, or advance loan' (the 'advance loan' addition captures earned-wage-access/cash-advance-style complaints, confirmed present as a sub-product bucket: 'Earned wage access'). This dataset uses the CURRENT, verified taxonomy string throughout, both as the query parameter and as the key in each company's byProduct object.",
    "hits.total IS NOT A FILTERED COUNT: on the geo/states sub-endpoint, the top-level 'hits.total.value' field always returns the size of the ENTIRE CFPB complaint database (17,142,190 records at the time of this pull) regardless of which product/company/date filters are applied. It must never be read as a filtered result. The correct filtered count for each query is 'aggregations.product.doc_count'.",
    "WINDOW BASIS: the date window (2025-07-01 to 2026-06-30) filters on date_received (when CFPB logged the complaint), not necessarily when the underlying incident occurred.",
    "COMPANY-NAME VERIFICATION: all 10 CFPB-registered company name strings were verified directly against the API (each confirmed via a nonzero, size-plausible 'Credit card' query before being trusted for the other 3 products). All 10 strings matched on the FIRST attempt with no fallback/variant substitution required, including the three the task flagged for extra verification (AMERICAN EXPRESS COMPANY, U.S. BANCORP, PENTAGON FEDERAL CREDIT UNION).",
    "TRUE ZEROS VS UNAVAILABLE: a 0 count is reported only where the company's name string was independently confirmed valid (via a nonzero Credit card result) and the specific product query itself returned a clean, fully-empty aggregation (not an error). Two cells could not be retrieved at all and are recorded as null (not 0): Capital One Financial Corporation and Bank of America, National Association, both for 'Payday loan, title loan, personal loan, or advance loan'. In both cases the exact CFPB-registered legal name combined with the current (longer) product taxonomy string produces a query URL that exceeds a hard, client-side ~252-character limit enforced by the fetch tool used in this environment (confirmed by systematic length bisection: 252 chars succeeds, 253 fails, independent of content). This is a tool-side constraint, not a CFPB API or data limitation -- the CFPB server itself was never confirmed to reject the equivalent longer URL. No shortened or alternate company-name variant (e.g. a narrower subsidiary entity) was substituted for these two cells, because doing so would silently change which legal entity is being measured and break consistency with the other 3 verified products reported for each of those companies. These two values should be treated as 'not retrieved', not as zero or low-complaint evidence.",
    "SUB-PRODUCT / ISSUE BREAKDOWNS ARE TOP-1 ONLY: 'topSubProduct' and 'topIssue' report only the single highest-volume category within that product x company cell for the window; they are not exhaustive breakdowns.",
    "SINGLE LEGAL ENTITY PER ISSUER: each company's counts reflect complaints logged against exactly one canonical CFPB-registered parent-entity name (listed in cfpbCompanyName). Large financial groups sometimes operate multiple distinct legal entities in CFPB's system (subsidiaries, predecessor names, servicing arms); complaints logged against a differently-named affiliate are not included here.",
    "Two products are structurally near-exclusive to certain issuers and a 0 there is expected, not an error: American Express does not originate vehicle loans/leases or (materially) mortgages, so low/zero counts in those categories are consistent with its business model rather than a broken query.",
    "All queryUrl values in this file are the exact, real URLs fetched to produce the paired count; each was independently verified to return a well-formed CFPB API JSON response before being recorded."
  ],
  "products": [
    "Credit card",
    "Vehicle loan or lease",
    "Payday loan, title loan, personal loan, or advance loan",
    "Mortgage"
  ],
  "companies": [
    {
      "cfpbCompanyName": "JPMORGAN CHASE & CO.",
      "issuerSlug": "chase",
      "byProduct": {
        "Credit card": {
          "count": 6764,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=JPMORGAN%20CHASE%20%26%20CO.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (6690)",
          "topIssue": "Problem with a purchase shown on your statement (2186)"
        },
        "Vehicle loan or lease": {
          "count": 465,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=JPMORGAN%20CHASE%20%26%20CO.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (373)",
          "topIssue": "Repossession (104)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 44,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan%2C+title+loan%2C+personal+loan%2C+or+advance+loan&company=JPMORGAN+CHASE+%26+CO.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Personal line of credit (17)",
          "topIssue": "Problem with the payoff process at the end of the loan (10)"
        },
        "Mortgage": {
          "count": 710,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=JPMORGAN%20CHASE%20%26%20CO.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (560)",
          "topIssue": "Trouble during payment process (345)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Full-service lender; nonzero, size-plausible counts in all 4 categories."
    },
    {
      "cfpbCompanyName": "CITIBANK, N.A.",
      "issuerSlug": "citi",
      "byProduct": {
        "Credit card": {
          "count": 10870,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=CITIBANK%2C%20N.A.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (8933)",
          "topIssue": "Problem with a purchase shown on your statement (4160)"
        },
        "Vehicle loan or lease": {
          "count": 11,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=CITIBANK%2C%20N.A.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (11)",
          "topIssue": "Problems at the end of the loan or lease (7)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 80,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=CITIBANK,+N.A.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Installment loan (45)",
          "topIssue": "Problem when making payments (17)"
        },
        "Mortgage": {
          "count": 48,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=CITIBANK%2C%20N.A.&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (30)",
          "topIssue": "Applying for a mortgage or refinancing an existing mortgage (17)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Low Vehicle loan or lease (11) and Mortgage (48) counts are consistent with Citibank's retail auto-lending exit and reduced US mortgage retail footprint in recent years -- treated as real, plausible low volume, not a data error."
    },
    {
      "cfpbCompanyName": "CAPITAL ONE FINANCIAL CORPORATION",
      "issuerSlug": "capital-one",
      "byProduct": {
        "Credit card": {
          "count": 11994,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=CAPITAL%20ONE%20FINANCIAL%20CORPORATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (11644)",
          "topIssue": "Problem with a purchase shown on your statement (3457)"
        },
        "Vehicle loan or lease": {
          "count": 1225,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=CAPITAL%20ONE%20FINANCIAL%20CORPORATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (1188)",
          "topIssue": "Managing the loan or lease (361)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": null,
          "queryUrl": null,
          "topSubProduct": null,
          "topIssue": null,
          "error": "NOT RETRIEVED: the combination of this company's exact legal name and the current (longer) product taxonomy string produces a query URL that exceeds this environment's fetch-tool URL-length limit (~252 characters; verified over the limit even after switching to the shortest valid encoding). Not a true zero -- see dataset-level methodologyNotes."
        },
        "Mortgage": {
          "count": 7,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=CAPITAL%20ONE%20FINANCIAL%20CORPORATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (4)",
          "topIssue": "Trouble during payment process (3)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Mortgage count of 7 is low but real -- plausible given Capital One exited mortgage origination in 2017 and retains only a small legacy/servicing footprint. Payday/personal loan cell could not be retrieved (see error field and dataset-level methodologyNotes) -- do not treat as zero."
    },
    {
      "cfpbCompanyName": "DISCOVER BANK",
      "issuerSlug": "discover",
      "byProduct": {
        "Credit card": {
          "count": 2279,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=DISCOVER%20BANK&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (2267)",
          "topIssue": "Problem with a purchase shown on your statement (1007)"
        },
        "Vehicle loan or lease": {
          "count": 0,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=DISCOVER%20BANK&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": null,
          "topIssue": null
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 33,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=DISCOVER+BANK&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Installment loan (19)",
          "topIssue": "Charged fees or interest you didn't expect (7)"
        },
        "Mortgage": {
          "count": 15,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=DISCOVER%20BANK&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Home equity loan or line of credit (HELOC) (11)",
          "topIssue": "Trouble during payment process (5)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Vehicle loan or lease = VERIFIED TRUE ZERO: fully empty aggregation buckets (not an error), and the company string is independently confirmed valid via the strong nonzero Credit card result -- consistent with Discover Bank not operating an auto-loan/lease product line (it offers credit cards, deposit accounts, personal loans, student loans, and home loans/HELOCs only)."
    },
    {
      "cfpbCompanyName": "AMERICAN EXPRESS COMPANY",
      "issuerSlug": "american-express",
      "byProduct": {
        "Credit card": {
          "count": 5434,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=AMERICAN%20EXPRESS%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (5416)",
          "topIssue": "Problem with a purchase shown on your statement (1817)"
        },
        "Vehicle loan or lease": {
          "count": 0,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=AMERICAN%20EXPRESS%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": null,
          "topIssue": null
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 34,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=AMERICAN+EXPRESS+COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Installment loan (21)",
          "topIssue": "Problem when making payments (7)"
        },
        "Mortgage": {
          "count": 2,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=AMERICAN%20EXPRESS%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (1)",
          "topIssue": "Trouble during payment process (2)"
        }
      },
      "notes": "Company-name string explicitly requested for verification -- CONFIRMED CORRECT on first attempt, no fallback needed. Vehicle loan or lease = verified true zero (Amex does not originate vehicle loans/leases). Mortgage = 2, a real but very small nonzero figure, NOT the naively-expected true zero -- Amex has no active mortgage-origination business, so this likely reflects a handful of misattributed/edge-case complaints; reported as-is because it is genuine API data, not estimated. Personal-loan count of 34 is plausible given Amex's personal-loan product line (offered since ~2019)."
    },
    {
      "cfpbCompanyName": "WELLS FARGO & COMPANY",
      "issuerSlug": "wells-fargo",
      "byProduct": {
        "Credit card": {
          "count": 3536,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=WELLS%20FARGO%20%26%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (3329)",
          "topIssue": "Problem with a purchase shown on your statement (1308)"
        },
        "Vehicle loan or lease": {
          "count": 642,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=WELLS%20FARGO%20%26%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (628)",
          "topIssue": "Managing the loan or lease (224)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 120,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=WELLS+FARGO+%26+COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Personal line of credit (57)",
          "topIssue": "Charged fees or interest you didn't expect (25)"
        },
        "Mortgage": {
          "count": 1250,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=WELLS%20FARGO%20%26%20COMPANY&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (714)",
          "topIssue": "Trouble during payment process (574)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Full-service lender; nonzero, size-plausible counts in all 4 categories, with Mortgage as the largest single category consistent with Wells Fargo's historically large servicing book."
    },
    {
      "cfpbCompanyName": "BANK OF AMERICA, NATIONAL ASSOCIATION",
      "issuerSlug": "bank-of-america",
      "byProduct": {
        "Credit card": {
          "count": 5459,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=BANK%20OF%20AMERICA%2C%20NATIONAL%20ASSOCIATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (5440)",
          "topIssue": "Problem with a purchase shown on your statement (2435)"
        },
        "Vehicle loan or lease": {
          "count": 249,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=BANK%20OF%20AMERICA%2C%20NATIONAL%20ASSOCIATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (239)",
          "topIssue": "Managing the loan or lease (69)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": null,
          "queryUrl": null,
          "topSubProduct": null,
          "topIssue": null,
          "error": "NOT RETRIEVED: the combination of this company's exact legal name and the current (longer) product taxonomy string produces a query URL that exceeds this environment's fetch-tool URL-length limit (minimal valid encoding measured at 253 characters against a confirmed 252-character hard cap). Not a true zero -- see dataset-level methodologyNotes."
        },
        "Mortgage": {
          "count": 601,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=BANK%20OF%20AMERICA%2C%20NATIONAL%20ASSOCIATION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (397)",
          "topIssue": "Struggling to pay mortgage (198)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). A company-only control query (no product filter) independently corroborated an overall plausible complaint total (23,330 across all products) for this entity. Payday/personal loan cell could not be retrieved (see error field and dataset-level methodologyNotes) -- do not treat as zero."
    },
    {
      "cfpbCompanyName": "U.S. BANCORP",
      "issuerSlug": "us-bank",
      "byProduct": {
        "Credit card": {
          "count": 1761,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=U.S.%20BANCORP&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (1750)",
          "topIssue": "Problem with a purchase shown on your statement (478)"
        },
        "Vehicle loan or lease": {
          "count": 97,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=U.S.%20BANCORP&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (66)",
          "topIssue": "Problems at the end of the loan or lease (33)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 30,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday%20loan%2C%20title%20loan%2C%20personal%20loan%2C%20or%20advance%20loan&company=U.S.%20BANCORP&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Personal line of credit (14)",
          "topIssue": "Getting a line of credit (8)"
        },
        "Mortgage": {
          "count": 532,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=U.S.%20BANCORP&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (267)",
          "topIssue": "Trouble during payment process (210)"
        }
      },
      "notes": "Company-name string explicitly requested for verification -- CONFIRMED CORRECT ('U.S. BANCORP') on first attempt, no fallback needed. Full-service lender; nonzero, size-plausible counts in all 4 categories."
    },
    {
      "cfpbCompanyName": "NAVY FEDERAL CREDIT UNION",
      "issuerSlug": "navy-federal",
      "byProduct": {
        "Credit card": {
          "count": 1274,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=NAVY%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (1273)",
          "topIssue": "Problem with a purchase shown on your statement (489)"
        },
        "Vehicle loan or lease": {
          "count": 453,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=NAVY%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (444)",
          "topIssue": "Managing the loan or lease (150)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 98,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=NAVY+FEDERAL+CREDIT+UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Installment loan (53)",
          "topIssue": "Getting the loan (22)"
        },
        "Mortgage": {
          "count": 281,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=NAVY%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (127)",
          "topIssue": "Applying for a mortgage or refinancing an existing mortgage (103)"
        }
      },
      "notes": "Company-name string verified correct on first attempt (no fallback needed). Full-service credit union with a large auto-lending book; nonzero, size-plausible counts in all 4 categories, no anomalies."
    },
    {
      "cfpbCompanyName": "PENTAGON FEDERAL CREDIT UNION",
      "issuerSlug": "penfed",
      "byProduct": {
        "Credit card": {
          "count": 117,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Credit%20card&company=PENTAGON%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "General-purpose credit card or charge card (116)",
          "topIssue": "Problem with a purchase shown on your statement (24)"
        },
        "Vehicle loan or lease": {
          "count": 93,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Vehicle%20loan%20or%20lease&company=PENTAGON%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Loan (93)",
          "topIssue": "Managing the loan or lease (29)"
        },
        "Payday loan, title loan, personal loan, or advance loan": {
          "count": 22,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Payday+loan,+title+loan,+personal+loan,+or+advance+loan&company=PENTAGON+FEDERAL+CREDIT+UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Installment loan (16)",
          "topIssue": "Charged fees or interest you didn't expect (4)"
        },
        "Mortgage": {
          "count": 53,
          "queryUrl": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/geo/states/?product=Mortgage&company=PENTAGON%20FEDERAL%20CREDIT%20UNION&date_received_min=2025-07-01&date_received_max=2026-06-30",
          "topSubProduct": "Conventional home mortgage (30)",
          "topIssue": "Trouble during payment process (20)"
        }
      },
      "notes": "Company-name string explicitly requested for verification -- CONFIRMED CORRECT ('PENTAGON FEDERAL CREDIT UNION') on first attempt, no fallback needed. Full-service credit union; nonzero, size-plausible counts in all 4 categories, smallest institution in this dataset by complaint volume."
    }
  ]
}
