Serving the Quantitative Finance Community

Search found 10 matches

by sebgur
March 4th, 2014, 12:44 pm
Forum: Student Forum
Topic: CB Pricing questions
Replies: 2
Views: 5434

CB Pricing questions

I agree with daveangel, and I would add that as far as I understand the currently accruing bond coupon may or may not be received upon conversion/put/call and that depends on the term sheet (screw clause?).
by sebgur
July 25th, 2012, 11:43 am
Forum: Student Forum
Topic: Local vol <--> Vol Surface. What next ?
Replies: 4
Views: 22005

Local vol <--> Vol Surface. What next ?

<t>Hi aankz,I'm not a theoretician so I give no guarantees on what I'm going to say, but I got this model running and the simulation is matching the market vanillas very well so I guess what I implemented is working. So,1> The t' described in the above local volatility formula is the time to maturit...
by sebgur
July 25th, 2012, 11:17 am
Forum: Student Forum
Topic: Local Vol, Dupire and Fx market - please help:)
Replies: 7
Views: 68958

Local Vol, Dupire and Fx market - please help:)

<t>Hi all,I've worked on this model for a while and I've seen quite some "instabilities", but I don't think it is a fundamental problem. As far as I can see, it's mostly related to the quality of the implied volatility surface. If you start from a good implied volatility surface, you get a good loca...
by sebgur
June 3rd, 2011, 5:49 am
Forum: Numerical Methods Forum
Topic: the meshless method ?
Replies: 40
Views: 37983

the meshless method ?

<t>Yes so it just means the method diverged (or your code is wrong). I can confirm I can get the same kind of results, depending on the option and method parameters. In particular the shape parameter and the number of nodes. If you can't see where your code is wrong, I would recommend you try changi...
by sebgur
January 23rd, 2011, 7:23 am
Forum: Numerical Methods Forum
Topic: the meshless method ?
Replies: 40
Views: 37983

the meshless method ?

<t>Hi Costeanu, Cuchulainn,I'm currently implementing the RBF method, and I may have a slightly better experience with it as what you mentioned,though I admitt it is not straightforward and I'm not sure yet if I can consider it as viable or not.I'm just beginning, but here is what I have observed ab...
by sebgur
December 2nd, 2010, 11:34 am
Forum: Technical Forum
Topic: Local Volatility with Stochastic Interest Rates
Replies: 18
Views: 66600

Local Volatility with Stochastic Interest Rates

<t>The local volatility definitely has to go down when the IR is stochastic and there is no correlation.You can already see that in Black model with Hull-White IR, for which the model volatility can be calculated exactly. So intuitively it sounds reasonable to expect the same will happen for the gen...
by sebgur
August 8th, 2010, 8:30 am
Forum: Numerical Methods Forum
Topic: Fitting Gatherals SVI to USDJPY 10 and 25 delta quotes
Replies: 6
Views: 46130

Fitting Gatherals SVI to USDJPY 10 and 25 delta quotes

<t>>There are five parameters and five quotes so there should be an exact fit. I am taking into account the >"market butterfly".not necessarily. SVI is a parametric form, so it cannot necessarily fit any set of 5 points. From an other point of view, the system of equations for fitting the 5 points i...
by sebgur
May 8th, 2010, 12:06 am
Forum: Programming and Software Forum
Topic: OpenOffice Calc Addins
Replies: 7
Views: 32723

OpenOffice Calc Addins

<t>Yes, QuantLib also has an implementation of addins for open Calc, and it even has a Visual Studio solution.I tried it. Unfortunately, the QuantLib msvc solution is version vc7, and my msvc is vc8. It tried to convert from vc7 to vc8, but that failed. Then the building failed. I could try to creat...
by sebgur
May 6th, 2010, 11:11 am
Forum: Programming and Software Forum
Topic: OpenOffice Calc Addins
Replies: 7
Views: 32723

OpenOffice Calc Addins

<t>Hi,in order to write pricers portables between Windows and Linux, I am thinking of using OpenOffice Calc worksheets.And I need to write c++ based addins for interpolations, closed form, etc...There are some explanations on the OpenOffice wiki, but it is not readily applicable to math and finance....
by sebgur
July 6th, 2009, 1:13 am
Forum: Student Forum
Topic: Hull white calibration
Replies: 4
Views: 69436

Hull white calibration

<t>Late answer but anyway:you found the right answer, the parameter R(t) is used to recover exactly the initial yield curve.Indeed the sde dr(t) gives you r(t) in terms of R(t), and then you can calculate the zero coupon bond bythe affine formula P(t, T) = exp( A(t, T) - B(t, T) r(t) ),with A(t, T) ...