Financial Risk V2
This synthetic dataset comprises 20,000 records of personal and financial data.
@kaggle.willianoliveiragibin_financial_risk_v2
This synthetic dataset comprises 20,000 records of personal and financial data.
@kaggle.willianoliveiragibin_financial_risk_v2
CREATE TABLE loan_new_datset (
"applicationdate" TIMESTAMP,
"age" BIGINT,
"annualincome" BIGINT,
"creditscore" BIGINT,
"employmentstatus" VARCHAR,
"educationlevel" VARCHAR,
"experience" BIGINT,
"loanamount" BIGINT,
"loanduration" BIGINT,
"maritalstatus" VARCHAR,
"numberofdependents" BIGINT,
"homeownershipstatus" VARCHAR,
"monthlydebtpayments" BIGINT,
"creditcardutilizationrate" VARCHAR,
"numberofopencreditlines" BIGINT,
"numberofcreditinquiries" BIGINT,
"debttoincomeratio" VARCHAR,
"bankruptcyhistory" BIGINT,
"loanpurpose" VARCHAR,
"previousloandefaults" BIGINT,
"paymenthistory" BIGINT,
"lengthofcredithistory" BIGINT,
"savingsaccountbalance" BIGINT,
"checkingaccountbalance" BIGINT,
"totalassets" BIGINT,
"totalliabilities" BIGINT,
"monthlyincome" VARCHAR,
"utilitybillspaymenthistory" VARCHAR,
"jobtenure" BIGINT,
"networth" BIGINT,
"baseinterestrate" VARCHAR,
"interestrate" VARCHAR,
"monthlyloanpayment" VARCHAR,
"totaldebttoincomeratio" VARCHAR,
"loanapproved" BIGINT,
"riskscore" VARCHAR
);
Anyone who has the link will be able to view this.