Serving the Quantitative Finance Community

Search found 12 matches

by PointerLover
May 31st, 2009, 6:08 pm
Forum: Student Forum
Topic: Local Vol. as a Function of Implied Vol. / Gatheral's Book
Replies: 8
Views: 42941

Local Vol. as a Function of Implied Vol. / Gatheral's Book

Does anybody know if this derivation is his work or if there is any other paper on this out there?
by PointerLover
November 22nd, 2007, 9:08 am
Forum: Student Forum
Topic: Obtain Zero curve from forward curve
Replies: 3
Views: 62818

Obtain Zero curve from forward curve

<t>In general for bonds:(1 + zero_t1) ^ t1 * (1 + forward_t1t2) ^ (t2 - t1) = (1 + zero_t2) ^ t2Money is just the same but linear fashion.So you either need one zero rate to start with and then get the others via the forward - e.g. you have zero_1m and get zero_2m via the forward_1m2m etc.Alternativ...
by PointerLover
October 28th, 2007, 2:46 pm
Forum: Student Forum
Topic: solutions to exercises in Shreve's book
Replies: 0
Views: 63594

solutions to exercises in Shreve's book

Hi guys,I couldn't find any solutions manual for Shreve's book "Stochastic calculus for finance II". Has anyone of you seen something like this - maybe even only a partial collection of solutions to the problems?Thanks!
by PointerLover
December 12th, 2006, 11:42 pm
Forum: Numerical Methods Forum
Topic: Generalized Lambda Distribution
Replies: 0
Views: 85326

Generalized Lambda Distribution

Hi there,I'm looking for a C++ implementation of the generalized lambda distribution probability density function.Thanks for you help!
by PointerLover
November 20th, 2006, 4:55 pm
Forum: Student Forum
Topic: math query
Replies: 2
Views: 88053

math query

Hi prat, I'm currently looking for exactly the same.. Please let me know if you find something interesting..
by PointerLover
October 22nd, 2006, 3:43 pm
Forum: Numerical Methods Forum
Topic: Paper on Binomial Trees
Replies: 1
Views: 90661

Paper on Binomial Trees

<t>Hi,I was looking for the article "Constructing Binomial Trees from Multiple Implied Probability Distributions" by Brown in the Journal of Derivatives 1999 but googeling wasn't successful..Or do you know any other papers that treat the construction of binomial trees based not only on ending node p...
by PointerLover
September 20th, 2006, 7:44 am
Forum: Technical Forum
Topic: leptokurtic returns
Replies: 9
Views: 95029

leptokurtic returns

<t>Thanks Rez and spigeols.. I'll have a look at that!spigeols:By "flattening" I meant the search for a yield distribution whose implied volatilities calculated from the market prices don't form a smile but (in the optimal case) a flat line. The BS existis because yields are not normally distributed...
by PointerLover
September 18th, 2006, 5:01 pm
Forum: Technical Forum
Topic: leptokurtic returns
Replies: 9
Views: 95029

leptokurtic returns

<t>I'm currently working on a similar topic: flattening the implied volatility smile using non-normal yield distributions..The distributions that I tried to fit to different market smiles are: student-t, edgeworth and lambda..The edgeworth distribution gives pretty good results. The student-t gives ...
by PointerLover
September 15th, 2006, 5:12 pm
Forum: Programming and Software Forum
Topic: PDF to excel
Replies: 5
Views: 192036

PDF to excel

<r>I recently had a similiar problem.. I wanted to import a data table from a PDF file into Excel.. I solved it as follows:- start the Xpdf (<URL url="http://www.foolabs.com/xpdf/download.html">http://www.foolabs.com/xpdf/download.html</URL>) program "pdftotext.exe" via vba passing the required para...
by PointerLover
March 24th, 2006, 6:01 am
Forum: Student Forum
Topic: random number sampling from discrete distributions
Replies: 4
Views: 114376

random number sampling from discrete distributions

<t>Hi Aaron and Stylz,thanks for your answers.Aaron:You're right - I assign the interval 0.3125 to 0.6875 to the value 0. But my real problem is: what is the x-value belonging to a randomly sampled cumulative probability of - lets say 0.4000 (I want to use 0-1 distributed numbers to generate random ...
by PointerLover
March 20th, 2006, 3:47 pm
Forum: Student Forum
Topic: random number sampling from discrete distributions
Replies: 4
Views: 114376

random number sampling from discrete distributions

<t>Hi,for my thesis, I'm currently working on a C++ program for evaluating options allowing for non-normal underlying yield distributions.My problem is as follows: amongst other methods, I want to be able to use MC simulations. Thus I need the inverse cumulative distribution for coverting my 0-1-sam...
by PointerLover
March 20th, 2006, 3:12 pm
Forum: Student Forum
Topic: Delta issue (option)
Replies: 2
Views: 114099

Delta issue (option)

I think this depends.. While the put delta decreases further, the negative delta resulting from the short call increases (becomes less negative). Depending on the gamma of both options, the overall delta-exposure could be de- or increasing. Hope this helps..