Skip to main content

Questions tagged [options]

A contract that gives the owner the right, but not the obligation, to buy or sell a security at a fixed price in the future.

Filter by
Sorted by
Tagged with
1 vote
0 answers
73 views

What are the common ways of modelling slippage (bid/ask spreads + market impact) of vanilla options? E.g. in linear instruments it is common to model the costs as a term proportional to bid/ask spread ...
Alex's user avatar
  • 386
0 votes
1 answer
102 views

The pricing software I use requires the specification of a z-spread for the valuation of a single callable bond. According to many sources, however, the Z-spread is determined based on the bond price, ...
Practitioner's user avatar
0 votes
1 answer
53 views

I have been practicing using R code for my Quant course and I came across an issue when testing the convergence of numerical methods for lookback options to the analytical solutions provided by Hull ...
Andrew Richardson's user avatar
0 votes
0 answers
29 views

I am trying to understand intuitively how to price the following: Suppose I have a call option today that is worth fair value $V_0$. At any time, you can sell the option at $V_o$, in part or in whole. ...
Anthony Peter's user avatar
1 vote
0 answers
235 views

I am trying to write a function that uses Quantlib to price 0DTE options. The use-case isn't real-world trading or pricing, it's a tool for myself to roughly model option-price dynamics relative to ...
rz_'s user avatar
  • 11
0 votes
0 answers
63 views

Trying to price compo options on commodity forwards and wondering how vega should be represented. The vol used to price is the "composite vol", which is: $$\sigma_Y = \sqrt{\sigma_{udl}^2 + \...
Diego del Castillo's user avatar
2 votes
1 answer
234 views

I'm trying to replicate the Figure 5.1 at pag 96 of Volatility Smile by Derman & Miller where they show that the (cumulative discounted) P&Ls of a hedged portfolio, where the call is evaluated ...
Enrico's user avatar
  • 455
3 votes
0 answers
65 views

Are mid curve options traded on 1M SOFR futures as they are for 3M?
Colin Turfus's user avatar
0 votes
0 answers
84 views

I have implemented a SABR(Stochastic Alpha, Beta, Rho) model. I am in the process of calibrating Alpha, Beta, Rho values as per market prices Can someone suggest where can I get the actual market data ...
dijoney J's user avatar
1 vote
2 answers
176 views

I am referring below article from Bloomberg. https://www.bloomberg.com/news/articles/2025-08-01/goldman-told-clients-to-go-long-copper-a-day-before-price-plunge One particular thing that caught my ...
Bogaso's user avatar
  • 928
1 vote
1 answer
160 views

I saw this interesting argument that you can use the value of a put spread to find the approximate market implied probability of underlying finishing below the mid point of the two strikes, assuming ...
JosephDing's user avatar
1 vote
0 answers
116 views

In the book The Volatility Smile by Derman & Miller, at pag. 262, is given this approximation of the implied volatility in terms of local ones: $$ \Sigma(S,K) \approx \frac{1}{K-S}\int_S^K\sigma(S'...
Enrico's user avatar
  • 455
4 votes
1 answer
196 views

In The Volatility Smile book by Derman & Miller at pag. 113, I don't understand the statistical uncertainty in the measurements of volatility and how to interpret the notation. The authors state ...
Enrico's user avatar
  • 455
0 votes
0 answers
132 views

I am working through the paper "FX volatility smile construction" by Wystup and Reiswich (2010). I am trying to replicate the results they obtained with the model they define in the paper. ...
PurpleParrot's user avatar
2 votes
0 answers
51 views

It's possible to calculate European Put Premiums from historical data (see plot below) as: $$P_{eu}(K|Q_{vol}) = E[(K/S_T-S_T/S_0)^+|Q_{vol}]$$ It's not possible to estimate Americal Premium same way. ...
Alex Craft's user avatar
0 votes
0 answers
70 views

I'm struggling to find the value of this structured bond, especially understanding how to construct this payoff with options. My idea was to sum Zero coupon + Coupon Bond + Short put. But doesn't make ...
Marco Di Luca's user avatar
1 vote
0 answers
89 views

Goal - smooth surface to interpolate option premiums, over sparse and noisy market data. OTM puts and calls only, ITM ignored. It's possible to approximate it indirectly, by choosing underlying ...
Alex Craft's user avatar
0 votes
0 answers
68 views

I am trying to implement a standard stretched Brownian motion 1,2in Python. This requires finding a fixed point of the equation $\mathcal{A}:CDF \to CDF$, $\mathcal{A}F = F_\mu \circ(\phi*(Q_\nu \circ(...
Timo R.'s user avatar
0 votes
0 answers
122 views

The premium of the European Option C(K) is the center mass of the density beyond the K (center mass - if you shift x axis, so 0 will be in K). Is there a similar way to express visually or physically -...
Alex Craft's user avatar
4 votes
1 answer
239 views

Based on this answer: Question: When the implied volatility surface remains identical over two consecutive days, my current Vega P&L calculation yields zero. However, market movements cause ...
gjy's user avatar
  • 63
2 votes
1 answer
246 views

I've heard often that unhedged option PnLs have path dependency, but when you delta-hedge options, that removes the path dependency. I've seen the formulation that for a delta-hedged PnL, under ...
APerson's user avatar
  • 73
0 votes
0 answers
71 views

With real probabilities, to price call option $C(K)$ we need to know $[K,\infty)$ part of the distribution. Which is hard for OTM calls with $K > 1.5$ as the probability estimation errors grow ...
Alex Craft's user avatar
0 votes
0 answers
36 views

As the title says, about a week ago sto 6/20 TSLA.CALL 390 sto 6/20 TSLA.PUT 300 I know that 30dte options are less sensitive to gamma and it's easy to achieve delta neutrality Lately, TSLA has been ...
Nemo's user avatar
  • 1
2 votes
1 answer
235 views

I'm currently writing a bachelor's thesis on GPU accelerated option pricing algorithms. As a CS major I'm not knowledgeable on the higher level math, but I have tried learning the basics of option ...
QuantQuontQuint's user avatar
0 votes
0 answers
75 views

CME describes two styles of determining variation margin on exchange-traded options: equity-style and futures-style, and indicates that the margining style affects the value of a contract. https://www....
Andrew Kirk's user avatar

1
2 3 4 5
53