Baselight

Consumer Complaints

Consumer Complaints on Financial Products

@kaggle.heemalichaudhari_consumer_complaints

Consumer Complaints
@kaggle.heemalichaudhari_consumer_complaints.consumer_complaints

  • 102.66 MB
  • 777959 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

Tue Mar 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reportingnanIncorrect information on credit reportInformation is not minenanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseEXPERIAN DELAWARE GPTX77075Older AmericannanPhoneTue Mar 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYesNo2397100
Wed Apr 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Debt collectionOther (i.e. phone, health club, etc.)Disclosure verification of debtNot disclosed as an attempt to collectnannanSecurity Credit Services, LLCIL60643nannanWebThu Apr 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2441777
Wed Apr 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Credit cardnanOthernannanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseCITIBANK, N.A.IL62025nannanReferralThu Apr 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2441830
Fri Apr 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageOther mortgageLoan modification,collection,foreclosurenannanCompany believes it acted appropriately as authorized by contract or lawShellpoint Partners, LLCCA90305nannanReferralFri Apr 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2436165
Wed Apr 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Credit cardnanCredit determinationnannanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseU.S. BANCORPLA70571nannanPostal mailFri Apr 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2441726
Tue Apr 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Debt collectionOther (i.e. phone, health club, etc.)Disclosure verification of debtNot given enough info to verify debtnannanRubin & Rothman, LLCNY14063nannanReferralWed Apr 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesNo2440364
Tue Apr 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageOther mortgageLoan servicing, payments, escrow accountnannannanQUICKEN LOANS, INC.FL33772Older AmericannanReferralWed Apr 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesNo2441409
Wed May 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageOther mortgageLoan modification,collection,foreclosurenannanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseWELLS FARGO BANK, NATIONAL ASSOCIATIONNJ08618nannanReferralMon May 23 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo1931957
Fri Mar 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Bank account or serviceChecking accountMaking/receiving payments, sending moneynannanCompany believes it acted appropriately as authorized by contract or lawUNITED SERVICES AUTOMOBILE ASSOCIATIONWI54005nannanReferralMon Mar 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesNo2393048
Fri Nov 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)MortgageConventional fixed mortgageSettlement process and costsnanStarted the refinance of home mortgage process with cash out option on XX/XX/2016. Necessary documents were submitted by XXXX. After initial review, got good faith estimate with loan amount and closing cost. Based on this estimate, a deposit of {$350.00} was made towards appraisal. Appraisal came wi…nanAMERICAN NEIGHBORHOOD MORTGAGENJ088XXnanConsent providedWebMon Nov 21 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with monetary reliefNoNo2216206

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.