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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Financial Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2020년 9월 16일

답변:

2020년 10월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by