1
vote
1answer
178 views

Calculate historical (ATM) option prices with public data

I just saw the question How to calculate the most realistic historical option prices with additional publicly available parameters and I am interested in the step before that. How can I calculate ...
8
votes
3answers
428 views

Implementing a Fast Fourier Transform for Option Pricing

So, I'm in need of some tips regarding a small project I'm doing. My goal is an implementation of a Fast Fourier Transform algorithm (FFT) which can be applied to the pricing of options. First ...
3
votes
1answer
182 views

Eurodollar Options Stike Price > 100 bps

Looking at Eurodollar IR options market data coming down from CME, I can see a whole host of options where the strike is > 100 bps. My understanding in this case is that puts will always be in the ...
7
votes
1answer
120 views

How to handle coupon payments when pricing a bond with an embedded option?

I'm using a binomial tree to price a bond that has an embedded call or put option. On every node that has a coupon payment, do you include the coupon payment then max/min out the value, or do you ...
8
votes
1answer
831 views

Is QuantLib more trouble than it's worth?

I'm just starting to work with QuantLib and wonder if I'm going down a very wrong path. I'm working on a site that presents the visitor with a table of streamed real-time options data, including ...