Baselight

Freddie Mac's Dataset (pre-processed)

Optimized Mortgage Data: Freddie Mac's Pre-Processed Datase

@kaggle.nikunjhemani_freddie_macs_dataset_pre_processed

Prepared Dataset
@kaggle.nikunjhemani_freddie_macs_dataset_pre_processed.prepared_dataset

  • 2.51 MB
  • 148938 rows
  • 36 columns
unnamed_0

Unnamed: 0

creditscore

CreditScore

firsttimehomebuyer

FirstTimeHomebuyer

msa

MSA

mip

MIP

units

Units

occupancy

Occupancy

ocltv

OCLTV

dti

DTI

origupb

OrigUPB

ltv

LTV

originterestrate

OrigInterestRate

channel

Channel

ppm

PPM

propertystate

PropertyState

propertytype

PropertyType

loanpurpose

LoanPurpose

origloanterm

OrigLoanTerm

numborrowers

NumBorrowers

sellername

SellerName

servicername

ServicerName

everdelinquent

EverDelinquent

monthsdelinquent

MonthsDelinquent

monthsinrepayment

MonthsInRepayment

firstpayment_year

FirstPayment Year

firstpayment_month

FirstPayment Month

parsed_firstpaymentdate

Parsed FirstPaymentDate

maturity_year

Maturity Year

maturity_month

Maturity Month

parsed_maturitydate

Parsed MaturityDate

ltv_range

LTV Range

credit_range

Credit Range

yearsinrepayment

YearsInRepayment

repay_range

Repay Range

isfirsttimehomebuyer

IsFirstTimeHomebuyer

duration

Duration

670.533670831246616974251O8927117000896.75TMidwestSFP3602FLMajor Banks5219991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood4.3333333333333332No30
1670.5336708312466197401O7317109000736.5ROthersSFN3601FTNon-Bank Servicers14419991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood124No30
2670.5336708312466299401O751688000756.875TOthersSFN3602FLMajor Banks6719991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood5.5833333333333332No30
3670.5336708312466310841O7614160000766.875RWest CoastSFN3602GMMajor Banks3519991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood2.91666666666666651No30
4670.5336708312466356441O7818109000787.125RNortheastSFN3602GMMajor Banks5419991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood4.52No30
5670.533670831246630660251O8940207000897.125TOthersSFN3602OtOther Servicers4219991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood3.51No30
6670.533670831246630660251O9021111000906.875TMidwestSFP3601REOther Servicers4419991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood3.66666666666666651No30
7670.5336708312466367401O722097000726.75RSouthSFN3601NOMajor Banks1314519991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood12.0833333333333344No30
8670.5336708312466125540301O953855000957RNortheastSFP3451OtOther Servicers6419991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)202710Fri Oct 01 2027 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood5.3333333333333332Yes28
9670.5336708312466148620301O952735000957.125TOthersSFP3601OtMajor Banks110421219991999-Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)20291Mon Jan 01 2029 00:00:00 GMT+0000 (Coordinated Universal Time)HighGood17.6666666666666685Yes30

CREATE TABLE prepared_dataset (
  "unnamed_0" BIGINT,
  "creditscore" DOUBLE,
  "firsttimehomebuyer" BIGINT,
  "msa" BIGINT,
  "mip" BIGINT,
  "units" BIGINT,
  "occupancy" VARCHAR,
  "ocltv" BIGINT,
  "dti" DOUBLE,
  "origupb" BIGINT,
  "ltv" DOUBLE,
  "originterestrate" DOUBLE,
  "channel" VARCHAR,
  "ppm" BIGINT,
  "propertystate" VARCHAR,
  "propertytype" VARCHAR,
  "loanpurpose" VARCHAR,
  "origloanterm" DOUBLE,
  "numborrowers" BIGINT,
  "sellername" VARCHAR,
  "servicername" VARCHAR,
  "everdelinquent" DOUBLE,
  "monthsdelinquent" DOUBLE,
  "monthsinrepayment" DOUBLE,
  "firstpayment_year" BIGINT,
  "firstpayment_month" VARCHAR,
  "parsed_firstpaymentdate" TIMESTAMP,
  "maturity_year" BIGINT,
  "maturity_month" BIGINT,
  "parsed_maturitydate" TIMESTAMP,
  "ltv_range" VARCHAR,
  "credit_range" VARCHAR,
  "yearsinrepayment" DOUBLE,
  "repay_range" BIGINT,
  "isfirsttimehomebuyer" VARCHAR,
  "duration" BIGINT
);

Share link

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