optstocksensbybls
Determine option prices or sensitivities using Black-Scholes option pricing model
Syntax
Description
PriceSens = optstocksensbybls(RateSpec,StockSpec,Settle,Maturity,OptSpec,Strike)
Note
When using StockSpec with optstocksensbybls,
            you can modify StockSpec to handle other types of underliers when
            pricing instruments that use the Black-Scholes model. 
 When pricing Futures (Black model), enter the following in
              StockSpec:
            
DivType = 'Continuous'; DivAmount = RateSpec.Rates;
When pricing Foreign Currencies (Garman-Kohlhagen model), enter the following in
              StockSpec: 
DivType = 'Continuous'; DivAmount = ForeignRate;
where ForeignRate is the continuously compounded, annualized risk
            free interest rate in the foreign country.
Alternatively, you can use the Vanilla object to calculate
        price or sensitivities for vanilla options. For more information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
PriceSens = optstocksensbybls(___,Name,Value)OutSpec.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2008bSee Also
impvbybls | intenvset | optstockbybls | stockspec | Vanilla