Please see https://physics.bme.hu/BMETE15MF78_kov?language=en
-
Business goals usually combine many factors: responsible behavior, application of best industry practices in the interest of the client, product flexibility and stability, continuity of business, risk management, continuous development, speed, profit, and many others.
-
Accordingly, Financial Engineering is a composition of several areas:
- Finance: Markets, Products
- Math: Modeling, Data analysis
- Coding: Software implementation and testing
-
Similarly to other fields, finance also has its own extensive technical language. Examples: spread, fixing, leg.
Show by examples how Finance, Math and Coding are connected.
-
New material is presented. You must guide the lecturer with your questions.
-
Problems are solved together.
-
Download the files from this github repository to your computer
- either download all files in a single zip package or git clone the repo
-
Install anaconda on your computer
- please see https://www.anaconda.com/products/individual
-
Open an anaconda prompt on your computer and install the conda environment
- 3.1 change into the directory where you downloaded (or git cloned) the files of this repo
- 3.2 execute this command:
conda env create -f fin_course_env.yml
-
Activate the installed conda environment with
conda activate fin_course_env
-
At the anaconda prompt set up extensions:
- set up nbextensions:
jupyter contrib nbextension install --user
- set up the rise extension:
- install with
jupyter-nbextension install rise --py --sys-prefix
- initialize with
jupyter nbextension enable rise --py --sys-prefix
- install with
- set up nbextensions:
-
Start using the notebooks in your default browser:
- type
jupyter notebook
at your anaconda prompt
- type
-
On the main page of jupyter notebook open the Nbextensions panel
- 7.1. enable configurations by unchecking the
disable
box, if it is checked - 7.2. turn on the nbextension
Table of Contents
- 7.1. enable configurations by unchecking the
-
Several notebooks will ask you to download free data that they process.
- 8.1. Please create your local subfolder called
data
within the folder that contains this README file. - 8.2. Download the requested files to this local subfolder.
- 8.1. Please create your local subfolder called
-
Courses:
- 1.1 Arzu Ozoguz: Global Financial Markets and Instruments
https://www.coursera.org/learn/global-financial-markets-instruments - 1.2 Damir Filipovic: Interest Rate Models
https://www.coursera.org/learn/interest-rate-models - 1.3 Martin Haugh and Garud Iyengar: Financial Engineering and Risk Management Part I, also Part II
https://www.coursera.org/learn/financial-engineering-1
- 1.1 Arzu Ozoguz: Global Financial Markets and Instruments
-
Investopedia - Descriptions / Summaries / Short videos
Example: https://www.investopedia.com/terms/f/fixedincome.asp , see also menu on the left
Warning: avoid all ads -
Emanuel Derman and Paul Wilmott: The Financial Modelers' Manifesto
-
Alex Kuznetsov: The Complete Guide to Capital Markets for Quantitative Professionals
I thank all those who found the time to teach me.