Baselight

Consumer Complaints Database

Financial services complaints

@kaggle.sebastienverpile_consumercomplaintsdata

Consumer Complaints
@kaggle.sebastienverpile_consumercomplaintsdata.consumer_complaints

  • 128.83 MB
  • 903983 rows
  • 18 columns
date_received

Date Received

product

Product

sub_product

Sub-product

issue

Issue

sub_issue

Sub-issue

consumer_complaint_narrative

Consumer Complaint Narrative

company_public_response

Company Public Response

company

Company

state

State

zip_code

ZIP Code

tags

Tags

consumer_consent_provided

Consumer Consent Provided?

submitted_via

Submitted Via

date_sent_to_company

Date Sent To Company

company_response_to_consumer

Company Response To Consumer

timely_response

Timely Response?

consumer_disputed

Consumer Disputed?

complaint_id

Complaint ID

Wed Mar 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageOther mortgageLoan modification,collection,foreclosurenannannanM&T BANK CORPORATIONMI48382nannanReferralMon Mar 17 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo759217
Sat Oct 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reportingnanIncorrect information on credit reportAccount statusI have outdated information on my credit report that I have previously disputed that has yet to be removed this information is more then seven years old and does not meet credit reporting requirementsCompany has responded to the consumer and the CFPB and chooses not to provide a public responseTRANSUNION INTERMEDIATE HOLDINGS, INC.AL352XXnanConsent providedWebWed Oct 05 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2141773
Mon Oct 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Consumer LoanVehicle loanManaging the loan or leasenanI purchased a new car on XXXX XXXX. The car dealer called Citizens Bank to get a 10 day payoff on my loan, good till XXXX XXXX. The dealer sent the check the next day. When I balanced my checkbook on XXXX XXXX. I noticed that Citizens bank had taken the automatic payment out of my checking account a…nanCITIZENS FINANCIAL GROUP, INC.PA177XXOlder AmericanConsent providedWebThu Oct 20 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2163100
Sun Jun 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Credit cardnanBankruptcynannannanAMERICAN EXPRESS COMPANYID83854Older AmericannanWebTue Jun 10 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesYes885638
Sat Sep 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Debt collectionCredit cardCommunication tacticsFrequent or repeated callsnannanCITIBANK, N.A.VA23233nannanWebSat Sep 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesYes1027760
Wed Nov 13 2013 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageConventional adjustable mortgage (ARM)Loan servicing, payments, escrow accountnannannanU.S. BANCORPMN48322nannanPhoneWed Nov 20 2013 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with monetary reliefYesNo596562
Tue Jun 16 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Debt collectionMedicalImproper contact or sharing of infoContacted employer after asked not tonanCompany believes it acted appropriately as authorized by contract or lawCalifornia Accounts ServiceCA92111nanConsent not providedWebFri Jun 19 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo1422680
Mon Jun 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reportingnanCredit reporting company's investigationInadequate help over the phoneAn account on my credit report has a mistaken date. I mailed in a debt validation letter to allow XXXX to correct the information. I received a letter in the mail, stating that Experian received my correspondence and found it to be " suspicious '' and that " I did n't write it ''. Experian 's letter…Company chooses not to provide a public responseExperian Information Solutions Inc.VA224XXnanConsent providedWebMon Jun 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo1420702
Fri Nov 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageOther mortgageLoan modification,collection,foreclosurenannanCompany believes it acted appropriately as authorized by contract or lawAldridge Pite, LLPCA93101nannanReferralThu Dec 10 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesYes1654890
Tue Oct 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageConventional fixed mortgageLoan modification,collection,foreclosurenannannanOCWEN LOAN SERVICING LLCFL32714Older AmericannanWebTue Oct 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo1079567

CREATE TABLE consumer_complaints (
  "date_received" TIMESTAMP,
  "product" VARCHAR,
  "sub_product" VARCHAR,
  "issue" VARCHAR,
  "sub_issue" VARCHAR,
  "consumer_complaint_narrative" VARCHAR,
  "company_public_response" VARCHAR,
  "company" VARCHAR,
  "state" VARCHAR,
  "zip_code" VARCHAR,
  "tags" VARCHAR,
  "consumer_consent_provided" VARCHAR,
  "submitted_via" VARCHAR,
  "date_sent_to_company" TIMESTAMP,
  "company_response_to_consumer" VARCHAR,
  "timely_response" VARCHAR,
  "consumer_disputed" VARCHAR,
  "complaint_id" BIGINT
);

Share link

Anyone who has the link will be able to view this.