Matlab code for black-scholes

2 ビュー (過去 30 日間)
ghalya alkindi
ghalya alkindi 2020 年 9 月 16 日
回答済み: Rohit Pappu 2020 年 10 月 30 日
I wrote this code but I think it's incorrect. If any one have an idea
S = 1.6; % spot exchange rate
X = 1.6; % strike
T = .3333;
r_d = .08; % USD interest rate
r_f = .11; % GBP interest rate
sigma = .2;
Price = blsprice(S,X,r_d,T,sigma,r_f)

回答 (1 件)

Rohit Pappu
Rohit Pappu 2020 年 10 月 30 日
For computing price of European Call Option using Binomial model, the appropriate technique would be to use Cox-Ross-Rubinstein model .
Pricing European Call Options Using Different Equity Models compares the various models extensively and can help in choosing the appropriate model for the above question.

カテゴリ

Help Center および File ExchangeFinancial Toolbox についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by