К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Computational Methods in Pricing and Model Calibration · LearnSpace
Назад в каталог
courseraБизнес

Computational Methods in Pricing and Model Calibration

Курс от Columbia University
Средний≈ 24.6 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course focuses on computational methods in option and interest rate, product’s pricing and model calibration. The first module will introduce different types of options in the market, followed by an in-depth discussion into numerical techniques helpful in pricing them, e.g. Fourier Transform (FT) and Fast Fourier Transform (FFT) methods. We will explain models like Black-Merton-Scholes (BMS), Heston, Variance Gamma (VG), which are central to understanding stock price evolution, through case studies and Python codes. The second module introduces concepts like bid-ask prices, implied volatility, and option surfaces, followed by a demonstration of model calibration for fitting market option prices using optimization routines like brute-force search, Nelder-Mead algorithm, and BFGS algorithm. The third module introduces interest rates and the financial products built around these instruments. We will bring in fundamental concepts like forward rates, spot rates, swap rates, and the term structure of interest rates, extending it further for creating, calibrating, and analyzing LIBOR and swap curves. We will also demonstrate the pricing of bonds, swaps, and other interest rate products through Python codes. The final module focuses on real-world model calibration techniques used by practitioners to estimate interest rate processes and derive prices of different financial products. We will illustrate several regression techniques used for interest rate model calibration and end the module by covering the Vasicek and CIR model for pricing fixed income instruments.

Навыки, которые вы освоите

Model OptimizationNumerical AnalysisRegression AnalysisFinancial ModelingPython ProgrammingEquitiesSecurities (Finance)Financial MarketMarket DataDerivativesCase StudiesAlgorithmsMathematical ModelingStatistical Methods

Программа курса

5 модулей · 71 учебных материалов

01Course Overview4 материалов

Course Overview

Course OverviewЧтениеAbout UsЧтениеAcademic Honesty Policy ЧтениеSecurity Notice: Instructor Impersonation and Phishing ScamЧтение
02Option Pricing and Numerical Approach24 материалов

Учитесь у экспертов

Garud Iyengar

Tang Family Professor

Ali Hirsa

Professor of Professional Practice

Martin Haugh

Associate Professor of Practice

Computational Methods in Pricing and Model Calibration
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 24.6 ч

5 модулей

Язык: Английский

Субтитры: Арабский, Французский, Бенгальский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Пушту, Урду, Русский, Тайский, Индонезийский, Шведский, Турецкий, Азербайджанский, Испанский, Дари, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета

Option Pricing

Lesson SupplementЧтение
Python Code Files Чтение
2.1a Introduction to Options: Calls, Puts, and a Speculator ExampleВидео
2.1b Introduction to Options: a Hedger ExampleВидео
2.2 Terms of Option Pricing and Pictorial ExplanationВидео
2.3a Option Pricing via Numerical IntegrationВидео
2.3b The lognormal caseВидео
2.3c Python CodeВидео
2.4a Fourier Transform, Inverse Fourier Transform, and Characteristic FunctionВидео
2.4b Call Price via the Inverse Fourier TransformВидео
2.5 Numerical Evaluation of the IntegralВидео
2.6a Pricing Several Options Using FFTВидео
2.6b Implementation of FFTВидео
2.6c Python Code: Sanity Check for FFTВидео
2.6d Python Code: Comparing Running Times with FFTВидео
2.7a Case studies: Recap and Choice of ParametersВидео
2.7b Case studies: BMS, Heston, and VGВидео
2.7c Case studies: Findings and ObservationsВидео
2.7d Case Studies: Python CodeВидео

Review

Option Pricing QuizЗадание

Assignment

Option Pricing Assignment Part IVЗаданиеOption Pricing Python NotebookЛабораторнаяOption Pricing Assignment Part IV SolutionЧтениеOption Pricing Assignment (ungraded)Задание
03Model Calibration16 материалов

Lectures

Lesson SupplementЧтениеPython Code Files Чтение3.1 Bid and Ask Prices and the Option SurfaceВидео3.2 Calibration and Implied VolatilityВидео3.3 Objective Functions and the "Calibration Recipe"Видео3.4a Finding a Good Initial Parameter SetВидео3.4b Python CodeВидео3.5a Optimization Routines: Brute-force SearchВидео3.5b Python CodeВидео3.6a Optimization Routines: the Nelder-Mead AlgorithmВидео3.6b Python codeВидео3.7a Optimization Routines: the BFGS AlgorithmВидео3.7b Python CodeВидео

Review

Model Calibration QuizЗадание

Assignment

Model Calibration AssignmentЗаданиеModel Calibration Assignment Лабораторная
04Interest Rates and Interest Rate Instruments Part I14 материалов

Interest Rate Instruments Part I

Lesson SupplementЧтениеPython Code Files Чтение4.1a Zero-Coupon BondВидео4.1b Forward Contracts and Simple Forward RateВидео4.1c Spot Rate and Instantaneous Spot RateВидео4.1d Python CodeВидео4.2a Swap RatesВидео4.2b Swap Rates CalculationВидео4.3a LIBOR Curves and Cross-CorrelationВидео4.3b Swap Curves and Cross-CorrelationВидео4.3c Python CodeВидео

Review

Interest Rate Instruments IЗадание

Assignment

Interest Rate Instruments Assignment Part IIIЗаданиеInterest Rate Instruments Notebook 1Лабораторная
05Interest Rates and Interest Rate Instruments Part II13 материалов

Interest Rate Instruments Part II

Lesson SupplementЧтениеPython Code Files Чтение5.1a Regression Using Least SquaresВидео5.1b Python CodeВидео5.2 Regression using Nelder-MeadВидео5.3 Regression using Gradient DescentВидео5.3b Python CodeВидео5.4 Vasicek Model and CalibrationВидео5.5a CIR Model and CalibrationВидео5.5b Python CodeВидео

Review

Interest Rate Instruments IIЗадание

Assignment

Interest Rate Instruments Assignment Part IVЗаданиеInterest Rate Instruments Notebook 2Лабораторная