Skip navigation Jump to main navigation Jump to main navigation

Applications for 2024 Columbia Summer Session programs are now open!

Close alert

Coding for Risk Management Seminar, Presented by the ERM Program

January 19 – April 19, 2024
Time for all workshops: 9:00 – 10:30 am ET

The Coding for Risk Management Seminar workshops get you started in Excel, VBA, R, Python, SQL, and GitHub. The first step in all of these languages is a big step; after taking it here, you will be able to take next steps on your own. These workshops are also a great opportunity to discover how much you like programming. The examples are all related to finance and risk management. In all of the languages we price stocks, bonds, and options.

Students who want to take the next step and follow through on this content can enroll in our Coding for Risk Management Class.

How To Join a Session

Click here at 9:00 am ET on the day of your desired workshop to join virtually. Each workshop ends at 10:30 am ET.

Workshop info

Friday, January 19 | 9:00 to 10:30 am ET
Excel
In our first coding workshop we cover Excel. Excel is an amazing tool widely used for analytics, modeling, trading, and communication. This workshop starts with the basics and quickly moves on to more complicated Excel functions.

Friday, January 26 | 9:00 to 10:30 am ET
Excel VBA
Excel comes prepackaged with the VBA programming language. VBA is a straightforward programming language. A natural first step to learning VBA and coding in general is to rebuild models that are in Excel. VBA also used Macros to record code based on Excel work. It can teach you to code!

Friday, February 2 | 9:00 to 10:30 am ET
Intro to R Part 1 of 2
R has some of the most useful and elegant tools including: data frames, ggplot, dplyr, and Shiny. These will be explored later. In this first session of R we begin with the study of different data types in R.

Friday, February 9 | 9:00 to 10:30 am ET
Intro to R Part 2 of 2
In this second session of R we cover data frames and lists. We practice coding in R in a vectorized style.

Friday, February 16 | 9:00 to 10:30 am ET
Shiny in R
Shiny is the simplest and most efficient way to build a website to display your work and data. Shiny can be combined with ggplot and dplyr.

Friday, February 23 | 9:00 to 10:30 am ET
ggplot in R
This week we cover ggplot, the grammar of graphics. ggplot is complicated at first but the payoff is worth the effort. ggplot can be combined with other tools to create interactive visualizations.

Friday, March 1 | 9:00 to 10:30 am ET
dplyr in R
This week we cover dplyr, the grammar of data. Dplyr is complicated at first but the payoff is worth the effort. dplyr allows for easy manipulation of data and easy to read code. It can be combined with ggplot.

Friday, March 8 | 9:00 to 10:30 am ET
Statistics in R
We see how R is built to facilitate statistical work. We explore built in random number generation and we practice manually constructing distributions and comparing them to the built-in versions. We briefly explore multivariate simulation.

Friday, March 22 | 9:00 to 10:30 am ET
Python 1 of 3
Python is the most popular language in finance. It has all the power of low level languages and the elegance of high level languages. In this first session, we cover some of the basic data types in Python, lists and dictionaries. We practice by coding up a bond pricing function.

Friday, March 29 | 9:00 to 10:30 am ET
Python 2 of 3
In our second session of Python, we cover more data types: tuples and sets, and we introduce Numpy and Pandas. We practice by coding up a bond pricing function using Numpy.

Friday, April 5 | 9:00 to 10:30 am ET
Python 3 of 3
In our last session of Python we explore Object Oriented Programming. We get a feel for how Python is built with objects. We practice by building objects that represent bonds.

Friday, April 12 | 9:00 to 10:30 am ET
GitHub
This week we introduce GitHub. git is the most popular tool for software version control. That might not sound exciting; but, this tool enables teams to build code together and it has become the world’s repository for code. So, if you want to find code in order to accomplish a task, it’s on GitHub.

Friday, April 19 | 9:00 to 10:30 am ET
SQL
SQL is the language we use to store and retrieve our data from databases. It is an essential tool that drives our businesses, research, websites, and everything else. We will install SQLite and practice on a sample database.