diff --git a/src/components/Dialogs/DataExport/DataExport.js b/src/components/Dialogs/DataExport/DataExport.js index 4ccce02b7..5e7590e71 100644 --- a/src/components/Dialogs/DataExport/DataExport.js +++ b/src/components/Dialogs/DataExport/DataExport.js @@ -22,8 +22,8 @@ export const DataExport = () => { const filtersState = useSelector(selectFiltersRoot); const tab = useSelector(selectViewTab); const { data } = useGetAggregations(); - const someComplaintsCount = data.total; - const allComplaintsCount = data.doc_count; + const someComplaintsCount = data?.total || 0; + const allComplaintsCount = data?.doc_count || 0; // can only be full or filtered const [dataset, setDataset] = useState(DATASET_FULL); diff --git a/src/components/List/Pagination/Pagination.spec.js b/src/components/List/Pagination/Pagination.spec.js index 13aca32ae..4f60c7810 100644 --- a/src/components/List/Pagination/Pagination.spec.js +++ b/src/components/List/Pagination/Pagination.spec.js @@ -1,5 +1,4 @@ import { queryState } from '../../../reducers/query/querySlice'; -import { resultsState } from '../../../reducers/results/resultsSlice'; import { testRender as render, screen, @@ -8,15 +7,17 @@ import { import { merge } from '../../../testUtils/functionHelpers'; import { Pagination } from './Pagination'; import * as pagingActions from '../../../reducers/query/querySlice'; +import fetchMock from 'jest-fetch-mock'; +import { listResponseP1, listResponseP2 } from './fixture'; +import { MODE_LIST } from '../../../constants'; describe('Pagination', () => { - const renderComponent = (newQueryState, newResultsState) => { + const renderComponent = (newQueryState) => { merge(newQueryState, queryState); - merge(newResultsState, resultsState); - const data = { query: newQueryState, - results: newResultsState, + routes: { queryString: '?sdfsda' }, + view: { tab: MODE_LIST }, }; render(, { @@ -24,41 +25,43 @@ describe('Pagination', () => { }); }; - test('nextPageShown dispatched when Next button clicked', () => { + beforeEach(() => { + fetchMock.resetMocks(); + }); + + test('nextPageShown dispatched when Next button clicked', async () => { const nextPageShownSpy = jest .spyOn(pagingActions, 'nextPageShown') .mockImplementation(() => jest.fn()); - const newQueryState = { + fetchMock.mockResponseOnce(JSON.stringify(listResponseP1)); + renderComponent({ page: 1, - totalPages: 5, - }; - - renderComponent(newQueryState, { items: [1, 3, 4, 5] }); + }); + await screen.findByText('Page 1'); + expect(screen.getByRole('button', { name: /Previous/ })).toBeDisabled(); fireEvent.click(screen.getByRole('button', { name: /Next/ })); - expect(nextPageShownSpy).toBeCalledTimes(1); }); - test('prevPageShown dispatched when Previous button clicked', () => { + test('prevPageShown dispatched when Previous button clicked', async () => { const prevPageShownSpy = jest .spyOn(pagingActions, 'prevPageShown') .mockImplementation(() => jest.fn()); - const newQueryState = { + fetchMock.mockResponseOnce(JSON.stringify(listResponseP2)); + + renderComponent({ page: 2, - totalPages: 5, - }; + }); + + await screen.findByText('Page 2'); - renderComponent(newQueryState, { items: [1, 3, 4, 5] }); fireEvent.click(screen.getByRole('button', { name: /Previous/ })); expect(prevPageShownSpy).toBeCalledTimes(1); }); test('hides when there are no results', () => { - const newQueryState = { page: 1, totalPages: 1 }; - - renderComponent(newQueryState, { items: [] }); - + renderComponent({ page: 1 }); expect(screen.queryByRole('button', { name: /Next/ })).toBeNull(); expect(screen.queryByRole('button', { name: /Previous/ })).toBeNull(); }); diff --git a/src/components/List/Pagination/fixture.js b/src/components/List/Pagination/fixture.js new file mode 100644 index 000000000..5d14cc38b --- /dev/null +++ b/src/components/List/Pagination/fixture.js @@ -0,0 +1,2 @@ +export const listResponseP1 = {"took":2518,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":{"value":6650388,"relation":"eq"},"max_score":null,"hits":[{"_index":"complaint-public-v1","_type":"_doc","_id":"10702013","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"752XX","tags":null,"has_narrative":false,"complaint_id":"10702013","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Account status incorrect"},"sort":[1730912400000,"10702013"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701941","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Problem with a company's investigation into an existing problem","sub_product":"Credit reporting","zip_code":"33460","tags":null,"has_narrative":false,"complaint_id":"10701941","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Investigation took more than 30 days"},"sort":[1730912400000,"10701941"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701655","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"30274","tags":null,"has_narrative":false,"complaint_id":"10701655","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"GA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701655"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701649","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"44111","tags":null,"has_narrative":false,"complaint_id":"10701649","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"OH","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Credit inquiries on your report that you don't recognize"},"sort":[1730912400000,"10701649"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701648","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"60201","tags":null,"has_narrative":false,"complaint_id":"10701648","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"IL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701648"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701564","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"30223","tags":null,"has_narrative":false,"complaint_id":"10701564","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"GA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701564"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701554","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Problem with a company's investigation into an existing problem","sub_product":"Credit reporting","zip_code":"34761","tags":null,"has_narrative":false,"complaint_id":"10701554","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Investigation took more than 30 days"},"sort":[1730912400000,"10701554"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701520","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"06029","tags":null,"has_narrative":false,"complaint_id":"10701520","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"CT","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701520"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701518","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"00783","tags":null,"has_narrative":false,"complaint_id":"10701518","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"PR","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701518"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701516","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"90242","tags":null,"has_narrative":false,"complaint_id":"10701516","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"CA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701516"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701512","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"60411","tags":null,"has_narrative":false,"complaint_id":"10701512","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"IL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701512"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701509","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"28390","tags":null,"has_narrative":false,"complaint_id":"10701509","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NC","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701509"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701404","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"23504","tags":null,"has_narrative":false,"complaint_id":"10701404","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"VA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701404"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701299","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"77051","tags":null,"has_narrative":false,"complaint_id":"10701299","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701299"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701285","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"11434","tags":null,"has_narrative":false,"complaint_id":"10701285","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NY","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701285"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701282","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"32832","tags":null,"has_narrative":false,"complaint_id":"10701282","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701282"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701276","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"34787","tags":null,"has_narrative":false,"complaint_id":"10701276","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701276"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701275","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"34787","tags":null,"has_narrative":false,"complaint_id":"10701275","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701275"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701270","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"78653","tags":null,"has_narrative":false,"complaint_id":"10701270","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701270"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701269","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"00662","tags":null,"has_narrative":false,"complaint_id":"10701269","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"PR","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701269"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701265","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"34787","tags":null,"has_narrative":false,"complaint_id":"10701265","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701265"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701256","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"53214","tags":null,"has_narrative":false,"complaint_id":"10701256","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"WI","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701256"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701252","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"10701","tags":null,"has_narrative":false,"complaint_id":"10701252","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NY","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701252"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701250","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"94509","tags":null,"has_narrative":false,"complaint_id":"10701250","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"CA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701250"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701248","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"88007","tags":null,"has_narrative":false,"complaint_id":"10701248","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NM","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701248"]}]},"aggregations":{"has_narrative":{"meta":{},"doc_count":6650388,"has_narrative":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":0,"key_as_string":"false","doc_count":4413643},{"key":1,"key_as_string":"true","doc_count":2236745}]}},"product":{"meta":{},"doc_count":6650388,"product":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting or other personal consumer reports","doc_count":2254376,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting","doc_count":2243305},{"key":"Other personal consumer report","doc_count":11071}]}},{"key":"Credit reporting, credit repair services, or other personal consumer reports","doc_count":2163872,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting","doc_count":2142740},{"key":"Other personal consumer report","doc_count":16064},{"key":"Credit repair services","doc_count":5067},{"key":"Conventional home mortgage","doc_count":1}]}},{"key":"Debt collection","doc_count":648644,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"I do not know","doc_count":170913},{"key":"Other debt","doc_count":123932},{"key":"Credit card debt","doc_count":111344},{"key":"Medical debt","doc_count":62030},{"key":"Other (i.e. phone, health club, etc.)","doc_count":44523},{"key":"Credit card","doc_count":28680},{"key":"Medical","doc_count":21182},{"key":"Auto debt","doc_count":19359},{"key":"Payday loan debt","doc_count":11426},{"key":"Telecommunications debt","doc_count":9393},{"key":"Rental debt","doc_count":8137},{"key":"Payday loan","doc_count":7551},{"key":"Mortgage debt","doc_count":7310},{"key":"Mortgage","doc_count":4809},{"key":"Private student loan debt","doc_count":4501},{"key":"Federal student loan debt","doc_count":4446},{"key":"Auto","doc_count":3754},{"key":"Non-federal student loan","doc_count":2880},{"key":"Federal student loan","doc_count":2474}]}},{"key":"Mortgage","doc_count":408216,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Conventional home mortgage","doc_count":109997},{"key":"Other mortgage","doc_count":86627},{"key":"Conventional fixed mortgage","doc_count":70605},{"key":"FHA mortgage","doc_count":53084},{"key":"Conventional adjustable mortgage (ARM)","doc_count":25380},{"key":"VA mortgage","doc_count":17685},{"key":"Other type of mortgage","doc_count":16311},{"key":"Home equity loan or line of credit","doc_count":11622},{"key":"Home equity loan or line of credit (HELOC)","doc_count":11041},{"key":"Reverse mortgage","doc_count":4778},{"key":"Second mortgage","doc_count":662},{"key":"USDA mortgage","doc_count":228},{"key":"Manufactured home loan","doc_count":196}]}},{"key":"Checking or savings account","doc_count":238528,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Checking account","doc_count":190231},{"key":"Other banking product or service","doc_count":24077},{"key":"Savings account","doc_count":18626},{"key":"CD (Certificate of Deposit)","doc_count":5494},{"key":"Credit reporting","doc_count":1}]}},{"key":"Credit card or prepaid card","doc_count":206373,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose credit card or charge card","doc_count":158887},{"key":"Store credit card","doc_count":27910},{"key":"Government benefit card","doc_count":9070},{"key":"General-purpose prepaid card","doc_count":8532},{"key":"Gift card","doc_count":1021},{"key":"Payroll card","doc_count":918},{"key":"Student prepaid card","doc_count":32}]}},{"key":"Credit card","doc_count":172952,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose credit card or charge card","doc_count":74795},{"key":"Store credit card","doc_count":8968}]}},{"key":"Credit reporting","doc_count":140429,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Student loan","doc_count":95057,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Federal student loan servicing","doc_count":54363},{"key":"Non-federal student loan","doc_count":22282},{"key":"Private student loan","doc_count":18412}]}},{"key":"Bank account or service","doc_count":86205,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Checking account","doc_count":59044},{"key":"Other bank product/service","doc_count":17825},{"key":"Savings account","doc_count":5294},{"key":"(CD) Certificate of deposit","doc_count":3417},{"key":"Cashing a check without an account","doc_count":625}]}},{"key":"Money transfer, virtual currency, or money service","doc_count":76445,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Mobile or digital wallet","doc_count":27735},{"key":"Domestic (US) money transfer","doc_count":20660},{"key":"Virtual currency","doc_count":11951},{"key":"International money transfer","doc_count":9831},{"key":"Check cashing service","doc_count":1312},{"key":"Traveler's check or cashier's check","doc_count":984},{"key":"Debt settlement","doc_count":946},{"key":"Foreign currency exchange","doc_count":864},{"key":"Money order","doc_count":776},{"key":"Money order, traveler's check or cashier's check","doc_count":759},{"key":"Refund anticipation check","doc_count":627}]}},{"key":"Vehicle loan or lease","doc_count":62024,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Loan","doc_count":52748},{"key":"Lease","doc_count":9230},{"key":"Title loan","doc_count":46}]}},{"key":"Consumer Loan","doc_count":31574,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Vehicle loan","doc_count":17779},{"key":"Installment loan","doc_count":8675},{"key":"Vehicle lease","doc_count":2655},{"key":"Personal line of credit","doc_count":1824},{"key":"Title loan","doc_count":547},{"key":"Pawn loan","doc_count":94}]}},{"key":"Payday loan, title loan, or personal loan","doc_count":30641,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Installment loan","doc_count":13425},{"key":"Personal line of credit","doc_count":7368},{"key":"Payday loan","doc_count":6973},{"key":"Title loan","doc_count":2765},{"key":"Pawn loan","doc_count":76}]}},{"key":"Prepaid card","doc_count":11080,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose prepaid card","doc_count":4112},{"key":"General purpose card","doc_count":1752},{"key":"Government benefit card","doc_count":1737},{"key":"Gift card","doc_count":1079},{"key":"Payroll card","doc_count":735},{"key":"Mobile wallet","doc_count":418},{"key":"Gift or merchant card","doc_count":402},{"key":"Government benefit payment card","doc_count":389},{"key":"ID prepaid card","doc_count":207},{"key":"Other special purpose card","doc_count":191},{"key":"Transit card","doc_count":37},{"key":"Electronic Benefit Transfer / EBT card","doc_count":12},{"key":"Student prepaid card","doc_count":9}]}},{"key":"Payday loan, title loan, personal loan, or advance loan","doc_count":9778,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Installment loan","doc_count":5049},{"key":"Personal line of credit","doc_count":2181},{"key":"Payday loan","doc_count":1497},{"key":"Title loan","doc_count":760},{"key":"Other advances of future income","doc_count":176},{"key":"Earned wage access","doc_count":73},{"key":"Pawn loan","doc_count":28},{"key":"Tax refund anticipation loan or check","doc_count":14}]}},{"key":"Payday loan","doc_count":5541,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Money transfers","doc_count":5354,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"International money transfer","doc_count":2770},{"key":"Domestic (US) money transfer","doc_count":2584}]}},{"key":"Debt or credit management","doc_count":2223,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt settlement","doc_count":1351},{"key":"Credit repair services","doc_count":725},{"key":"Mortgage modification or foreclosure avoidance","doc_count":116},{"key":"Student loan debt relief","doc_count":31}]}},{"key":"Other financial service","doc_count":1058,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt settlement","doc_count":333},{"key":"Check cashing","doc_count":266},{"key":"Money order","doc_count":143},{"key":"Credit repair","doc_count":102},{"key":"Traveler’s/Cashier’s checks","doc_count":88},{"key":"Refund anticipation check","doc_count":68},{"key":"Foreign currency exchange","doc_count":58}]}},{"key":"Virtual currency","doc_count":18,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Domestic (US) money transfer","doc_count":17},{"key":"International money transfer","doc_count":1}]}}]}},"issue":{"meta":{},"doc_count":6650388,"issue":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Incorrect information on your report","doc_count":2139897,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Information belongs to someone else","doc_count":1383205},{"key":"Account information incorrect","doc_count":272754},{"key":"Account status incorrect","doc_count":251910},{"key":"Personal information incorrect","doc_count":131461},{"key":"Public record information inaccurate","doc_count":35536},{"key":"Old information reappears or never goes away","doc_count":35392},{"key":"Information is missing that should be on the report","doc_count":25552},{"key":"Information is incorrect","doc_count":3263},{"key":"Information that should be on the report is missing","doc_count":821},{"key":"Incorrect information on your report","doc_count":1}]}},{"key":"Improper use of your report","doc_count":1198058,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Reporting company used your report improperly","doc_count":785703},{"key":"Credit inquiries on your report that you don't recognize","doc_count":404720},{"key":"Report provided to employer without your written authorization","doc_count":5583},{"key":"Received unsolicited financial product or insurance offers after opting out","doc_count":2051}]}},{"key":"Problem with a credit reporting company's investigation into an existing problem","doc_count":589336,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":331536},{"key":"Investigation took more than 30 days","doc_count":131924},{"key":"Was not notified of investigation status or results","doc_count":94412},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":20083},{"key":"Problem with personal statement of dispute","doc_count":11381}]}},{"key":"Problem with a company's investigation into an existing problem","doc_count":465095,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":267780},{"key":"Investigation took more than 30 days","doc_count":114473},{"key":"Was not notified of investigation status or results","doc_count":56010},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":14616},{"key":"Problem with personal statement of dispute","doc_count":12216}]}},{"key":"Attempts to collect debt not owed","doc_count":248650,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt is not yours","doc_count":130722},{"key":"Debt was result of identity theft","doc_count":72095},{"key":"Debt was paid","doc_count":38056},{"key":"Debt was already discharged in bankruptcy and is no longer owed","doc_count":7777}]}},{"key":"Managing an account","doc_count":144393,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Deposits and withdrawals","doc_count":51406},{"key":"Problem using a debit or ATM card","doc_count":27390},{"key":"Banking errors","doc_count":15714},{"key":"Funds not handled or disbursed as instructed","doc_count":15636},{"key":"Problem accessing account","doc_count":11775},{"key":"Problem making or receiving payments","doc_count":8102},{"key":"Fee problem","doc_count":8015},{"key":"Cashing a check","doc_count":4794},{"key":"Deposits or withdrawals","doc_count":986},{"key":"Problem with renewal","doc_count":287},{"key":"Problem with fees or penalties","doc_count":283}]}},{"key":"Written notification about debt","doc_count":123842,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive enough information to verify debt","doc_count":70526},{"key":"Didn't receive notice of right to dispute","doc_count":31669},{"key":"Notification didn't disclose it was an attempt to collect a debt","doc_count":21647}]}},{"key":"Loan modification,collection,foreclosure","doc_count":112306,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect information on credit report","doc_count":102684,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Account status","doc_count":37057},{"key":"Information is not mine","doc_count":32383},{"key":"Account terms","doc_count":10995},{"key":"Public record","doc_count":8876},{"key":"Personal information","doc_count":7529},{"key":"Reinserted previously deleted info","doc_count":5844}]}},{"key":"Trouble during payment process","doc_count":86682,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Escrow, taxes, or insurance","doc_count":4100},{"key":"Trying to communicate with the company to fix an issue while managing or servicing your loan","doc_count":3528},{"key":"Payment process","doc_count":2882},{"key":"Loan sold or transferred to another company","doc_count":755},{"key":"Fees charged","doc_count":690},{"key":"Paying off the loan","doc_count":625},{"key":"Private mortgage insurance (PMI)","doc_count":599},{"key":"Lien release","doc_count":189},{"key":"Interest rate","doc_count":181}]}},{"key":"Loan servicing, payments, escrow account","doc_count":77324,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a purchase shown on your statement","doc_count":67496,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit card company isn't resolving a dispute about a purchase on your statement","doc_count":46558},{"key":"Card was charged for something you did not purchase with the card","doc_count":19023},{"key":"Overcharged for something you did purchase with the card","doc_count":1915}]}},{"key":"Communication tactics","doc_count":60880,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Frequent or repeated calls","doc_count":34024},{"key":"You told them to stop contacting you, but they keep trying","doc_count":11532},{"key":"Threatened to take legal action","doc_count":4700},{"key":"Used obscene, profane, or other abusive language","doc_count":4393},{"key":"Called after sent written cease of comm","doc_count":1856},{"key":"Used obscene/profane/abusive language","doc_count":1837},{"key":"Called before 8am or after 9pm","doc_count":1617},{"key":"Called outside of 8am-9pm","doc_count":913},{"key":"Frequent or repeated messages","doc_count":4},{"key":"Contacted before 8am or after 9pm","doc_count":3}]}},{"key":"Cont'd attempts collect debt not owed","doc_count":60647,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt is not mine","doc_count":36704},{"key":"Debt was paid","doc_count":16618},{"key":"Debt resulted from identity theft","doc_count":4905},{"key":"Debt was discharged in bankruptcy","doc_count":2420}]}},{"key":"False statements or representation","doc_count":52485,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Attempted to collect wrong amount","doc_count":42466},{"key":"Impersonated attorney, law enforcement, or government official","doc_count":4418},{"key":"Indicated you were committing crime by not paying debt","doc_count":2205},{"key":"Impersonated an attorney or official","doc_count":1297},{"key":"Indicated committed crime not paying","doc_count":1022},{"key":"Told you not to respond to a lawsuit they filed against you","doc_count":732},{"key":"Indicated shouldn't respond to lawsuit","doc_count":345}]}},{"key":"Struggling to pay mortgage","doc_count":49753,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trying to communicate with the company to fix an issue related to modification, forbearance, short sale, deed-in-lieu, bankruptcy, or foreclosure","doc_count":2492},{"key":"Foreclosure","doc_count":1391},{"key":"Applying for or obtaining a modification, forbearance plan, short sale, or deed-in-lieu","doc_count":1215},{"key":"An existing modification, forbearance plan, short sale, or other loss mitigation relief","doc_count":889}]}},{"key":"Dealing with your lender or servicer","doc_count":43540,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Received bad information about your loan","doc_count":14972},{"key":"Trouble with how payments are being handled","doc_count":14586},{"key":"Problem with customer service","doc_count":5571},{"key":"Don't agree with the fees charged","doc_count":3655},{"key":"Need information about your loan balance or loan terms","doc_count":3412},{"key":"Keep getting calls about your loan","doc_count":1234},{"key":"Co-signer","doc_count":110}]}},{"key":"Took or threatened to take negative or legal action","doc_count":41415,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Threatened or suggested your credit would be damaged","doc_count":20405},{"key":"Threatened to sue you for very old debt","doc_count":7413},{"key":"Sued you without properly notifying you of lawsuit","doc_count":4601},{"key":"Seized or attempted to seize your property","doc_count":3763},{"key":"Threatened to arrest you or take you to jail if you do not pay","doc_count":2153},{"key":"Collected or attempted to collect exempt funds","doc_count":2061},{"key":"Sued you in a state where you do not live or did not sign for the debt","doc_count":905},{"key":"Threatened to turn you in to immigration or deport you","doc_count":114}]}},{"key":"Account opening, closing, or management","doc_count":37961,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing the loan or lease","doc_count":35565,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Billing problem","doc_count":10653},{"key":"Problem with fees charged","doc_count":3546},{"key":"Problem with additional products or services purchased with the loan","doc_count":2663},{"key":"Problem with the interest rate","doc_count":2180},{"key":"Loan sold or transferred to another company","doc_count":1258}]}},{"key":"Unable to get your credit report or credit score","doc_count":34899,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Other problem getting your report or credit score","doc_count":25135},{"key":"Problem getting your free annual credit report","doc_count":9764}]}},{"key":"Getting a credit card","doc_count":34308,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Card opened as result of identity theft or fraud","doc_count":12015},{"key":"Application denied","doc_count":9713},{"key":"Card opened without my consent or knowledge","doc_count":6906},{"key":"Sent card you never applied for","doc_count":2936},{"key":"Delay in processing application","doc_count":1568},{"key":"Problem getting a working replacement card","doc_count":1170}]}},{"key":"Fraud or scam","doc_count":31793,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing an account","doc_count":31162,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Company closed your account","doc_count":13210},{"key":"Funds not received from closed account","doc_count":10023},{"key":"Can't close your account","doc_count":6627},{"key":"Fees charged for closing account","doc_count":1302}]}},{"key":"Disclosure verification of debt","doc_count":30781,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Not given enough info to verify debt","doc_count":21800},{"key":"Right to dispute notice not received","doc_count":7183},{"key":"Not disclosed as an attempt to collect","doc_count":1798}]}},{"key":"Other features, terms, or problems","doc_count":30592,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Other problem","doc_count":14901},{"key":"Problem with rewards from credit card","doc_count":6746},{"key":"Problem with customer service","doc_count":3331},{"key":"Problem with balance transfer","doc_count":2009},{"key":"Privacy issues","doc_count":1869},{"key":"Add-on products and services","doc_count":931},{"key":"Problem with cash advances","doc_count":351},{"key":"Credit card company forcing arbitration","doc_count":304},{"key":"Problem with convenience check","doc_count":149}]}},{"key":"Problem when making payments","doc_count":27542,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem during payment process","doc_count":18756},{"key":"You never received your bill or did not know a payment was due","doc_count":3627}]}},{"key":"Fees or interest","doc_count":27124,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem with fees","doc_count":17738},{"key":"Charged too much interest","doc_count":6740},{"key":"Unexpected increase in interest rate","doc_count":2646}]}},{"key":"Credit monitoring or identity theft protection services","doc_count":25238,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem canceling credit monitoring or identify theft protection service","doc_count":10988},{"key":"Billing dispute for services","doc_count":6406},{"key":"Didn't receive services that were advertised","doc_count":4907},{"key":"Problem with product or service terms changing","doc_count":1972},{"key":"Received unwanted marketing or advertising","doc_count":965}]}},{"key":"Problem with a lender or other company charging your account","doc_count":24462,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Transaction was not authorized","doc_count":19992},{"key":"Money was taken from your account on the wrong day or for the wrong amount","doc_count":2714},{"key":"Can't stop withdrawals from your account","doc_count":1756}]}},{"key":"Problem with fraud alerts or security freezes","doc_count":24214,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Applying for a mortgage or refinancing an existing mortgage","doc_count":23450,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Application denials","doc_count":619},{"key":"Trying to communicate with the company to fix an issue with the application process","doc_count":527},{"key":"Delays in the application process","doc_count":384},{"key":"Confusing or misleading advertising or marketing","doc_count":344},{"key":"Changes in loan terms during the application process","doc_count":278},{"key":"Loan estimate or other related disclosures","doc_count":150},{"key":"Fees or costs during the application process","doc_count":142},{"key":"Negative impact of inaccurate appraisal","doc_count":81}]}},{"key":"Opening an account","doc_count":23298,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive terms that were advertised","doc_count":7005},{"key":"Account opened as a result of fraud","doc_count":6673},{"key":"Unable to open an account","doc_count":6333},{"key":"Account opened without my consent or knowledge","doc_count":2132},{"key":"Confusing or missing disclosures","doc_count":1155}]}},{"key":"Deposits and withdrawals","doc_count":22851,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing your account","doc_count":18494,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Company closed your account","doc_count":13694},{"key":"Can't close your account","doc_count":4800}]}},{"key":"Dealing with my lender or servicer","doc_count":17622,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble with how payments are handled","doc_count":5657},{"key":"Received bad information about my loan","doc_count":3959},{"key":"Having problems with customer service","doc_count":2805},{"key":"Don't agree with fees charged","doc_count":2767},{"key":"Keep getting calls about my loan","doc_count":1244},{"key":"Need information about my balance/terms","doc_count":1190}]}},{"key":"Application, originator, mortgage broker","doc_count":17226,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit reporting company's investigation","doc_count":16883,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"No notice of investigation status/result","doc_count":6418},{"key":"Problem with statement of dispute","doc_count":5907},{"key":"Investigation took too long","doc_count":2781},{"key":"Inadequate help over the phone","doc_count":1777}]}},{"key":"Billing disputes","doc_count":15136,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing on a mortgage","doc_count":14853,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trying to communicate with the company to fix an issue with the loan closing","doc_count":455},{"key":"Closing disclosure or other related disclosures","doc_count":391},{"key":"Changes in loan terms during or after closing","doc_count":317},{"key":"Delays with the closing process","doc_count":309},{"key":"Fees or costs after closing","doc_count":183},{"key":"Setting up an escrow account for taxes and insurance","doc_count":37}]}},{"key":"Other","doc_count":14779,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Struggling to pay your loan","doc_count":14503,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Denied request to lower payments","doc_count":3294},{"key":"Loan balance remaining after the vehicle is repossessed and sold","doc_count":2767},{"key":"Lender trying to repossess or disable the vehicle","doc_count":2716},{"key":"Problem after you declared or threatened to declare bankruptcy","doc_count":336}]}},{"key":"Problem caused by your funds being low","doc_count":13653,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdrafts and overdraft fees","doc_count":8539},{"key":"Non-sufficient funds and associated fees","doc_count":3060},{"key":"Bounced checks or returned payments","doc_count":1103},{"key":"Late or other fees","doc_count":951}]}},{"key":"Other transaction problem","doc_count":12953,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising and marketing, including promotional offers","doc_count":12756,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive advertised or promotional terms","doc_count":7363},{"key":"Confusing or misleading advertising about the credit card","doc_count":5393}]}},{"key":"Struggling to repay your loan","doc_count":12217,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't get other flexible options for repaying your loan","doc_count":5386},{"key":"Problem lowering your monthly payments","doc_count":3213},{"key":"Can't temporarily delay making payments","doc_count":1641},{"key":"Problem with forgiveness, cancellation, or discharge","doc_count":1150},{"key":"Problem with your payment plan","doc_count":682},{"key":"Bankruptcy","doc_count":145}]}},{"key":"Problems caused by my funds being low","doc_count":11845,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problems at the end of the loan or lease","doc_count":11078,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Unable to receive car title or other problem after the loan is paid off","doc_count":4683},{"key":"Problem with paying off the loan","doc_count":2696},{"key":"Problem while selling or giving up the vehicle","doc_count":1018},{"key":"Problem related to refinancing","doc_count":781},{"key":"Excess mileage, damage, or wear fees, or other problem after the lease is finished","doc_count":737},{"key":"Termination fees or other problem when ending the lease early","doc_count":614},{"key":"Problem when attempting to purchase vehicle at the end of the lease","doc_count":414},{"key":"Problem extending the lease","doc_count":135}]}},{"key":"Unable to get credit report/credit score","doc_count":10859,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem getting my free annual report","doc_count":6469},{"key":"Problem getting report or credit score","doc_count":4390}]}},{"key":"Trouble using your card","doc_count":10429,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't use card to make purchases","doc_count":6618},{"key":"Credit card company won't increase or decrease your credit limit","doc_count":3650},{"key":"Account sold or transferred to another company","doc_count":161}]}},{"key":"Improper contact or sharing of info","doc_count":10062,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Talked to a third party about my debt","doc_count":5048},{"key":"Contacted me after I asked not to","doc_count":2570},{"key":"Contacted employer after asked not to","doc_count":2204},{"key":"Contacted me instead of my attorney","doc_count":240}]}},{"key":"Charged fees or interest you didn't expect","doc_count":9585,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problems when you are unable to pay","doc_count":9374,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Trouble using the card","doc_count":9182,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble using the card to spend money in a store or online","doc_count":5444},{"key":"Trouble getting information about the card","doc_count":1441},{"key":"Problem using the card to withdraw money from an ATM","doc_count":849},{"key":"Problem with direct deposit","doc_count":711},{"key":"Trouble using the card to pay a bill","doc_count":433},{"key":"Problem adding money","doc_count":171},{"key":"Trouble using the card to send money to another person","doc_count":81},{"key":"Problem with a check written from your prepaid card account","doc_count":52}]}},{"key":"Money was not available when promised","doc_count":9026,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting a loan or lease","doc_count":9019,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Fraudulent loan","doc_count":3078},{"key":"Credit denial","doc_count":1941},{"key":"Confusing or misleading advertising or marketing","doc_count":1211},{"key":"Changes in terms mid-deal or after closing","doc_count":854},{"key":"Loan opened without my consent or knowledge","doc_count":636},{"key":"High-pressure sales tactics","doc_count":426},{"key":"Problem with signing the paperwork","doc_count":378},{"key":"Problem with additional add-on products or services purchased with the loan","doc_count":288},{"key":"Problem with a trade-in","doc_count":107},{"key":"Confusing or misleading advertising","doc_count":70},{"key":"Did not receive car title","doc_count":30}]}},{"key":"Settlement process and costs","doc_count":8937,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Threatened to contact someone or share information improperly","doc_count":8921,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Talked to a third-party about your debt","doc_count":5019},{"key":"Contacted you after you asked them to stop","doc_count":1924},{"key":"Contacted your employer","doc_count":1835},{"key":"Contacted you instead of your attorney","doc_count":143}]}},{"key":"Taking/threatening an illegal action","doc_count":8841,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Threatened to sue on too old debt","doc_count":2711},{"key":"Threatened arrest/jail if do not pay","doc_count":2274},{"key":"Sued w/o proper notification of suit","doc_count":1391},{"key":"Seized/Attempted to seize property","doc_count":1159},{"key":"Attempted to/Collected exempt funds","doc_count":905},{"key":"Sued where didn't live/sign for debt","doc_count":401}]}},{"key":"Can't repay my loan","doc_count":8725,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't decrease my monthly payments","doc_count":4054},{"key":"Can't get flexible payment options","doc_count":3241},{"key":"Can't temporarily postpone payments","doc_count":1430}]}},{"key":"Managing, opening, or closing your mobile wallet account","doc_count":8624,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Identity theft / Fraud / Embezzlement","doc_count":8480,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a purchase or transfer","doc_count":8107,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Card company isn't resolving a dispute about a purchase or transfer","doc_count":4681},{"key":"Charged for a purchase or transfer you did not make with the card","doc_count":3275},{"key":"Overcharged for a purchase or transfer you did make with the card","doc_count":151}]}},{"key":"Making/receiving payments, sending money","doc_count":7403,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized transactions or other transaction problem","doc_count":7100,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing/Cancelling account","doc_count":6389,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Using a debit or ATM card","doc_count":6145,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected or other fees","doc_count":5755,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit decision / Underwriting","doc_count":5652,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Improper use of my credit report","doc_count":5579,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Report improperly shared by CRC","doc_count":5242},{"key":"Received marketing offer after opted out","doc_count":170},{"key":"Report shared with employer w/o consent","doc_count":167}]}},{"key":"APR or interest rate","doc_count":5506,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem getting a card or closing an account","doc_count":5382,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble getting, activating, or registering a card","doc_count":2141},{"key":"Trouble closing card","doc_count":1514},{"key":"Trouble getting a working replacement card","doc_count":992},{"key":"Don't want a card provided by your employer or the government","doc_count":735}]}},{"key":"Struggling to pay your bill","doc_count":4577,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit card company won't work with you while you're going through financial hardship","doc_count":4094},{"key":"Problem lowering your monthly payments","doc_count":326},{"key":"Filed for bankruptcy","doc_count":157}]}},{"key":"Credit monitoring or identity protection","doc_count":4424,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem with fraud alerts","doc_count":2104},{"key":"Billing dispute","doc_count":881},{"key":"Account terms and changes","doc_count":721},{"key":"Problem cancelling or closing account","doc_count":489},{"key":"Receiving unwanted marketing/advertising","doc_count":223},{"key":"Insurance terms","doc_count":6}]}},{"key":"Taking out the loan or lease","doc_count":4370,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a company's investigation into an existing issue","doc_count":4026,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":1704},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":814},{"key":"Problem with personal statement of dispute","doc_count":529},{"key":"Investigation took more than 30 days","doc_count":498},{"key":"Was not notified of investigation status or results","doc_count":481}]}},{"key":"Repaying your loan","doc_count":3820,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with the payoff process at the end of the loan","doc_count":3681,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Late fee","doc_count":3639,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Customer service / Customer relations","doc_count":3504,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Repossession","doc_count":3332,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Loan balance remaining after the vehicle is repossessed and sold","doc_count":943},{"key":"Lender trying to repossess or disable the vehicle","doc_count":390},{"key":"Notice to repossess","doc_count":387},{"key":"Account reinstatement or redemption after repossession","doc_count":378},{"key":"Voluntary repossession","doc_count":332},{"key":"Deficiency balance after repossession","doc_count":316},{"key":"Company explaining amount owed","doc_count":214},{"key":"Damage caused or loss of personal items in vehicle during the actual repossession","doc_count":200},{"key":"Company communicating payment assistance or payment extension options","doc_count":172}]}},{"key":"Delinquent account","doc_count":3218,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting the loan","doc_count":3107,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit determination","doc_count":3057,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising and marketing","doc_count":2959,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Confusing or missing disclosures","doc_count":2937,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Rewards","doc_count":2916,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with customer service","doc_count":2852,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other service problem","doc_count":2832,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged fees or interest I didn't expect","doc_count":2753,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit card protection / Debt protection","doc_count":2728,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Transaction issue","doc_count":2700,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Billing statement","doc_count":2619,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting a line of credit","doc_count":2382,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Payoff process","doc_count":2315,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other fee","doc_count":2198,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit line increase/decrease","doc_count":2185,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Electronic communications","doc_count":2120,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Frequent or repeated messages","doc_count":1198},{"key":"You told them to stop contacting you, but they keep trying","doc_count":698},{"key":"Contacted before 8am or after 9pm","doc_count":134},{"key":"Used obscene, profane, or other abusive language","doc_count":90}]}},{"key":"Getting a loan","doc_count":2042,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Fraudulent loan","doc_count":495},{"key":"Confusing or misleading advertising","doc_count":335},{"key":"Can't qualify for a loan","doc_count":302},{"key":"High pressure sales tactics or recruiting","doc_count":165},{"key":"Qualify for a better loan than offered","doc_count":157},{"key":"Denied loan","doc_count":150},{"key":"Problem with the interest rate","doc_count":74},{"key":"Loan opened without my consent or knowledge","doc_count":67},{"key":"Qualified for a better loan than the one offered","doc_count":29},{"key":"Changes in terms mid-deal or after closing","doc_count":20},{"key":"Problem with signing the paperwork","doc_count":20},{"key":"Issues with financial aid services","doc_count":18}]}},{"key":"Shopping for a loan or lease","doc_count":2029,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unsolicited issuance of credit card","doc_count":1853,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with additional add-on products or services","doc_count":1839,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit reporting","doc_count":1696,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Confusing or misleading advertising or marketing","doc_count":1635,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Trouble accessing funds in your mobile or digital wallet","doc_count":1507,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other transaction issues","doc_count":1491,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Identity theft protection or other monitoring services","doc_count":1425,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem canceling credit monitoring or identify theft protection service","doc_count":437},{"key":"Didn't receive services that were advertised","doc_count":349},{"key":"Problem with product or service terms changing","doc_count":243},{"key":"Billing dispute for services","doc_count":218},{"key":"Received unwanted marketing or advertising","doc_count":178}]}},{"key":"Wrong amount charged or received","doc_count":1353,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized transactions/trans. issues","doc_count":1325,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing, opening, or closing account","doc_count":1194,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Balance transfer","doc_count":1117,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't contact lender","doc_count":1106,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Received a loan you didn't apply for","doc_count":1041,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Collection practices","doc_count":1001,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Collection debt dispute","doc_count":901,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't contact lender or servicer","doc_count":866,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing the line of credit","doc_count":806,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem adding money","doc_count":724,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Didn't provide services promised","doc_count":645,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Received a loan I didn't apply for","doc_count":615,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't stop withdrawals from your bank account","doc_count":598,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Loan payment wasn't credited to your account","doc_count":577,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Forbearance / Workout plans","doc_count":556,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Application processing delay","doc_count":540,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen money order","doc_count":532,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other service issues","doc_count":514,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't stop charges to bank account","doc_count":509,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Privacy","doc_count":489,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Account terms and changes","doc_count":484,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen check","doc_count":470,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Payment to acct not credited","doc_count":461,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Vehicle was repossessed or sold the vehicle","doc_count":457,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Bankruptcy","doc_count":448,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising","doc_count":434,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Confusing or misleading advertising about the card","doc_count":303},{"key":"Changes in terms from what was offered or advertised","doc_count":131}]}},{"key":"Money was taken from your bank account on the wrong day or for the wrong amount","doc_count":432,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Arbitration","doc_count":349,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Was approved for a loan, but didn't receive the money","doc_count":349,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Applied for loan/did not receive money","doc_count":345,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Sale of account","doc_count":344,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged upfront or unexpected fees","doc_count":333,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Excessive fees","doc_count":333,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Shopping for a line of credit","doc_count":302,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged bank acct wrong day or amt","doc_count":296,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Customer service/Customer relations","doc_count":283,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized withdrawals or charges","doc_count":260,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Cash advance","doc_count":245,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Fees","doc_count":232,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit limit changed","doc_count":225,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Balance transfer fee","doc_count":221,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Overlimit fee","doc_count":215,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with cash advance","doc_count":212,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Adding money","doc_count":202,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect/missing disclosures or info","doc_count":202,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Cash advance fee","doc_count":196,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Convenience checks","doc_count":149,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect exchange rate","doc_count":148,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Vehicle was damaged or destroyed the vehicle","doc_count":128,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with overdraft","doc_count":124,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdraft charges","doc_count":118},{"key":"Was signed up for overdraft on card, but don't want to be","doc_count":6}]}},{"key":"Overdraft, savings, or rewards features","doc_count":113,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected/Other fees","doc_count":103,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Issues with repayment","doc_count":79,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender repossessed or sold the vehicle","doc_count":79,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising, marketing or disclosures","doc_count":77,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Was approved for a loan, but didn't receive money","doc_count":77,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Issue where my lender is my school","doc_count":66,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Cannot graduate, receive diploma, or get transcript due to money owed","doc_count":34},{"key":"Issues with fees connected to the loan","doc_count":32}]}},{"key":"Issue with income share agreement","doc_count":55,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Marketing or disclosure issues","doc_count":18},{"key":"Payment issues","doc_count":15},{"key":"Dealing with provider of income share agreement","doc_count":12},{"key":"Billing or statement issues","doc_count":10}]}},{"key":"Overdraft, savings or rewards features","doc_count":53,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Disclosures","doc_count":49,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with credit report or credit score","doc_count":43,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Incorrect information on your report","doc_count":31},{"key":"Problem with a credit reporting company's investigation into an existing problem","doc_count":5},{"key":"Credit monitoring or identity theft protection services","doc_count":1},{"key":"Improper use of your report","doc_count":1},{"key":"Problem with fraud alerts or security freezes","doc_count":1}]}},{"key":"Problems receiving the advance","doc_count":41,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected fees","doc_count":36,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Property was sold","doc_count":12,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with an overdraft","doc_count":9,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdraft charges","doc_count":7},{"key":"Was signed up for overdraft on card, but don't want to be","doc_count":2}]}},{"key":"Lender damaged or destroyed vehicle","doc_count":8,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender sold the property","doc_count":7,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Property was damaged or destroyed property","doc_count":7,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen refund","doc_count":6,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender damaged or destroyed property","doc_count":3,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}}]}},"timely":{"meta":{},"doc_count":6650388,"timely":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Yes","doc_count":6588080},{"key":"No","doc_count":62308}]}},"consumer_consent_provided":{"meta":{},"doc_count":6650388,"consumer_consent_provided":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Consent not provided","doc_count":2879842},{"key":"Consent provided","doc_count":2238305},{"key":"N/A","doc_count":794095},{"key":"Other","doc_count":294458},{"key":"Consent withdrawn","doc_count":10514}]}},"company_response":{"meta":{},"doc_count":6650388,"company_response":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Closed with explanation","doc_count":4056633},{"key":"Closed with non-monetary relief","doc_count":1973776},{"key":"In progress","doc_count":403161},{"key":"Closed with monetary relief","doc_count":164507},{"key":"Closed without relief","doc_count":17868},{"key":"Closed","doc_count":17611},{"key":"Untimely response","doc_count":11508},{"key":"Closed with relief","doc_count":5304}]}},"submitted_via":{"meta":{},"doc_count":6650388,"submitted_via":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Web","doc_count":6080159},{"key":"Referral","doc_count":254182},{"key":"Phone","doc_count":190143},{"key":"Postal mail","doc_count":98582},{"key":"Fax","doc_count":25658},{"key":"Web Referral","doc_count":1240},{"key":"Email","doc_count":424}]}},"state":{"meta":{},"doc_count":6650388,"state":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"FL","doc_count":836910},{"key":"TX","doc_count":747945},{"key":"CA","doc_count":733710},{"key":"GA","doc_count":463958},{"key":"NY","doc_count":432034},{"key":"PA","doc_count":312402},{"key":"IL","doc_count":281233},{"key":"NJ","doc_count":230813},{"key":"NC","doc_count":214223},{"key":"MD","doc_count":173265},{"key":"OH","doc_count":160940},{"key":"VA","doc_count":154090},{"key":"MI","doc_count":152580},{"key":"AL","doc_count":123129},{"key":"SC","doc_count":122844},{"key":"LA","doc_count":122575},{"key":"TN","doc_count":115782},{"key":"AZ","doc_count":114501},{"key":"NV","doc_count":97413},{"key":"MA","doc_count":93284},{"key":"MO","doc_count":81320},{"key":"IN","doc_count":80522},{"key":"WA","doc_count":68833},{"key":"MS","doc_count":60769},{"key":"CO","doc_count":59996},{"key":"CT","doc_count":55996},{"key":"WI","doc_count":49782},{"key":"MN","doc_count":46359},{"key":"AR","doc_count":40128},{"key":"DE","doc_count":33873},{"key":"OK","doc_count":33248},{"key":"OR","doc_count":33043},{"key":"KY","doc_count":32593},{"key":"DC","doc_count":27418},{"key":"UT","doc_count":26932},{"key":"KS","doc_count":20078},{"key":"PR","doc_count":19278},{"key":"IA","doc_count":17880},{"key":"NM","doc_count":16877},{"key":"NE","doc_count":14658},{"key":"RI","doc_count":14264},{"key":"HI","doc_count":12901},{"key":"NH","doc_count":11130},{"key":"ID","doc_count":10715},{"key":"WV","doc_count":10062},{"key":"ME","doc_count":8399},{"key":"MT","doc_count":5532},{"key":"AK","doc_count":4692},{"key":"ND","doc_count":4469},{"key":"SD","doc_count":3982},{"key":"VT","doc_count":3675},{"key":"WY","doc_count":3462},{"key":"AE","doc_count":1484},{"key":"VI","doc_count":1472},{"key":"AP","doc_count":858},{"key":"UNITED STATES MINOR OUTLYING ISLANDS","doc_count":661},{"key":"GU","doc_count":392},{"key":"FM","doc_count":116},{"key":"AS","doc_count":67},{"key":"MP","doc_count":62},{"key":"AA","doc_count":59},{"key":"MH","doc_count":33},{"key":"PW","doc_count":13}]}},"consumer_disputed":{"meta":{},"doc_count":6650388,"consumer_disputed":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"N/A","doc_count":5882078},{"key":"No","doc_count":619932},{"key":"Yes","doc_count":148378}]}},"company_public_response":{"meta":{},"doc_count":6650388,"company_public_response":{"doc_count_error_upper_bound":0,"sum_other_doc_count":116,"buckets":[{"key":"Company has responded to the consumer and the CFPB and chooses not to provide a public response","doc_count":3005974},{"key":"Company believes it acted appropriately as authorized by contract or law","doc_count":158368},{"key":"Company chooses not to provide a public response","doc_count":52473},{"key":"Company believes the complaint is the result of a misunderstanding","doc_count":13500},{"key":"Company disputes the facts presented in the complaint","doc_count":12140},{"key":"Company believes complaint caused principally by actions of third party outside the control or direction of the company","doc_count":8095},{"key":"Company believes complaint is the result of an isolated error","doc_count":6531},{"key":"Company believes complaint represents an opportunity for improvement to better serve consumers","doc_count":5082},{"key":"Company can't verify or dispute the facts in the complaint","doc_count":4867},{"key":"Company believes the complaint provided an opportunity to answer consumer's questions","doc_count":4633}]}},"tags":{"meta":{},"doc_count":6650388,"tags":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Servicemember","doc_count":322797},{"key":"Older American","doc_count":171500},{"key":"Older American, Servicemember","doc_count":43452}]}}},"_meta":{"license":"CC0","last_updated":"2024-11-06T12:00:00-05:00","last_indexed":"2024-11-07T12:00:00-05:00","total_record_count":6650388,"is_data_stale":false,"has_data_issue":false,"break_points":{"2":[1730912400000,"10701248"],"3":[1730912400000,"10701126"],"4":[1730912400000,"10701025"],"5":[1730912400000,"10700902"],"6":[1730912400000,"10700837"],"7":[1730912400000,"10700697"],"8":[1730912400000,"10700403"]}}} +export const listResponseP2 = {"took":3079,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":{"value":6650388,"relation":"eq"},"max_score":null,"hits":[{"_index":"complaint-public-v1","_type":"_doc","_id":"10701242","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Problem with a company's investigation into an existing problem","sub_product":"Credit reporting","zip_code":"60440","tags":null,"has_narrative":false,"complaint_id":"10701242","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"IL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Their investigation did not fix an error on your report"},"sort":[1730912400000,"10701242"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701240","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"32958","tags":null,"has_narrative":false,"complaint_id":"10701240","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701240"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701230","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Problem with a company's investigation into an existing problem","sub_product":"Credit reporting","zip_code":"198XX","tags":null,"has_narrative":false,"complaint_id":"10701230","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"DE","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Their investigation did not fix an error on your report"},"sort":[1730912400000,"10701230"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701228","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"91343","tags":null,"has_narrative":false,"complaint_id":"10701228","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"CA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701228"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701216","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"75088","tags":null,"has_narrative":false,"complaint_id":"10701216","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701216"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701215","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"11236","tags":null,"has_narrative":false,"complaint_id":"10701215","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NY","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701215"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701207","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"19132","tags":null,"has_narrative":false,"complaint_id":"10701207","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"PA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Credit inquiries on your report that you don't recognize"},"sort":[1730912400000,"10701207"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701204","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"60617","tags":null,"has_narrative":false,"complaint_id":"10701204","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"IL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701204"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701200","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"15203","tags":null,"has_narrative":false,"complaint_id":"10701200","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"PA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701200"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701196","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"60623","tags":null,"has_narrative":false,"complaint_id":"10701196","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"IL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701196"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701193","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"85254","tags":null,"has_narrative":false,"complaint_id":"10701193","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"AZ","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701193"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701191","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"30331","tags":null,"has_narrative":false,"complaint_id":"10701191","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"GA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701191"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701184","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"92124","tags":"Servicemember","has_narrative":false,"complaint_id":"10701184","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"CA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Credit inquiries on your report that you don't recognize"},"sort":[1730912400000,"10701184"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701176","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Other personal consumer report","zip_code":"73118","tags":null,"has_narrative":false,"complaint_id":"10701176","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"OK","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701176"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701175","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"88007","tags":null,"has_narrative":false,"complaint_id":"10701175","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NM","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701175"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701169","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"33174","tags":null,"has_narrative":false,"complaint_id":"10701169","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"FL","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Account status incorrect"},"sort":[1730912400000,"10701169"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701158","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"79414","tags":null,"has_narrative":false,"complaint_id":"10701158","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Personal information incorrect"},"sort":[1730912400000,"10701158"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701154","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"10460","tags":null,"has_narrative":false,"complaint_id":"10701154","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NY","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Account information incorrect"},"sort":[1730912400000,"10701154"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701150","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"07305","tags":null,"has_narrative":false,"complaint_id":"10701150","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NJ","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Personal information incorrect"},"sort":[1730912400000,"10701150"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701144","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"70461","tags":null,"has_narrative":false,"complaint_id":"10701144","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"LA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701144"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701142","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Problem with a company's investigation into an existing problem","sub_product":"Credit reporting","zip_code":"89044","tags":null,"has_narrative":false,"complaint_id":"10701142","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NV","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Investigation took more than 30 days"},"sort":[1730912400000,"10701142"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701137","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"11726","tags":null,"has_narrative":false,"complaint_id":"10701137","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NY","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Information belongs to someone else"},"sort":[1730912400000,"10701137"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701134","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Incorrect information on your report","sub_product":"Credit reporting","zip_code":"07055","tags":null,"has_narrative":false,"complaint_id":"10701134","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"NJ","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Account status incorrect"},"sort":[1730912400000,"10701134"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701129","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"20743","tags":null,"has_narrative":false,"complaint_id":"10701129","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"MD","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701129"]},{"_index":"complaint-public-v1","_type":"_doc","_id":"10701126","_score":null,"_source":{"product":"Credit reporting or other personal consumer reports","complaint_what_happened":"","date_sent_to_company":"2024-11-06T12:00:00-05:00","issue":"Improper use of your report","sub_product":"Credit reporting","zip_code":"79414","tags":null,"has_narrative":false,"complaint_id":"10701126","timely":"Yes","consumer_consent_provided":null,"company_response":"In progress","submitted_via":"Web","company":"EQUIFAX, INC.","date_received":"2024-11-06T12:00:00-05:00","state":"TX","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Reporting company used your report improperly"},"sort":[1730912400000,"10701126"]}]},"aggregations":{"has_narrative":{"meta":{},"doc_count":6650388,"has_narrative":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":0,"key_as_string":"false","doc_count":4413643},{"key":1,"key_as_string":"true","doc_count":2236745}]}},"product":{"meta":{},"doc_count":6650388,"product":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting or other personal consumer reports","doc_count":2254376,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting","doc_count":2243305},{"key":"Other personal consumer report","doc_count":11071}]}},{"key":"Credit reporting, credit repair services, or other personal consumer reports","doc_count":2163872,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit reporting","doc_count":2142740},{"key":"Other personal consumer report","doc_count":16064},{"key":"Credit repair services","doc_count":5067},{"key":"Conventional home mortgage","doc_count":1}]}},{"key":"Debt collection","doc_count":648644,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"I do not know","doc_count":170913},{"key":"Other debt","doc_count":123932},{"key":"Credit card debt","doc_count":111344},{"key":"Medical debt","doc_count":62030},{"key":"Other (i.e. phone, health club, etc.)","doc_count":44523},{"key":"Credit card","doc_count":28680},{"key":"Medical","doc_count":21182},{"key":"Auto debt","doc_count":19359},{"key":"Payday loan debt","doc_count":11426},{"key":"Telecommunications debt","doc_count":9393},{"key":"Rental debt","doc_count":8137},{"key":"Payday loan","doc_count":7551},{"key":"Mortgage debt","doc_count":7310},{"key":"Mortgage","doc_count":4809},{"key":"Private student loan debt","doc_count":4501},{"key":"Federal student loan debt","doc_count":4446},{"key":"Auto","doc_count":3754},{"key":"Non-federal student loan","doc_count":2880},{"key":"Federal student loan","doc_count":2474}]}},{"key":"Mortgage","doc_count":408216,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Conventional home mortgage","doc_count":109997},{"key":"Other mortgage","doc_count":86627},{"key":"Conventional fixed mortgage","doc_count":70605},{"key":"FHA mortgage","doc_count":53084},{"key":"Conventional adjustable mortgage (ARM)","doc_count":25380},{"key":"VA mortgage","doc_count":17685},{"key":"Other type of mortgage","doc_count":16311},{"key":"Home equity loan or line of credit","doc_count":11622},{"key":"Home equity loan or line of credit (HELOC)","doc_count":11041},{"key":"Reverse mortgage","doc_count":4778},{"key":"Second mortgage","doc_count":662},{"key":"USDA mortgage","doc_count":228},{"key":"Manufactured home loan","doc_count":196}]}},{"key":"Checking or savings account","doc_count":238528,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Checking account","doc_count":190231},{"key":"Other banking product or service","doc_count":24077},{"key":"Savings account","doc_count":18626},{"key":"CD (Certificate of Deposit)","doc_count":5494},{"key":"Credit reporting","doc_count":1}]}},{"key":"Credit card or prepaid card","doc_count":206373,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose credit card or charge card","doc_count":158887},{"key":"Store credit card","doc_count":27910},{"key":"Government benefit card","doc_count":9070},{"key":"General-purpose prepaid card","doc_count":8532},{"key":"Gift card","doc_count":1021},{"key":"Payroll card","doc_count":918},{"key":"Student prepaid card","doc_count":32}]}},{"key":"Credit card","doc_count":172952,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose credit card or charge card","doc_count":74795},{"key":"Store credit card","doc_count":8968}]}},{"key":"Credit reporting","doc_count":140429,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Student loan","doc_count":95057,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Federal student loan servicing","doc_count":54363},{"key":"Non-federal student loan","doc_count":22282},{"key":"Private student loan","doc_count":18412}]}},{"key":"Bank account or service","doc_count":86205,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Checking account","doc_count":59044},{"key":"Other bank product/service","doc_count":17825},{"key":"Savings account","doc_count":5294},{"key":"(CD) Certificate of deposit","doc_count":3417},{"key":"Cashing a check without an account","doc_count":625}]}},{"key":"Money transfer, virtual currency, or money service","doc_count":76445,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Mobile or digital wallet","doc_count":27735},{"key":"Domestic (US) money transfer","doc_count":20660},{"key":"Virtual currency","doc_count":11951},{"key":"International money transfer","doc_count":9831},{"key":"Check cashing service","doc_count":1312},{"key":"Traveler's check or cashier's check","doc_count":984},{"key":"Debt settlement","doc_count":946},{"key":"Foreign currency exchange","doc_count":864},{"key":"Money order","doc_count":776},{"key":"Money order, traveler's check or cashier's check","doc_count":759},{"key":"Refund anticipation check","doc_count":627}]}},{"key":"Vehicle loan or lease","doc_count":62024,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Loan","doc_count":52748},{"key":"Lease","doc_count":9230},{"key":"Title loan","doc_count":46}]}},{"key":"Consumer Loan","doc_count":31574,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Vehicle loan","doc_count":17779},{"key":"Installment loan","doc_count":8675},{"key":"Vehicle lease","doc_count":2655},{"key":"Personal line of credit","doc_count":1824},{"key":"Title loan","doc_count":547},{"key":"Pawn loan","doc_count":94}]}},{"key":"Payday loan, title loan, or personal loan","doc_count":30641,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Installment loan","doc_count":13425},{"key":"Personal line of credit","doc_count":7368},{"key":"Payday loan","doc_count":6973},{"key":"Title loan","doc_count":2765},{"key":"Pawn loan","doc_count":76}]}},{"key":"Prepaid card","doc_count":11080,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"General-purpose prepaid card","doc_count":4112},{"key":"General purpose card","doc_count":1752},{"key":"Government benefit card","doc_count":1737},{"key":"Gift card","doc_count":1079},{"key":"Payroll card","doc_count":735},{"key":"Mobile wallet","doc_count":418},{"key":"Gift or merchant card","doc_count":402},{"key":"Government benefit payment card","doc_count":389},{"key":"ID prepaid card","doc_count":207},{"key":"Other special purpose card","doc_count":191},{"key":"Transit card","doc_count":37},{"key":"Electronic Benefit Transfer / EBT card","doc_count":12},{"key":"Student prepaid card","doc_count":9}]}},{"key":"Payday loan, title loan, personal loan, or advance loan","doc_count":9778,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Installment loan","doc_count":5049},{"key":"Personal line of credit","doc_count":2181},{"key":"Payday loan","doc_count":1497},{"key":"Title loan","doc_count":760},{"key":"Other advances of future income","doc_count":176},{"key":"Earned wage access","doc_count":73},{"key":"Pawn loan","doc_count":28},{"key":"Tax refund anticipation loan or check","doc_count":14}]}},{"key":"Payday loan","doc_count":5541,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Money transfers","doc_count":5354,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"International money transfer","doc_count":2770},{"key":"Domestic (US) money transfer","doc_count":2584}]}},{"key":"Debt or credit management","doc_count":2223,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt settlement","doc_count":1351},{"key":"Credit repair services","doc_count":725},{"key":"Mortgage modification or foreclosure avoidance","doc_count":116},{"key":"Student loan debt relief","doc_count":31}]}},{"key":"Other financial service","doc_count":1058,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt settlement","doc_count":333},{"key":"Check cashing","doc_count":266},{"key":"Money order","doc_count":143},{"key":"Credit repair","doc_count":102},{"key":"Traveler’s/Cashier’s checks","doc_count":88},{"key":"Refund anticipation check","doc_count":68},{"key":"Foreign currency exchange","doc_count":58}]}},{"key":"Virtual currency","doc_count":18,"sub_product.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Domestic (US) money transfer","doc_count":17},{"key":"International money transfer","doc_count":1}]}}]}},"issue":{"meta":{},"doc_count":6650388,"issue":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Incorrect information on your report","doc_count":2139897,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Information belongs to someone else","doc_count":1383205},{"key":"Account information incorrect","doc_count":272754},{"key":"Account status incorrect","doc_count":251910},{"key":"Personal information incorrect","doc_count":131461},{"key":"Public record information inaccurate","doc_count":35536},{"key":"Old information reappears or never goes away","doc_count":35392},{"key":"Information is missing that should be on the report","doc_count":25552},{"key":"Information is incorrect","doc_count":3263},{"key":"Information that should be on the report is missing","doc_count":821},{"key":"Incorrect information on your report","doc_count":1}]}},{"key":"Improper use of your report","doc_count":1198058,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Reporting company used your report improperly","doc_count":785703},{"key":"Credit inquiries on your report that you don't recognize","doc_count":404720},{"key":"Report provided to employer without your written authorization","doc_count":5583},{"key":"Received unsolicited financial product or insurance offers after opting out","doc_count":2051}]}},{"key":"Problem with a credit reporting company's investigation into an existing problem","doc_count":589336,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":331536},{"key":"Investigation took more than 30 days","doc_count":131924},{"key":"Was not notified of investigation status or results","doc_count":94412},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":20083},{"key":"Problem with personal statement of dispute","doc_count":11381}]}},{"key":"Problem with a company's investigation into an existing problem","doc_count":465095,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":267780},{"key":"Investigation took more than 30 days","doc_count":114473},{"key":"Was not notified of investigation status or results","doc_count":56010},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":14616},{"key":"Problem with personal statement of dispute","doc_count":12216}]}},{"key":"Attempts to collect debt not owed","doc_count":248650,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt is not yours","doc_count":130722},{"key":"Debt was result of identity theft","doc_count":72095},{"key":"Debt was paid","doc_count":38056},{"key":"Debt was already discharged in bankruptcy and is no longer owed","doc_count":7777}]}},{"key":"Managing an account","doc_count":144393,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Deposits and withdrawals","doc_count":51406},{"key":"Problem using a debit or ATM card","doc_count":27390},{"key":"Banking errors","doc_count":15714},{"key":"Funds not handled or disbursed as instructed","doc_count":15636},{"key":"Problem accessing account","doc_count":11775},{"key":"Problem making or receiving payments","doc_count":8102},{"key":"Fee problem","doc_count":8015},{"key":"Cashing a check","doc_count":4794},{"key":"Deposits or withdrawals","doc_count":986},{"key":"Problem with renewal","doc_count":287},{"key":"Problem with fees or penalties","doc_count":283}]}},{"key":"Written notification about debt","doc_count":123842,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive enough information to verify debt","doc_count":70526},{"key":"Didn't receive notice of right to dispute","doc_count":31669},{"key":"Notification didn't disclose it was an attempt to collect a debt","doc_count":21647}]}},{"key":"Loan modification,collection,foreclosure","doc_count":112306,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect information on credit report","doc_count":102684,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Account status","doc_count":37057},{"key":"Information is not mine","doc_count":32383},{"key":"Account terms","doc_count":10995},{"key":"Public record","doc_count":8876},{"key":"Personal information","doc_count":7529},{"key":"Reinserted previously deleted info","doc_count":5844}]}},{"key":"Trouble during payment process","doc_count":86682,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Escrow, taxes, or insurance","doc_count":4100},{"key":"Trying to communicate with the company to fix an issue while managing or servicing your loan","doc_count":3528},{"key":"Payment process","doc_count":2882},{"key":"Loan sold or transferred to another company","doc_count":755},{"key":"Fees charged","doc_count":690},{"key":"Paying off the loan","doc_count":625},{"key":"Private mortgage insurance (PMI)","doc_count":599},{"key":"Lien release","doc_count":189},{"key":"Interest rate","doc_count":181}]}},{"key":"Loan servicing, payments, escrow account","doc_count":77324,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a purchase shown on your statement","doc_count":67496,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit card company isn't resolving a dispute about a purchase on your statement","doc_count":46558},{"key":"Card was charged for something you did not purchase with the card","doc_count":19023},{"key":"Overcharged for something you did purchase with the card","doc_count":1915}]}},{"key":"Communication tactics","doc_count":60880,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Frequent or repeated calls","doc_count":34024},{"key":"You told them to stop contacting you, but they keep trying","doc_count":11532},{"key":"Threatened to take legal action","doc_count":4700},{"key":"Used obscene, profane, or other abusive language","doc_count":4393},{"key":"Called after sent written cease of comm","doc_count":1856},{"key":"Used obscene/profane/abusive language","doc_count":1837},{"key":"Called before 8am or after 9pm","doc_count":1617},{"key":"Called outside of 8am-9pm","doc_count":913},{"key":"Frequent or repeated messages","doc_count":4},{"key":"Contacted before 8am or after 9pm","doc_count":3}]}},{"key":"Cont'd attempts collect debt not owed","doc_count":60647,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Debt is not mine","doc_count":36704},{"key":"Debt was paid","doc_count":16618},{"key":"Debt resulted from identity theft","doc_count":4905},{"key":"Debt was discharged in bankruptcy","doc_count":2420}]}},{"key":"False statements or representation","doc_count":52485,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Attempted to collect wrong amount","doc_count":42466},{"key":"Impersonated attorney, law enforcement, or government official","doc_count":4418},{"key":"Indicated you were committing crime by not paying debt","doc_count":2205},{"key":"Impersonated an attorney or official","doc_count":1297},{"key":"Indicated committed crime not paying","doc_count":1022},{"key":"Told you not to respond to a lawsuit they filed against you","doc_count":732},{"key":"Indicated shouldn't respond to lawsuit","doc_count":345}]}},{"key":"Struggling to pay mortgage","doc_count":49753,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trying to communicate with the company to fix an issue related to modification, forbearance, short sale, deed-in-lieu, bankruptcy, or foreclosure","doc_count":2492},{"key":"Foreclosure","doc_count":1391},{"key":"Applying for or obtaining a modification, forbearance plan, short sale, or deed-in-lieu","doc_count":1215},{"key":"An existing modification, forbearance plan, short sale, or other loss mitigation relief","doc_count":889}]}},{"key":"Dealing with your lender or servicer","doc_count":43540,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Received bad information about your loan","doc_count":14972},{"key":"Trouble with how payments are being handled","doc_count":14586},{"key":"Problem with customer service","doc_count":5571},{"key":"Don't agree with the fees charged","doc_count":3655},{"key":"Need information about your loan balance or loan terms","doc_count":3412},{"key":"Keep getting calls about your loan","doc_count":1234},{"key":"Co-signer","doc_count":110}]}},{"key":"Took or threatened to take negative or legal action","doc_count":41415,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Threatened or suggested your credit would be damaged","doc_count":20405},{"key":"Threatened to sue you for very old debt","doc_count":7413},{"key":"Sued you without properly notifying you of lawsuit","doc_count":4601},{"key":"Seized or attempted to seize your property","doc_count":3763},{"key":"Threatened to arrest you or take you to jail if you do not pay","doc_count":2153},{"key":"Collected or attempted to collect exempt funds","doc_count":2061},{"key":"Sued you in a state where you do not live or did not sign for the debt","doc_count":905},{"key":"Threatened to turn you in to immigration or deport you","doc_count":114}]}},{"key":"Account opening, closing, or management","doc_count":37961,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing the loan or lease","doc_count":35565,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Billing problem","doc_count":10653},{"key":"Problem with fees charged","doc_count":3546},{"key":"Problem with additional products or services purchased with the loan","doc_count":2663},{"key":"Problem with the interest rate","doc_count":2180},{"key":"Loan sold or transferred to another company","doc_count":1258}]}},{"key":"Unable to get your credit report or credit score","doc_count":34899,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Other problem getting your report or credit score","doc_count":25135},{"key":"Problem getting your free annual credit report","doc_count":9764}]}},{"key":"Getting a credit card","doc_count":34308,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Card opened as result of identity theft or fraud","doc_count":12015},{"key":"Application denied","doc_count":9713},{"key":"Card opened without my consent or knowledge","doc_count":6906},{"key":"Sent card you never applied for","doc_count":2936},{"key":"Delay in processing application","doc_count":1568},{"key":"Problem getting a working replacement card","doc_count":1170}]}},{"key":"Fraud or scam","doc_count":31793,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing an account","doc_count":31162,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Company closed your account","doc_count":13210},{"key":"Funds not received from closed account","doc_count":10023},{"key":"Can't close your account","doc_count":6627},{"key":"Fees charged for closing account","doc_count":1302}]}},{"key":"Disclosure verification of debt","doc_count":30781,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Not given enough info to verify debt","doc_count":21800},{"key":"Right to dispute notice not received","doc_count":7183},{"key":"Not disclosed as an attempt to collect","doc_count":1798}]}},{"key":"Other features, terms, or problems","doc_count":30592,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Other problem","doc_count":14901},{"key":"Problem with rewards from credit card","doc_count":6746},{"key":"Problem with customer service","doc_count":3331},{"key":"Problem with balance transfer","doc_count":2009},{"key":"Privacy issues","doc_count":1869},{"key":"Add-on products and services","doc_count":931},{"key":"Problem with cash advances","doc_count":351},{"key":"Credit card company forcing arbitration","doc_count":304},{"key":"Problem with convenience check","doc_count":149}]}},{"key":"Problem when making payments","doc_count":27542,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem during payment process","doc_count":18756},{"key":"You never received your bill or did not know a payment was due","doc_count":3627}]}},{"key":"Fees or interest","doc_count":27124,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem with fees","doc_count":17738},{"key":"Charged too much interest","doc_count":6740},{"key":"Unexpected increase in interest rate","doc_count":2646}]}},{"key":"Credit monitoring or identity theft protection services","doc_count":25238,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem canceling credit monitoring or identify theft protection service","doc_count":10988},{"key":"Billing dispute for services","doc_count":6406},{"key":"Didn't receive services that were advertised","doc_count":4907},{"key":"Problem with product or service terms changing","doc_count":1972},{"key":"Received unwanted marketing or advertising","doc_count":965}]}},{"key":"Problem with a lender or other company charging your account","doc_count":24462,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Transaction was not authorized","doc_count":19992},{"key":"Money was taken from your account on the wrong day or for the wrong amount","doc_count":2714},{"key":"Can't stop withdrawals from your account","doc_count":1756}]}},{"key":"Problem with fraud alerts or security freezes","doc_count":24214,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Applying for a mortgage or refinancing an existing mortgage","doc_count":23450,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Application denials","doc_count":619},{"key":"Trying to communicate with the company to fix an issue with the application process","doc_count":527},{"key":"Delays in the application process","doc_count":384},{"key":"Confusing or misleading advertising or marketing","doc_count":344},{"key":"Changes in loan terms during the application process","doc_count":278},{"key":"Loan estimate or other related disclosures","doc_count":150},{"key":"Fees or costs during the application process","doc_count":142},{"key":"Negative impact of inaccurate appraisal","doc_count":81}]}},{"key":"Opening an account","doc_count":23298,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive terms that were advertised","doc_count":7005},{"key":"Account opened as a result of fraud","doc_count":6673},{"key":"Unable to open an account","doc_count":6333},{"key":"Account opened without my consent or knowledge","doc_count":2132},{"key":"Confusing or missing disclosures","doc_count":1155}]}},{"key":"Deposits and withdrawals","doc_count":22851,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing your account","doc_count":18494,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Company closed your account","doc_count":13694},{"key":"Can't close your account","doc_count":4800}]}},{"key":"Dealing with my lender or servicer","doc_count":17622,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble with how payments are handled","doc_count":5657},{"key":"Received bad information about my loan","doc_count":3959},{"key":"Having problems with customer service","doc_count":2805},{"key":"Don't agree with fees charged","doc_count":2767},{"key":"Keep getting calls about my loan","doc_count":1244},{"key":"Need information about my balance/terms","doc_count":1190}]}},{"key":"Application, originator, mortgage broker","doc_count":17226,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit reporting company's investigation","doc_count":16883,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"No notice of investigation status/result","doc_count":6418},{"key":"Problem with statement of dispute","doc_count":5907},{"key":"Investigation took too long","doc_count":2781},{"key":"Inadequate help over the phone","doc_count":1777}]}},{"key":"Billing disputes","doc_count":15136,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing on a mortgage","doc_count":14853,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trying to communicate with the company to fix an issue with the loan closing","doc_count":455},{"key":"Closing disclosure or other related disclosures","doc_count":391},{"key":"Changes in loan terms during or after closing","doc_count":317},{"key":"Delays with the closing process","doc_count":309},{"key":"Fees or costs after closing","doc_count":183},{"key":"Setting up an escrow account for taxes and insurance","doc_count":37}]}},{"key":"Other","doc_count":14779,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Struggling to pay your loan","doc_count":14503,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Denied request to lower payments","doc_count":3294},{"key":"Loan balance remaining after the vehicle is repossessed and sold","doc_count":2767},{"key":"Lender trying to repossess or disable the vehicle","doc_count":2716},{"key":"Problem after you declared or threatened to declare bankruptcy","doc_count":336}]}},{"key":"Problem caused by your funds being low","doc_count":13653,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdrafts and overdraft fees","doc_count":8539},{"key":"Non-sufficient funds and associated fees","doc_count":3060},{"key":"Bounced checks or returned payments","doc_count":1103},{"key":"Late or other fees","doc_count":951}]}},{"key":"Other transaction problem","doc_count":12953,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising and marketing, including promotional offers","doc_count":12756,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Didn't receive advertised or promotional terms","doc_count":7363},{"key":"Confusing or misleading advertising about the credit card","doc_count":5393}]}},{"key":"Struggling to repay your loan","doc_count":12217,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't get other flexible options for repaying your loan","doc_count":5386},{"key":"Problem lowering your monthly payments","doc_count":3213},{"key":"Can't temporarily delay making payments","doc_count":1641},{"key":"Problem with forgiveness, cancellation, or discharge","doc_count":1150},{"key":"Problem with your payment plan","doc_count":682},{"key":"Bankruptcy","doc_count":145}]}},{"key":"Problems caused by my funds being low","doc_count":11845,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problems at the end of the loan or lease","doc_count":11078,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Unable to receive car title or other problem after the loan is paid off","doc_count":4683},{"key":"Problem with paying off the loan","doc_count":2696},{"key":"Problem while selling or giving up the vehicle","doc_count":1018},{"key":"Problem related to refinancing","doc_count":781},{"key":"Excess mileage, damage, or wear fees, or other problem after the lease is finished","doc_count":737},{"key":"Termination fees or other problem when ending the lease early","doc_count":614},{"key":"Problem when attempting to purchase vehicle at the end of the lease","doc_count":414},{"key":"Problem extending the lease","doc_count":135}]}},{"key":"Unable to get credit report/credit score","doc_count":10859,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem getting my free annual report","doc_count":6469},{"key":"Problem getting report or credit score","doc_count":4390}]}},{"key":"Trouble using your card","doc_count":10429,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't use card to make purchases","doc_count":6618},{"key":"Credit card company won't increase or decrease your credit limit","doc_count":3650},{"key":"Account sold or transferred to another company","doc_count":161}]}},{"key":"Improper contact or sharing of info","doc_count":10062,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Talked to a third party about my debt","doc_count":5048},{"key":"Contacted me after I asked not to","doc_count":2570},{"key":"Contacted employer after asked not to","doc_count":2204},{"key":"Contacted me instead of my attorney","doc_count":240}]}},{"key":"Charged fees or interest you didn't expect","doc_count":9585,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problems when you are unable to pay","doc_count":9374,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Trouble using the card","doc_count":9182,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble using the card to spend money in a store or online","doc_count":5444},{"key":"Trouble getting information about the card","doc_count":1441},{"key":"Problem using the card to withdraw money from an ATM","doc_count":849},{"key":"Problem with direct deposit","doc_count":711},{"key":"Trouble using the card to pay a bill","doc_count":433},{"key":"Problem adding money","doc_count":171},{"key":"Trouble using the card to send money to another person","doc_count":81},{"key":"Problem with a check written from your prepaid card account","doc_count":52}]}},{"key":"Money was not available when promised","doc_count":9026,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting a loan or lease","doc_count":9019,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Fraudulent loan","doc_count":3078},{"key":"Credit denial","doc_count":1941},{"key":"Confusing or misleading advertising or marketing","doc_count":1211},{"key":"Changes in terms mid-deal or after closing","doc_count":854},{"key":"Loan opened without my consent or knowledge","doc_count":636},{"key":"High-pressure sales tactics","doc_count":426},{"key":"Problem with signing the paperwork","doc_count":378},{"key":"Problem with additional add-on products or services purchased with the loan","doc_count":288},{"key":"Problem with a trade-in","doc_count":107},{"key":"Confusing or misleading advertising","doc_count":70},{"key":"Did not receive car title","doc_count":30}]}},{"key":"Settlement process and costs","doc_count":8937,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Threatened to contact someone or share information improperly","doc_count":8921,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Talked to a third-party about your debt","doc_count":5019},{"key":"Contacted you after you asked them to stop","doc_count":1924},{"key":"Contacted your employer","doc_count":1835},{"key":"Contacted you instead of your attorney","doc_count":143}]}},{"key":"Taking/threatening an illegal action","doc_count":8841,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Threatened to sue on too old debt","doc_count":2711},{"key":"Threatened arrest/jail if do not pay","doc_count":2274},{"key":"Sued w/o proper notification of suit","doc_count":1391},{"key":"Seized/Attempted to seize property","doc_count":1159},{"key":"Attempted to/Collected exempt funds","doc_count":905},{"key":"Sued where didn't live/sign for debt","doc_count":401}]}},{"key":"Can't repay my loan","doc_count":8725,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Can't decrease my monthly payments","doc_count":4054},{"key":"Can't get flexible payment options","doc_count":3241},{"key":"Can't temporarily postpone payments","doc_count":1430}]}},{"key":"Managing, opening, or closing your mobile wallet account","doc_count":8624,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Identity theft / Fraud / Embezzlement","doc_count":8480,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a purchase or transfer","doc_count":8107,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Card company isn't resolving a dispute about a purchase or transfer","doc_count":4681},{"key":"Charged for a purchase or transfer you did not make with the card","doc_count":3275},{"key":"Overcharged for a purchase or transfer you did make with the card","doc_count":151}]}},{"key":"Making/receiving payments, sending money","doc_count":7403,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized transactions or other transaction problem","doc_count":7100,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Closing/Cancelling account","doc_count":6389,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Using a debit or ATM card","doc_count":6145,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected or other fees","doc_count":5755,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit decision / Underwriting","doc_count":5652,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Improper use of my credit report","doc_count":5579,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Report improperly shared by CRC","doc_count":5242},{"key":"Received marketing offer after opted out","doc_count":170},{"key":"Report shared with employer w/o consent","doc_count":167}]}},{"key":"APR or interest rate","doc_count":5506,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem getting a card or closing an account","doc_count":5382,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Trouble getting, activating, or registering a card","doc_count":2141},{"key":"Trouble closing card","doc_count":1514},{"key":"Trouble getting a working replacement card","doc_count":992},{"key":"Don't want a card provided by your employer or the government","doc_count":735}]}},{"key":"Struggling to pay your bill","doc_count":4577,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Credit card company won't work with you while you're going through financial hardship","doc_count":4094},{"key":"Problem lowering your monthly payments","doc_count":326},{"key":"Filed for bankruptcy","doc_count":157}]}},{"key":"Credit monitoring or identity protection","doc_count":4424,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem with fraud alerts","doc_count":2104},{"key":"Billing dispute","doc_count":881},{"key":"Account terms and changes","doc_count":721},{"key":"Problem cancelling or closing account","doc_count":489},{"key":"Receiving unwanted marketing/advertising","doc_count":223},{"key":"Insurance terms","doc_count":6}]}},{"key":"Taking out the loan or lease","doc_count":4370,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with a company's investigation into an existing issue","doc_count":4026,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Their investigation did not fix an error on your report","doc_count":1704},{"key":"Difficulty submitting a dispute or getting information about a dispute over the phone","doc_count":814},{"key":"Problem with personal statement of dispute","doc_count":529},{"key":"Investigation took more than 30 days","doc_count":498},{"key":"Was not notified of investigation status or results","doc_count":481}]}},{"key":"Repaying your loan","doc_count":3820,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with the payoff process at the end of the loan","doc_count":3681,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Late fee","doc_count":3639,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Customer service / Customer relations","doc_count":3504,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Repossession","doc_count":3332,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Loan balance remaining after the vehicle is repossessed and sold","doc_count":943},{"key":"Lender trying to repossess or disable the vehicle","doc_count":390},{"key":"Notice to repossess","doc_count":387},{"key":"Account reinstatement or redemption after repossession","doc_count":378},{"key":"Voluntary repossession","doc_count":332},{"key":"Deficiency balance after repossession","doc_count":316},{"key":"Company explaining amount owed","doc_count":214},{"key":"Damage caused or loss of personal items in vehicle during the actual repossession","doc_count":200},{"key":"Company communicating payment assistance or payment extension options","doc_count":172}]}},{"key":"Delinquent account","doc_count":3218,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting the loan","doc_count":3107,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit determination","doc_count":3057,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising and marketing","doc_count":2959,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Confusing or missing disclosures","doc_count":2937,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Rewards","doc_count":2916,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with customer service","doc_count":2852,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other service problem","doc_count":2832,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged fees or interest I didn't expect","doc_count":2753,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit card protection / Debt protection","doc_count":2728,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Transaction issue","doc_count":2700,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Billing statement","doc_count":2619,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Getting a line of credit","doc_count":2382,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Payoff process","doc_count":2315,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other fee","doc_count":2198,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit line increase/decrease","doc_count":2185,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Electronic communications","doc_count":2120,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Frequent or repeated messages","doc_count":1198},{"key":"You told them to stop contacting you, but they keep trying","doc_count":698},{"key":"Contacted before 8am or after 9pm","doc_count":134},{"key":"Used obscene, profane, or other abusive language","doc_count":90}]}},{"key":"Getting a loan","doc_count":2042,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Fraudulent loan","doc_count":495},{"key":"Confusing or misleading advertising","doc_count":335},{"key":"Can't qualify for a loan","doc_count":302},{"key":"High pressure sales tactics or recruiting","doc_count":165},{"key":"Qualify for a better loan than offered","doc_count":157},{"key":"Denied loan","doc_count":150},{"key":"Problem with the interest rate","doc_count":74},{"key":"Loan opened without my consent or knowledge","doc_count":67},{"key":"Qualified for a better loan than the one offered","doc_count":29},{"key":"Changes in terms mid-deal or after closing","doc_count":20},{"key":"Problem with signing the paperwork","doc_count":20},{"key":"Issues with financial aid services","doc_count":18}]}},{"key":"Shopping for a loan or lease","doc_count":2029,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unsolicited issuance of credit card","doc_count":1853,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with additional add-on products or services","doc_count":1839,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit reporting","doc_count":1696,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Confusing or misleading advertising or marketing","doc_count":1635,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Trouble accessing funds in your mobile or digital wallet","doc_count":1507,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other transaction issues","doc_count":1491,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Identity theft protection or other monitoring services","doc_count":1425,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Problem canceling credit monitoring or identify theft protection service","doc_count":437},{"key":"Didn't receive services that were advertised","doc_count":349},{"key":"Problem with product or service terms changing","doc_count":243},{"key":"Billing dispute for services","doc_count":218},{"key":"Received unwanted marketing or advertising","doc_count":178}]}},{"key":"Wrong amount charged or received","doc_count":1353,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized transactions/trans. issues","doc_count":1325,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing, opening, or closing account","doc_count":1194,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Balance transfer","doc_count":1117,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't contact lender","doc_count":1106,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Received a loan you didn't apply for","doc_count":1041,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Collection practices","doc_count":1001,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Collection debt dispute","doc_count":901,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't contact lender or servicer","doc_count":866,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Managing the line of credit","doc_count":806,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem adding money","doc_count":724,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Didn't provide services promised","doc_count":645,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Received a loan I didn't apply for","doc_count":615,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't stop withdrawals from your bank account","doc_count":598,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Loan payment wasn't credited to your account","doc_count":577,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Forbearance / Workout plans","doc_count":556,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Application processing delay","doc_count":540,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen money order","doc_count":532,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Other service issues","doc_count":514,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Can't stop charges to bank account","doc_count":509,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Privacy","doc_count":489,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Account terms and changes","doc_count":484,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen check","doc_count":470,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Payment to acct not credited","doc_count":461,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Vehicle was repossessed or sold the vehicle","doc_count":457,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Bankruptcy","doc_count":448,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising","doc_count":434,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Confusing or misleading advertising about the card","doc_count":303},{"key":"Changes in terms from what was offered or advertised","doc_count":131}]}},{"key":"Money was taken from your bank account on the wrong day or for the wrong amount","doc_count":432,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Arbitration","doc_count":349,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Was approved for a loan, but didn't receive the money","doc_count":349,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Applied for loan/did not receive money","doc_count":345,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Sale of account","doc_count":344,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged upfront or unexpected fees","doc_count":333,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Excessive fees","doc_count":333,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Shopping for a line of credit","doc_count":302,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Charged bank acct wrong day or amt","doc_count":296,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Customer service/Customer relations","doc_count":283,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unauthorized withdrawals or charges","doc_count":260,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Cash advance","doc_count":245,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Fees","doc_count":232,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Credit limit changed","doc_count":225,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Balance transfer fee","doc_count":221,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Overlimit fee","doc_count":215,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with cash advance","doc_count":212,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Adding money","doc_count":202,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect/missing disclosures or info","doc_count":202,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Cash advance fee","doc_count":196,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Convenience checks","doc_count":149,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Incorrect exchange rate","doc_count":148,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Vehicle was damaged or destroyed the vehicle","doc_count":128,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with overdraft","doc_count":124,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdraft charges","doc_count":118},{"key":"Was signed up for overdraft on card, but don't want to be","doc_count":6}]}},{"key":"Overdraft, savings, or rewards features","doc_count":113,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected/Other fees","doc_count":103,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Issues with repayment","doc_count":79,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender repossessed or sold the vehicle","doc_count":79,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Advertising, marketing or disclosures","doc_count":77,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Was approved for a loan, but didn't receive money","doc_count":77,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Issue where my lender is my school","doc_count":66,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Cannot graduate, receive diploma, or get transcript due to money owed","doc_count":34},{"key":"Issues with fees connected to the loan","doc_count":32}]}},{"key":"Issue with income share agreement","doc_count":55,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Marketing or disclosure issues","doc_count":18},{"key":"Payment issues","doc_count":15},{"key":"Dealing with provider of income share agreement","doc_count":12},{"key":"Billing or statement issues","doc_count":10}]}},{"key":"Overdraft, savings or rewards features","doc_count":53,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Disclosures","doc_count":49,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with credit report or credit score","doc_count":43,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Incorrect information on your report","doc_count":31},{"key":"Problem with a credit reporting company's investigation into an existing problem","doc_count":5},{"key":"Credit monitoring or identity theft protection services","doc_count":1},{"key":"Improper use of your report","doc_count":1},{"key":"Problem with fraud alerts or security freezes","doc_count":1}]}},{"key":"Problems receiving the advance","doc_count":41,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Unexpected fees","doc_count":36,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Property was sold","doc_count":12,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Problem with an overdraft","doc_count":9,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Overdraft charges","doc_count":7},{"key":"Was signed up for overdraft on card, but don't want to be","doc_count":2}]}},{"key":"Lender damaged or destroyed vehicle","doc_count":8,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender sold the property","doc_count":7,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Property was damaged or destroyed property","doc_count":7,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lost or stolen refund","doc_count":6,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}},{"key":"Lender damaged or destroyed property","doc_count":3,"sub_issue.raw":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[]}}]}},"timely":{"meta":{},"doc_count":6650388,"timely":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Yes","doc_count":6588080},{"key":"No","doc_count":62308}]}},"consumer_consent_provided":{"meta":{},"doc_count":6650388,"consumer_consent_provided":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Consent not provided","doc_count":2879842},{"key":"Consent provided","doc_count":2238305},{"key":"N/A","doc_count":794095},{"key":"Other","doc_count":294458},{"key":"Consent withdrawn","doc_count":10514}]}},"company_response":{"meta":{},"doc_count":6650388,"company_response":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Closed with explanation","doc_count":4056633},{"key":"Closed with non-monetary relief","doc_count":1973776},{"key":"In progress","doc_count":403161},{"key":"Closed with monetary relief","doc_count":164507},{"key":"Closed without relief","doc_count":17868},{"key":"Closed","doc_count":17611},{"key":"Untimely response","doc_count":11508},{"key":"Closed with relief","doc_count":5304}]}},"submitted_via":{"meta":{},"doc_count":6650388,"submitted_via":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Web","doc_count":6080159},{"key":"Referral","doc_count":254182},{"key":"Phone","doc_count":190143},{"key":"Postal mail","doc_count":98582},{"key":"Fax","doc_count":25658},{"key":"Web Referral","doc_count":1240},{"key":"Email","doc_count":424}]}},"state":{"meta":{},"doc_count":6650388,"state":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"FL","doc_count":836910},{"key":"TX","doc_count":747945},{"key":"CA","doc_count":733710},{"key":"GA","doc_count":463958},{"key":"NY","doc_count":432034},{"key":"PA","doc_count":312402},{"key":"IL","doc_count":281233},{"key":"NJ","doc_count":230813},{"key":"NC","doc_count":214223},{"key":"MD","doc_count":173265},{"key":"OH","doc_count":160940},{"key":"VA","doc_count":154090},{"key":"MI","doc_count":152580},{"key":"AL","doc_count":123129},{"key":"SC","doc_count":122844},{"key":"LA","doc_count":122575},{"key":"TN","doc_count":115782},{"key":"AZ","doc_count":114501},{"key":"NV","doc_count":97413},{"key":"MA","doc_count":93284},{"key":"MO","doc_count":81320},{"key":"IN","doc_count":80522},{"key":"WA","doc_count":68833},{"key":"MS","doc_count":60769},{"key":"CO","doc_count":59996},{"key":"CT","doc_count":55996},{"key":"WI","doc_count":49782},{"key":"MN","doc_count":46359},{"key":"AR","doc_count":40128},{"key":"DE","doc_count":33873},{"key":"OK","doc_count":33248},{"key":"OR","doc_count":33043},{"key":"KY","doc_count":32593},{"key":"DC","doc_count":27418},{"key":"UT","doc_count":26932},{"key":"KS","doc_count":20078},{"key":"PR","doc_count":19278},{"key":"IA","doc_count":17880},{"key":"NM","doc_count":16877},{"key":"NE","doc_count":14658},{"key":"RI","doc_count":14264},{"key":"HI","doc_count":12901},{"key":"NH","doc_count":11130},{"key":"ID","doc_count":10715},{"key":"WV","doc_count":10062},{"key":"ME","doc_count":8399},{"key":"MT","doc_count":5532},{"key":"AK","doc_count":4692},{"key":"ND","doc_count":4469},{"key":"SD","doc_count":3982},{"key":"VT","doc_count":3675},{"key":"WY","doc_count":3462},{"key":"AE","doc_count":1484},{"key":"VI","doc_count":1472},{"key":"AP","doc_count":858},{"key":"UNITED STATES MINOR OUTLYING ISLANDS","doc_count":661},{"key":"GU","doc_count":392},{"key":"FM","doc_count":116},{"key":"AS","doc_count":67},{"key":"MP","doc_count":62},{"key":"AA","doc_count":59},{"key":"MH","doc_count":33},{"key":"PW","doc_count":13}]}},"consumer_disputed":{"meta":{},"doc_count":6650388,"consumer_disputed":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"N/A","doc_count":5882078},{"key":"No","doc_count":619932},{"key":"Yes","doc_count":148378}]}},"company_public_response":{"meta":{},"doc_count":6650388,"company_public_response":{"doc_count_error_upper_bound":0,"sum_other_doc_count":116,"buckets":[{"key":"Company has responded to the consumer and the CFPB and chooses not to provide a public response","doc_count":3005974},{"key":"Company believes it acted appropriately as authorized by contract or law","doc_count":158368},{"key":"Company chooses not to provide a public response","doc_count":52473},{"key":"Company believes the complaint is the result of a misunderstanding","doc_count":13500},{"key":"Company disputes the facts presented in the complaint","doc_count":12140},{"key":"Company believes complaint caused principally by actions of third party outside the control or direction of the company","doc_count":8095},{"key":"Company believes complaint is the result of an isolated error","doc_count":6531},{"key":"Company believes complaint represents an opportunity for improvement to better serve consumers","doc_count":5082},{"key":"Company can't verify or dispute the facts in the complaint","doc_count":4867},{"key":"Company believes the complaint provided an opportunity to answer consumer's questions","doc_count":4633}]}},"tags":{"meta":{},"doc_count":6650388,"tags":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"Servicemember","doc_count":322797},{"key":"Older American","doc_count":171500},{"key":"Older American, Servicemember","doc_count":43452}]}}},"_meta":{"license":"CC0","last_updated":"2024-11-06T12:00:00-05:00","last_indexed":"2024-11-07T12:00:00-05:00","total_record_count":6650388,"is_data_stale":false,"has_data_issue":false,"break_points":{"2":[1730912400000,"10701248"],"3":[1730912400000,"10701126"],"4":[1730912400000,"10701025"],"5":[1730912400000,"10700902"],"6":[1730912400000,"10700837"],"7":[1730912400000,"10700697"],"8":[1730912400000,"10700403"]}}} \ No newline at end of file