Serving the Quantitative Finance Community

Search found 12 matches

by quosh
April 3rd, 2008, 10:06 pm
Forum: Numerical Methods Forum
Topic: Curran Approximation (during fixing period) - Haug (2007) Implementation
Replies: 5
Views: 60476

Curran Approximation (during fixing period) - Haug (2007) Implementation

<t>Thanks - great explanation, I'll give it a bash.It's still an open question as to whether there is a problem with the code in Haug - as far as I can tell it tries to handle ARO's in the fixing period also. Maybe if the Collector is lurking he can confirm or deny?If I come up with anything I'll ke...
by quosh
April 3rd, 2008, 6:07 am
Forum: Numerical Methods Forum
Topic: Curran Approximation (during fixing period) - Haug (2007) Implementation
Replies: 5
Views: 60476

Curran Approximation (during fixing period) - Haug (2007) Implementation

<t>Hi,I'm having trouble understanding (or getting to work) Haug's implementation of the Curran approximation of Asian ARO options. (pp197-199, Option Pricing Formulas, 2007).Specifically, what parameters should you pass when you have passed a fixing period (m > 0) ? Continuing Haug's table 4-27 exa...
by quosh
March 31st, 2008, 2:40 am
Forum: Technical Forum
Topic: Greeks of Asian pricing models
Replies: 0
Views: 56813

Greeks of Asian pricing models

<t>Does anyone know of a thorough investigation into the Greeks of the different Asian ARO pricing models?I've done a quick search of papers and forums and everything is price focused. I guess I'm looking for hedging with vanilla options and underlying, which model produces best hedge ratios.If noth...
by quosh
March 19th, 2008, 11:07 pm
Forum: Technical Forum
Topic: time-dependent parameters trees
Replies: 1
Views: 57351

time-dependent parameters trees

<r>Yes - although I haven't seen a formal proof for the binomial model I have faith in the standard 'for simplicity we assume constant rates but this can easily be extended to the deterministic case' <E>:-P</E> The interpolation is irrelevant (so long as you chose a half-way sensible scheme) since t...
by quosh
November 15th, 2007, 5:19 am
Forum: The Quantitative Finance FAQs Project
Topic: Subjects, please...
Replies: 430
Views: 404794

Subjects, please...

What is THE option pricing formula.The CBOE is packing it in tomorrow, and will settle all options at theoretical value. So which theoretical value should they choose?Lets say American options over stocks that are known to have payed fixed dividends in the past.
by quosh
November 14th, 2007, 5:59 am
Forum: Technical Forum
Topic: Back to Basics with the American Put
Replies: 1
Views: 62935

Back to Basics with the American Put

<t>Howdy,I'm looking at 'Back to Basics:...' (Huag, Huag, Lewis 2003) in relation to an American put with underlying geometric Brownian process. I'm wondering about the computational cost of this approach.For American puts it seems to me that if you use a tree method the approach you have non-combin...
by quosh
November 7th, 2007, 1:23 am
Forum: Programming and Software Forum
Topic: Excel (2007?) Stuff-Up
Replies: 9
Views: 64206

Excel (2007?) Stuff-Up

Ouch.So I'm guessing when '-' is unary it has precedence over '^' but when it is binary the '^' has precedence? Fair enough, and I'll continue to suppose that this follows in VB. I'll stick to C, where there is no confusion about what the '^' operator does :-P
by quosh
November 6th, 2007, 10:26 pm
Forum: Student Forum
Topic: BSM with Delayed Settlement
Replies: 3
Views: 62977

BSM with Delayed Settlement

<t>Deferred settlement of both.What you say about the delayed settlement makes sense - and matches Haug's formula.With the delayed payment of the premium, I think that is like asking 'What is the fair amount to pay tomorrow'. So it affects the amount you'd agree to pay, but not really today's fair v...
by quosh
November 6th, 2007, 6:27 am
Forum: Student Forum
Topic: BSM with Delayed Settlement
Replies: 3
Views: 62977

BSM with Delayed Settlement

<t>I re-read my post and realized it doesn't really explain what I'd like to know and looks like I haven't bothered to think for myself, plus I like talking to myself and replying to my own posts:Beginning from the generalized BSM formula (the one with r's and b's):Supposing T2 is the time until we ...
by quosh
November 5th, 2007, 10:45 pm
Forum: Programming and Software Forum
Topic: Excel (2007?) Stuff-Up
Replies: 9
Views: 64206

Excel (2007?) Stuff-Up

<t>Hi,Has anyone come across this anomaly in Excel 2007?(I tried to attach both a bmp and xlsx file, neither were permitted)A1: -1B1: =-A1^2 (displayed value is 1)A3: 1B3: =-A3^2 (dispalyed value is 1)I checked the help (ha!) for Excel and the above goes against there stated order of operations - I'...
by quosh
November 5th, 2007, 10:35 pm
Forum: Student Forum
Topic: BSM with Delayed Settlement
Replies: 3
Views: 62977

BSM with Delayed Settlement

<t>Hi,I'm trying to replicate Haug's BSM formula adjusted for delayed settlement (pg234 2nd ed). The fustrating thing is I can get very close, but not exactly quite, using simple arguments like 'a delay of 3 days in paying the strike is like paying Xe^{-r * 3 days}'. I'm guessing I'm either missing ...
by quosh
August 31st, 2007, 12:06 am
Forum: Numerical Methods Forum
Topic: Local vol / American exercise
Replies: 4
Views: 70628

Local vol / American exercise

<t>Ditto, although I'm not so concerned about the fitting but the implications of using American over Europeans.Although, I had thought about producing an implied volatility surface and producing a local vol surface from this. The implied surface could be 'guess & check' fitted (the way a trader...