Skip to content

Commit

Permalink
harmonize year date as datey
Browse files Browse the repository at this point in the history
  • Loading branch information
eloualiche committed Jun 6, 2024
1 parent 0c78082 commit db40a90
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 1,501 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build_Funda!(df_funda)
# Merge both files
df_linktable = FinanceRoutines.import_ccm_link(wrds_conn)
df_msf = link_MSF(df_linktable, df_msf) # merge gvkey on monthly stock file
df_msf = innerjoin(df_msf, df_funda, on = [:gvkey, :date_y], matchmissing=:notequal)
df_msf = innerjoin(df_msf, df_funda, on = [:gvkey, :datey], matchmissing=:notequal)
```

### Import the Fama-French three factors
Expand Down
58 changes: 0 additions & 58 deletions build/FinanceRoutines.jl

This file was deleted.

Loading

0 comments on commit db40a90

Please sign in to comment.