Giter Club home page Giter Club logo

coding-assignment's Introduction

coding-assignment

This code is for a personal research: a factor model predicting bank profitability (with bank index return) with fama-french and interest rate factors. At this stage of the research the final variables are not clear yet, so the data contains several different series that I may or may not use at the end. Some of the code lines are only for the purpose of this assignment (eg. graph in stata, funtion in python, etc) they do not actually have any added value to the research.

The original data files can be found in the data/raw folder, they are dowloaded for many different sources (ECB, Reuters, etc.) The python code is mainly focused on collecting useful data from the many different files in raw/ and merging them into a dataframe, saved in derived data.

The stata codes alread uses the derived dataframe. The stata codes are broken into different tasks with do files, the master.do collects them in one, they can be run from there together. The stata code produces many different regressions (as I am not sure about the final variables). The stata code saves the regression output and the graph in the output folder.

coding-assignment's People

Contributors

szflanek avatar

Watchers

 avatar

coding-assignment's Issues

Use graph export

scatter peurostoxx market_pr, mcolor(red) title("Eurostoxx and market return") saving("output\scatter_plot_market_eurostoxx.pdf", replace)

For future reference only: the saving option saves the graph in .gph format. To save in .pdf, you need to graph export after the graph is created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.