Serving the Quantitative Finance Community

Search found 86 matches

by g000RRRe
January 29th, 2009, 8:59 am
Forum: Trading Forum
Topic: Pair Trade Arbitrage.
Replies: 10
Views: 47145

Pair Trade Arbitrage.

Thanks for your answer Thomas, made me laugh a lot )
by g000RRRe
December 17th, 2008, 1:18 pm
Forum: Trading Forum
Topic: What are the skill-sets and exit opportunities for a equity option trader?
Replies: 13
Views: 47702

What are the skill-sets and exit opportunities for a equity option trader?

<t>I would say the best would be to find an opportunity in a diversified hedge fund, with desks doing global macro/long short/risk arb/vol arb/credit/FX, etc... and with, first, much freedom, being able to chose between direct trading and research from time to time, being considered directly as a tr...
by g000RRRe
June 19th, 2008, 5:09 pm
Forum: Technical Forum
Topic: skew and atm vol characteristics
Replies: 2
Views: 53603

skew and atm vol characteristics

"linear in case of pure diffusion" ?Can you elaborate ?
by g000RRRe
June 17th, 2008, 1:48 pm
Forum: Technical Forum
Topic: skew and atm vol characteristics
Replies: 2
Views: 53603

skew and atm vol characteristics

Hi,I'm wondering how you would prove (or at least explain) that the term-structure of ATM vol is in square root of maturity.And same question with the skew (slope of vol around the money).My interest is to understand what assumptions are behind this !Any point on that ?Thanks
by g000RRRe
March 10th, 2008, 12:00 pm
Forum: General Forum
Topic: Let's Face it, most HF are just big Gamblers
Replies: 40
Views: 106061

Let's Face it, most HF are just big Gamblers

I doubt it too, I imagine it was just an image, 'cause I'm wondering if there are 1M investment bankers in the whole world actually ...The last figure I heard was 40,000 traders ...However, I agree the world would be running at least as well without them as with them !
by g000RRRe
February 18th, 2008, 12:30 pm
Forum: Technical Forum
Topic: Heston model
Replies: 17
Views: 67680

Heston model

<t>Probably, yes...Actually, different forms of solutions can be derived, and while one seems to work properly, another poses a pb of discontinuity with the complex log, I don't know if you're aware of that ...For this purpose, I invite you to check this article from Lord and Khal : "Why the Rotatio...
by g000RRRe
February 14th, 2008, 3:28 pm
Forum: Technical Forum
Topic: Levenberg-Marquardt for Heston Calibration
Replies: 22
Views: 187311

Levenberg-Marquardt for Heston Calibration

<t>ASA is not a perfect global optimizer, it can miss the global optimum...The only way to do a global optimization is to go through the whole space of parameters actually...Wether you use one value or another for your kappa, you can find it approximately stationary : just recalibrate with a local o...
by g000RRRe
February 14th, 2008, 8:44 am
Forum: Technical Forum
Topic: Levenberg-Marquardt for Heston Calibration
Replies: 22
Views: 187311

Levenberg-Marquardt for Heston Calibration

<t>Here are some points about calibration :- You should first try and calibrate to a single smile (but to many points, like 16) : for a classical smooth shape, you are supposed to be able to fit perfectly the smile with the Heston model, and even, there will be different sets of solutions possible !...
by g000RRRe
February 14th, 2008, 7:26 am
Forum: Technical Forum
Topic: Heston model
Replies: 17
Views: 67680

Heston model

by g000RRRe
February 14th, 2008, 7:26 am
Forum: Technical Forum
Topic: Heston model
Replies: 17
Views: 67680

Heston model

<t>V1 = instantaneous varV2 = longrun varlambda = mean-reversioneta = vol of volrho = correlI didn't try the FFT, I just went for numerical integration procedures ... at first, I tested my pricer with simpson's rule which turns out to be as slow to converge as simple to implement.To obtain a decent ...
by g000RRRe
February 13th, 2008, 1:32 pm
Forum: Technical Forum
Topic: Heston model
Replies: 17
Views: 67680

Heston model

<r>You can test your results againt Alan pricer at <URL url="http://www.optioncity.netElse">www.optioncity.netElse</URL>, here are some results I used to test my code :spot 100time r V1 V2 lambda eta rhoparameters: 1.0,0,0.04,0.04,2.0,0.39,-0.64 Strike, HestonPrice, HestonVola 60, 40.226886649835, 0...
by g000RRRe
January 30th, 2008, 2:49 pm
Forum: Numerical Methods Forum
Topic: proxy hedge
Replies: 4
Views: 61247

proxy hedge

Your question seems to be on the wrong forum but above all, it's almost impossible to understand, lolLooks like your junky portrait is well-chosen !
by g000RRRe
January 30th, 2008, 8:48 am
Forum: Technical Forum
Topic: kurtosis and skewness
Replies: 4
Views: 60445

kurtosis and skewness

thanks for your answers!
by g000RRRe
January 29th, 2008, 12:35 pm
Forum: Technical Forum
Topic: kurtosis and skewness
Replies: 4
Views: 60445

kurtosis and skewness

<t>Intuitively, the slope of the smile is a measure of the skewness of the implied distribution, and the convexity of the smile a measure of its kurtosis.Are there quantitative relations or rules of thumb on that ?I was wondering, for example, what level of (negative) convexity of the smile implies ...
by g000RRRe
January 29th, 2008, 8:11 am
Forum: Technical Forum
Topic: Monte Carlo with trading days
Replies: 9
Views: 61519

Monte Carlo with trading days

I didn't know NORMSINV function, I'm using Box Muller method to do so .. does NORMSINV work well ?