Questions about models for the valuation of option contracts.
2
votes
1answer
41 views
Are there any good benchmarks for performance of vanilla option pricing code?
I've seen parsec (http://parsec.cs.princeton.edu/index.htm), which has a PDE pricing component, but the distribution is enormous and I haven't bothered to try to download it for review. I'm ...
4
votes
5answers
546 views
Call vs. Put Option
I have two interrelated questions that have been bothering me for some time. I have read all the stuff online and it still doesn't make sense to me:
Let us assume:
0% interest rate (both hedge ...
4
votes
1answer
158 views
Longstaff-Schwartz (Least Squares Monte Carlo) applied to American Options
I'm working on an implementation in R of Longstaff & Schwartz method from the this 2001 article. I've managed to build code that replicates their prices in table 1 (p. 127), but only for the ones ...
0
votes
0answers
47 views
earnings reports and option pricing
Let's assume that company XYZ reports earnings in a 0% interest rate environment and the option expires shortly after earnings. And there is a 50% chance the earnings are good (an upmove) and 50% bad ...
3
votes
2answers
205 views
How do you know if if an option is priced correctly?
Besides obvious extreme examples (ie volatility going to infinity, infinite time, zero time, or zero volatility, deep OTM/ITM ) how does one gauge if an option is 'correct' or at least in the ...
3
votes
1answer
123 views
Foward-start option pricing
Consider a probability filtred space $(\Omega, \mathcal F, \mathbb F, \mathbb P)$, where $\mathbb F = (\mathcal F_t)_{0\leq t\leq T}$ satisfing the habitual conditions and is generated by $1 d $- ...
1
vote
1answer
104 views
Testing Black Scholes Analytical Options Pricer
I've written some code to calculate European option prices using the Black-Scholes analytical method. Can somebody recommend a good way to test that code? I have looked at option pricers online like ...
4
votes
2answers
147 views
Is drift rate the same as interest rate in risk-neutral random walk when using Monte Carlo for option pricing?
When using following risk-neutral random walk
$$\delta S = rS \delta t + \sigma S \sqrt{\delta t} \phi$$
where $\phi \sim N(0,1)$.
Now when a text mentions drift = 5% does that mean that interest ...
1
vote
1answer
89 views
Good Model Calibration Books/Papers for Common Option Pricing Models
I am trying to find a good book which focuses on the model calibration. I just want to know generally, what are the most common methods of model calibration(such as Black-Scholes Model, Stochastic ...
4
votes
1answer
266 views
Taylor series expansion (Volatility Trading book) explanation sought
I am currently reading Volatility Trading, I have only just started, but I am trying to understand a "derivation from first principles" of the BSM pricing model.
I understand how the value of a long ...
0
votes
1answer
85 views
Reference on SDE driven by jump processes
Are there reference on SDE driven by jump proccesses? e.g. Shepard-Nielson Model
2
votes
1answer
105 views
American Option price formula assuming a logLaplace distribution?
What are $d_1$ and $d_2$ for Laplace? may be running before walking.
When I tried to use the equations provided, the pricing became extremely lopsided, with the calls being routinely double puts. ...
6
votes
1answer
172 views
Upper bound concerning Snell envelope
Consider a non-negative continuous process $X = \left (X_t \right)_ {t\geq 0}$ satisfying $ \mathbb E \left \{ \bar X \right\}< \infty $ (where $ \bar X =\sup _{0\leq t \leq T} X_t $) and its ...
2
votes
1answer
98 views
Multiple Discrete Dividends
Using the recombining tree model as described in Haug's Option Pricing Forumla one can factor in multiple future discrete dividends when calculating the option value and greeks.
What's unclear is ...
5
votes
1answer
144 views
How to derive the formula of a European Libor call option in a Libor Market Model?
I am struggling with the following two mathematical statements. The first is from the book "Term-structure Models: A Graduate Course - Damir Filipović" Suppose we have a deterministic function ...
0
votes
1answer
120 views
Numerical difficulties in fitting option prices
In [1], the authors state that "Although some studies apply the curve-fitting method directly to option prices, the severely nonlinear relationship between option price and strike price often leads to ...
2
votes
2answers
311 views
How to calculate Vomma of Black Scholes model
This source (PDF) gives the closed-form for vomma (or volga, i.e. the second derivative of price w.r.t. volatility) of the Black Scholes option pricing model as:
...
3
votes
1answer
148 views
Choice of epsilon for numerical calculation of vega in binomial option pricing model
I have a binomial option-pricing model (I don't think the details of how its implemented are relevant). However, when I go to calculate vega, I am essentially running the model a second time with new ...
12
votes
2answers
556 views
How do we use option price models (like Black-Scholes Model) to make money in practice?
In quantitative finance, we know we have a lot of option price models such as geometric Brownian motion model (Black-Scholes models), stochastic volatility model (Heston), jump diffusion models and so ...
0
votes
1answer
231 views
Which prediction market model is efficient and simple to use?
For a college project I'm tasked with implementing prediction market. Which model of it I'd better choose?
I want something useful and simple enough for other people to quickly understand and use. ...
2
votes
1answer
178 views
what is the implied volatility on a basket of options
If I have 4 optionable stocks A,B,C,D and each different implied volatilies,IV-A,IV-B,IV-C,IV-D. How do get the implied volatility for a basket option on A,B,C,D where the basket weights are w-A=.6, ...
3
votes
2answers
335 views
price of a “Cash-or-nothing binary call option”
I'm stuck with one homework problem here:
Assume there is a geometric Brownian motion \begin{equation} dS_t=\mu S_t dt + \sigma S_t dW_t \end{equation} Assume the stock pays
dividend, with the ...
5
votes
0answers
100 views
Replicating portfolio and risk-neutral pricing for interest rate options
For equity options, the pricing of options depends on the existence of a replicating portfolio, so you can price the option as the constituents of that replicating portfolio. However, I am not seeing ...
4
votes
2answers
335 views
Basket option pricing: step by step tutorial for beginners
I would like to learn how to price options written on basket of several underlyings.
I've never tried to do it and I would appreciate if you can provide some documents, papers, web sites and so on in ...
1
vote
0answers
82 views
Pricing a Power Contract derivative security
I'm trying to price a "power contract" and would appreciate guidance on the next step. The payoff at time $T$ is $(S(T)/K)^\alpha$, where $K > 0$, $\alpha \in \mathbb{N}$, $T > 0$. $S$ is ...
2
votes
0answers
77 views
Probability Density of Returns of Bonus Certificates
Could anyone please help me with the following?
I need to generate a histogram (resp. probability density) of returns of a bonus-certificate.
A bonus-certificate can be replicated by an underlying ...
6
votes
2answers
343 views
How to transform process to risk-neutral measure for Monte Carlo option pricing?
I am trying to price an option using the Monte Carlo method, and I have the price process simulations as an inputs. The underlying is a forward contract, so at all times the mean of the simulations is ...
0
votes
1answer
145 views
Question on OptionMetrics: “Strike Price times 1000” differs too much from Index price
I have a question regarding the strike price that is given on OptionMetrics. My goal is to primarily retrieve options prices of a specific maturity with strike prices that are 20% in-the-money, ...
2
votes
0answers
262 views
Can the Heston model be shown to reduce to the original Black Scholes model if appropriate parameters are chosen?
Summary
For Heston model parameters that render the variance process constant, the solution should revert to plain Black-Scholes. Closed from solutions to the Heston model don't seem to do this, even ...
3
votes
1answer
172 views
Sufficient conditions for no static arbitrage
In Carr and Madan (2005), the authors give sufficient conditions for a set of call prices to arise as integrals of a risk-neutral probability distribution (See Breeden and Litzenberger (1978)), and ...
0
votes
1answer
166 views
Exotic option pricing
I'm trying to price an option with payoff $\max\{a\cdot S_t - K,0\}$ where $a$ is a known constant. Ideally I'm looking for a closed form, continuous-time solution. Where should I begin?
3
votes
1answer
289 views
Interpreting QuantLlib implied volatility numbers
I am using QuantLib to calculate implied volatilities.
I am trying to understand the calculated figures (especially, when compared to historical volatility). The calculated implied volatility numbers ...
2
votes
0answers
130 views
Pricing with collateral
I have been confused about many things concerning the princing of securities with collateral.
We can prove that today's price of a security( fully collateralized and within the same currency) is the ...
2
votes
0answers
64 views
Any thoughts on how Warren Buffet's B of A warrants might be “marked-to-market” by either counterparty?
It's not too long since Berkshire Hathaway got its 10-year warrants in Bank of America alongside its \$5 billion purchase of preferred stock. At the time I saw some discussion about the value of ...
14
votes
3answers
614 views
When do Finite Element method provide considerable advantage over Finite Differences for option pricing?
I'm looking for concrete examples where a Finite Element method (FEM) provides a considerable advantages (e.g. in convergence rate, accuracy, stability, etc.) over the Finite Difference method (FDM) ...
2
votes
0answers
90 views
How to find the upper bound of a digital option given some market data?
Given the price of a call equals to 5 with Strike 100, please find the upper bound (sup) of the digital option with strike 105.
I am not sure about the solution, but I write the condition like this,
...
5
votes
2answers
598 views
How does one go from measure P to Q(risk-neutral) when modeling an asset paying dividends?
I am really having a terrible time applying Girsanov's theorem to go from the real-world measure $P$ to the risk-neutral measure $Q$. I want to determine the payoff of a derivative based an asset ...
4
votes
1answer
215 views
Reference on Electronic volatility trading [duplicate]
Possible Duplicate:
Looking for a recommendation for a real life volatily trading book.
I recently came in contact with a quant desk that traded volatility. The discussion only highlited my ...
4
votes
4answers
1k views
How to get greeks using Monte-Carlo for arbitrary option?
Let's assume I have an arbitrary option that I can price using Monte-Carlo simulation. What is the general approach (i.e. without relying on specific option type) to calculating the greeks in this ...
3
votes
2answers
127 views
What mathematical characteristics are required from the asset price process in order to stay within the RNP framework?
I'm currently doing a course in derivatives pricing and I'm having some trouble wrapping my head around the sweet spot where theory meets reality in terms of Risk Neutral Pricing.
I know that the ...
3
votes
4answers
551 views
Ways of treating time in the BS formula
The Black-scholes formula typically has time as $\sqrt{T-t}$ or some such. My questions:
What is the granularity of this? If we treat $t$ as the number of days, then logically on the day of expiry, ...
5
votes
2answers
290 views
A few questions about signs of the Greek letters
Rho is the partial derivative of the value of call option, $C$, w.r.t the riskfree interest rate $r$: $$\rho \equiv \frac{\partial C}{\partial r}$$
In the standard B-S formula this term is positive, ...
3
votes
1answer
128 views
Parameter estimation using martingale measures - include real world data?
Please note: I posted this in nuclearphynance first, but didn't get any replies.
For desks which sell exotics it is common practice (as far as I know it) to calibrate the model (Stochastic ...
4
votes
2answers
205 views
How to think about pricing this weather call option
So as opposed to the normal structure using a reference temperature and HDD/CDD, I'm looking at pricing a call option with a structure similar to the following:
Daily option on maximum daily ...
4
votes
3answers
302 views
Is it possible to demonstrate that one pricing model is better than another?
Take the classic GBM (geometric Brownian motion) model for equities as an example:
ds = mu * S * dt + sigma * S * dW.
It is the basis for the classic ...
4
votes
0answers
280 views
ATM volatility versus OTM volatility and directional standard deviation
The forward instrument vol curve is skewed to the downside (50 delta risk reversal, 25 put, 25 call) were trading several ticks to the put).
Is there a smaller standard deviation (in price terms) to ...
6
votes
2answers
1k views
What causes the call and put volatility surface to differ?
I currently have a local volatility model that uses the standard Black Scholes assumptions.
When calculating the volatility surface, what causes the difference between the call volatility surface, ...
6
votes
1answer
129 views
Should we apply practical constraints on the distribution of monte carlo paths?
to limit interest rate paths to a 'reasonable' range (if we could define reasonable). Now we calibrate log-normal skew and mean reversion monthly to robust basket of atm swaptions and in and out ...
6
votes
1answer
420 views
How to 'calibrate' simple pricing models for equity index options and equity options?
I am interested in doing some research on plain vanilla equity options and equity index options. I have historical data for these options. I also happen to have market maker 'fair price' (bid and ask) ...
6
votes
4answers
1k views
How does an option's time value depend on moneyness?
How does an option's time value (also known as extrinsic or instrumental value) depend on how far it is in the money or out of the money? In other words, how does the time value change as the ...