Serving the Quantitative Finance Community

Search found 39 matches

by tkh
January 4th, 2013, 6:32 am
Forum: Student Forum
Topic: pricing of forward start bermudan swaption
Replies: 0
Views: 9084

pricing of forward start bermudan swaption

<t>Hi;How is a forward start bermudan swaption priced from a trinomial tree, given that the tree has been calibrated to European swaptions (via LM).The (calibrated) fwd instantaneous vols are piecewise constant at quarterly intervals.Googling doesn't seem to yield any useful results, could anyone po...
by tkh
June 22nd, 2011, 8:29 am
Forum: Technical Forum
Topic: Hedging basket options
Replies: 19
Views: 149271

Hedging basket options

<t>Very sorry to bump up this thread, But i have a question based on "FX Basket Options Valuation with Smile" by Uwe Wystup,hopefully, a guru can shed some light.Firstly;the author gives a closed form analytical formula for the premium of a european basket call option, based on some assumptions.for ...
by tkh
January 25th, 2011, 9:25 am
Forum: Student Forum
Topic: How does smile affect the currency triangle formula as per Wystup
Replies: 0
Views: 21759

How does smile affect the currency triangle formula as per Wystup

<t>Hi;Hope someone can answer my question.The vanna volga (The vanna-volga method for implied volatilitilies, A.Castagna, F.Mercurio) method requires just 3 inputs to form a volatility smile.ATM and 25C/25P imp. vols. This is not a problem if the quotes are readily available from the market, but not...
by tkh
December 9th, 2010, 11:57 am
Forum: Book And Research Paper Forum
Topic: New Book - Derivatives Algorithms: Bones by Thomas Hyer
Replies: 19
Views: 35099

New Book - Derivatives Algorithms: Bones by Thomas Hyer

Do'nt think there's a CD with it, well at least mine didn't when i bought it
by tkh
December 9th, 2010, 11:54 am
Forum: Book And Research Paper Forum
Topic: The Boost C++ Libraries I, II
Replies: 51
Views: 78037

The Boost C++ Libraries I, II

Hi Cuchulain;Just got my copy few days ago.Great experience so far, thanks for writing the book
by tkh
January 14th, 2010, 9:38 am
Forum: Numerical Methods Forum
Topic: Quasi Monte Carlo in a basket of underlyings
Replies: 8
Views: 40240

Quasi Monte Carlo in a basket of underlyings

<t>Hi again Carlitos;Thank you for your prompt reply.1. I get what you're saying. Very enlightening indeed. Looks like i have alot more investigation/study/implementation to do. Yup i have Glasserman's yellow book. Again thank you for pointing me in the right direction. It might take awhile, but i'm...
by tkh
January 14th, 2010, 12:25 am
Forum: Numerical Methods Forum
Topic: Quasi Monte Carlo in a basket of underlyings
Replies: 8
Views: 40240

Quasi Monte Carlo in a basket of underlyings

<t>Hi Carlitos;Thank you for your reply ^_^The literature i have does mention brownian bridge for higher dimensionality with qmc for high dimensional cases.But i thought it was a 1-D problem since only 1 time step. so no need to reduce the effective dimension.so from your reply, the dimensions also ...
by tkh
January 13th, 2010, 12:39 am
Forum: Numerical Methods Forum
Topic: Quasi Monte Carlo in a basket of underlyings
Replies: 8
Views: 40240

Quasi Monte Carlo in a basket of underlyings

<t>Hi;I am investigating/exploring Quasi Monte Carlo,with Sobol sequences, using J.Kuo direction numbers.So far so good, done it in C++. But I have a simple question which I hope someone can enlighten me.In the context of simulating a single derivative under Monte Carlo simulationthe sobol numbers g...
by tkh
April 23rd, 2009, 7:26 am
Forum: Programming and Software Forum
Topic: c++ source code for Microsoft Excel's NORMINV() function?
Replies: 18
Views: 125183

c++ source code for Microsoft Excel's NORMINV() function?

Very, very sorry to bring up this old,old thread, but c++ norminv managed to match with excel's norminv when liney -= (1 + y) * (log1p (y) - x);was corrected to y -= (1 + y) * (log(1+ y) - x);in sjoo's post.
by tkh
November 26th, 2007, 4:32 am
Forum: Numerical Methods Forum
Topic: matlab's lsqnonlin to c#
Replies: 5
Views: 64911

matlab's lsqnonlin to c#

Thank you perlin and charef for the replies. will look into it.rgds;
by tkh
November 23rd, 2007, 8:49 am
Forum: Numerical Methods Forum
Topic: matlab's lsqnonlin to c#
Replies: 5
Views: 64911

matlab's lsqnonlin to c#

<r>Hi;This could be a longshot but..I have exhausted all options available to me. Presently have code that generates the heston parameters for stochastic vol in matlab, calibrated from market data. I need to port it over to c#.quadl has been ported over to c#..works fine. Presently where i'm at, the...
by tkh
August 30th, 2007, 12:33 am
Forum: Student Forum
Topic: forward start american options
Replies: 4
Views: 67458

forward start american options

yup ok.thanks ppauper and sanjay.
by tkh
August 29th, 2007, 9:54 am
Forum: Student Forum
Topic: forward start american options
Replies: 4
Views: 67458

forward start american options

<t>i can't seem to find anything regarding forward start(ing) american/bermudan options i.e.premium paid on T0, but optionality to exercise begins only on forward date T1(T1>T0) right up to maturity T2. (T0<T1<T2)could anyone point me to the right direction with regards to pricing such a product ie ...
by tkh
August 28th, 2007, 6:22 am
Forum: Student Forum
Topic: Heston, How to..?
Replies: 19
Views: 97860

Heston, How to..?

why is the code in the paper wrong?could you be more specific?worked fine for me..its not 100% carbon copy,modified to suit my requirements..
by tkh
July 31st, 2007, 9:44 am
Forum: General Forum
Topic: Equity Knock out daily accumulator(KODA)-PDE approach
Replies: 0
Views: 68828

Equity Knock out daily accumulator(KODA)-PDE approach

Hi;Could anyone point me to the relevant articles on how to price this via PDE besides the usual Monte Carlo?Can't seem to find anything on google.Thanks in advance.