Serving the Quantitative Finance Community

Search found 28 matches

  • 1
  • 2
by wdl
May 22nd, 2012, 9:33 am
Forum: Numerical Methods Forum
Topic: Multi-factor term structure of interest rates model
Replies: 3
Views: 14234

Multi-factor term structure of interest rates model

<t>Thanks for the ideas. I found a paper by Algorithms, titled "A Multi factor statistical model for interest rates". They used pca to derive a set of state variables, looks theoretically appealing, but when I tried to used the same set of data to calibrate for the mean reversion parameter, we do no...
by wdl
May 15th, 2012, 12:13 pm
Forum: Numerical Methods Forum
Topic: Multi-factor term structure of interest rates model
Replies: 3
Views: 14234

Multi-factor term structure of interest rates model

I'm looking to use a multifactor interest rate model to first fit to historical data, then use the fitted values to simulate future interest rates, for risk management purpose. Any one knows what is the most popularly used model in practice?
by wdl
May 4th, 2012, 10:41 am
Forum: Technical Forum
Topic: VaR for an Equity/Credit porfolio
Replies: 2
Views: 13650

VaR for an Equity/Credit porfolio

by wdl
May 2nd, 2012, 10:47 am
Forum: Programming and Software Forum
Topic: Papers on Generic Monte Carlo?
Replies: 5
Views: 57681

Papers on Generic Monte Carlo?

<r>QuoteOriginally posted by: patch22I looking for any papers that may be in the public domain on the subject of generic monte carlo engines, that is either smart engines into which one can plug new products using some sort of object oriented discipline, or better still engines capable of parsing sc...
by wdl
April 30th, 2012, 1:10 pm
Forum: Book And Research Paper Forum
Topic: A payoff description languge book
Replies: 0
Views: 14235

A payoff description languge book

"ThetaML Handbook" describes the domain-specific payoff description language - ThetaML. It has procedural extension for time stepping, enriched with multi-threading and simplied vector notation. The book is now available on www.amazon.de
by wdl
April 30th, 2012, 12:54 pm
Forum: Technical Forum
Topic: Hedging Dynamic Correlation
Replies: 8
Views: 15684

Hedging Dynamic Correlation

<r>I think Engle's DCC is an econometric model, it depends on the dynamic feedbacks of asset innovations, which is hard to reconcile in the risk neutral world. However, this web link has details on how to dynamically hedge options:<URL url="http://www.thetaris.com/wiki/Hedging_in_ThetaML">http://www...
by wdl
April 30th, 2012, 12:08 pm
Forum: Numerical Methods Forum
Topic: Help - Stochastic Volatility: Broadie and Kaya
Replies: 12
Views: 40019

Help - Stochastic Volatility: Broadie and Kaya

A good source is:http://www.thetaris.com/wiki/Heston_Volatilitywhere you can find both the math and the implemented model.
by wdl
April 30th, 2012, 11:50 am
Forum: Technical Forum
Topic: B-splines and NURBS
Replies: 14
Views: 23468

B-splines and NURBS

The sparse grid combination technique encompass all the discussed cases, the algorithm automatically identifies the area where Bi-linear interpolation, cubic spline or quartic interpolation is applicable. It is fast and accurate.
by wdl
April 30th, 2012, 11:37 am
Forum: Technical Forum
Topic: Are GARCH family models always better than sample-std for vol estimation?
Replies: 2
Views: 14629

Are GARCH family models always better than sample-std for vol estimation?

<t>How to you fit ARIMA model with lots of autocorrelations?-- You can try fitting ARMA models with different lags on AR and MA, the check the standardized residuals and finally use Akaike Information Criteria to select the optimal lags on AR and MA.if I don't have a good mean-model, is my GARCH(1,1...
by wdl
January 27th, 2011, 12:48 pm
Forum: Student Forum
Topic: Moodley's SV (Heston) FFT matlab code
Replies: 10
Views: 72256

Moodley's SV (Heston) FFT matlab code

<t>QuoteOriginally posted by: aankzI noticed that the highlighting was making it really difficult to read the code earlier .. I hope its clearer now ... and hopefully one of you can confirm my doubt and put me out of my misery ...how do you determine the strike prices to be used for Moodley's SV (He...
by wdl
January 26th, 2011, 4:14 pm
Forum: Technical Forum
Topic: simulation with Heston-Hull White model
Replies: 22
Views: 31586

simulation with Heston-Hull White model

by wdl
January 25th, 2011, 10:58 am
Forum: Technical Forum
Topic: simulation with Heston-Hull White model
Replies: 22
Views: 31586

simulation with Heston-Hull White model

I have included my discretization method for the Heston Hull white model in the attachment. Any feedbacks are much appreciated. Thanks.
by wdl
January 24th, 2011, 5:07 pm
Forum: Technical Forum
Topic: simulation with Heston-Hull White model
Replies: 22
Views: 31586

simulation with Heston-Hull White model

by wdl
January 24th, 2011, 12:32 pm
Forum: Technical Forum
Topic: simulation with Heston-Hull White model
Replies: 22
Views: 31586

simulation with Heston-Hull White model

Hi allDoes anyone have references on how to simulate with Heston-Hull white hybrid model? Thanks
by wdl
January 4th, 2011, 8:00 am
Forum: Technical Forum
Topic: Approximation of a square root function
Replies: 3
Views: 22531

Approximation of a square root function

<t>QuoteOriginally posted by: AlanYou can certainly write X in terms of sqrt(v(t)) and sqrt(v(t+dt)) if you like ... Do you mean to write X =v(t+dt)/v(t)-1=(sqrt(v(t+dt))/sqrt(v(t)) +1)*(sqrt(v(t+dt))/sqrt(v(t)) -1) ? I would like to have separate terms of sqrt(v(t)) and sqrt(v(t+dt)). If I approxim...
  • 1
  • 2