Black-Scholes values of options.

Value of options on each period of time by using Black-Scholes
83 Downloads
Updated 3 Jan 2016

View License

• Calculates the values of options and d’s for every day or time by using Black-Scholes.
• Dependent on BSMfaiq.m function and .txt file.
• Syntax:
[opttab,dtab]=BSMmultifaiq(txtfilename)
• The .txt file contains n-by-6 matrix table where n is total number of day or time and values of 6-columns sorted in sequence of:
- Number, date or time
- Underlying asset price
- Exercise price of options
- Riskless rate of return
- Time to maturity in years
- Volatility of underlying asset
• Output variables:
opttab - table of call and put option prices on each day
dtab - table of d1 and d2 values on each day.

Cite As

Faiq Izzuddin Kamarudin (2024). Black-Scholes values of options. (https://www.mathworks.com/matlabcentral/fileexchange/54727-black-scholes-values-of-options), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Financial Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

-