daifengqi / ASP

PHBS Applied Stochastic Processes Course Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applied Stochastic Processes 2020-21 Module 3 (Spring 2021)

Announcements

  • Email is the preferred method of communication. Class mailing list will be created as PHBS.ASP@allmail.net.

Course Slides and Other Resources

Lectures

No Date Contents
01 9.03 Tue Course overview, Scientific computing, MC method, RN generation (Slides | Py demo)
02 3.12 Fri Continued (Slides | Py demo)
03 3.16 Tue Python crash course (Py Demo). More cheatsheets also available in MLF CMS.
04 3.19 Fri Numpy crach course (Py Demo). Black-Scholes implementation (Py Demo). Implied volatility (Slides | Py demo).
05 3.23 Tue Bachelier model (Slides). Black-Scholes-Merton and Bachelier option pricing with MC (Py Demo). Spread/Basket options (Slides). Correlated Normal RNs (Slides | Py Demo)
06 3.26 Fri Spread/Basket options continued, [HW2: Spread/Basket option implementation, Due next Friday]
07 3.30 Tue SABR model (Slides: Volatility smile), Suggested project topics
08 4.02 Fri SABR model continued (Slides: Local volatility model, Model intro), Introduction to PyFENG package
09 4.06 Tue SABR model continued (Slides: Euler/Milstein method, Conditional MC), Github pull-request (PR), Py Demo (SABR, BsmNdMc), HW3: MC method for SABR
10 4.09 Fri Python Import (Py Demo), SV Model Simulation for Project (Slides)
11 4.13 Tue SV Model Simulation for Project (Slides), Past Exams Review
12 4.16 Fri Past Exams Review
13 4.20 Tue Midterm Exam (Solution)
14 4.23 Fri Copula (Slides, Py demo)
15 4.27 Tue Copula (Slides, Py demo)
16 4.28 Wed Research Presentation: (Sum of BSM models) and HW3 review
17 5.04 Tue Course project presentation
18 5.07 Fri Course project presentation

Homeworks:

  • Set 0: (Due by 3.12 Fri)

    • Register on Github.com and send your ID and student number to Prof. Choi via email (jaehyuk@phbs.pku.edu.cn). Use your full name in your profile. Accept invitation to the PHBS organization from TA. Install Github Desktop.
    • Install Anaconda Python distribution (3.X version, not 2.X version). Anaconda distribution is core Python + useful scientific computation libraries (e.g., numpy, scipy, pandas) + package management system (pip or conda)
    • Send the screenshot of Github desktop and Anaconda installed to TA. (Example: Github Desktop, Anaconda Spyder)
  • Set 1 [Due by XXX] Simple corporate (default) bond pricing by MC simulation. Starter Code

  • Set 2 [Due by XXX] Pricing basket and spread option using MC. Starter Code

  • Set 3 [Due by XXX] Simulating SABR model. Starter Code

Course Project: Project Description (Previous year: 2017 | 2018 | 2019)

Classes:

  • Lectures: Tues & Fri 1:30 – 3:20 PM
  • Venue: PHBS Building, Room 417

Instructor: Jaehyuk Choi

  • Office: PHBS Building, Room 755
  • Phone: 86-755-2603-0568
  • Email: jaehyuk@phbs.pku.edu.cn
  • Office Hour: Tuesday 9-10 PM, Friday 3:30-4:30 PM

Teaching Assistance: TBA

Course overview:

Applied Stochastic Processes (ASP) is intended for the students who are seeking advanced knowledge in stochastic calculus and are eventually interested in the jobs in financial engineering. As the name indicates, the course will emphasis on applications such as numerical calculation and programming. On completion of this course, the students will learn how financial observations (e.g. stock prices and FX rate) are modelled with stochastic processes and how they can be computed using analytics or computer simulations.

Prerequisites:

Stochastic Finance (FIN 519), a year 1 required course for quantitative finance program, is a prerequisite for the ASP since it provides theoretical background. Undergraduate-level knowledge in probability, statistics, linear algebra and programming skill (Python) are also highly recommended.

Extra Reading Materials

Assessment/Grading Details

Attendance 20%, Mid-term Exam 30%, Assignments 20%, Course Project 30%

  • Midterm exam: 10.22 Tues. Open-book exam without computer/phone/calculator use. No final exam.
  • Course project: Presentation (Last week). Group up to X people.
  • Attendance: Randomly checked. The score is calculated as 20 – 2x(#of absence). Leave request should be made 24 hours before with supporting documents, except for emergency. Job interview/internship cannot be a valid reason for leave
  • Grade in letters (e.g., A+, A-, ... ,D+, D, F). A- or above < 30% and B- or below > 10%.

About

PHBS Applied Stochastic Processes Course Website

License:MIT License


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%