Serving the Quantitative Finance Community

Search found 75 matches

by rplat
October 31st, 2008, 6:57 pm
Forum: Programming and Software Forum
Topic: External Economic Scenario Generator
Replies: 2
Views: 52307

External Economic Scenario Generator

<t>Hi,I'm looking for an external economic scenario generator, which can produce real world scenarios and if possible also risk neutral scenarios (with similar dynamics). The tool has to be user-friendly, but complex enough to capture realistic behaviour of all asset classes. I have come across the ...
by rplat
October 3rd, 2008, 4:38 am
Forum: Trading Forum
Topic: Are average CMS-rate options traded regularly?
Replies: 0
Views: 48117

Are average CMS-rate options traded regularly?

<r>Hi,I have written a paper about analytical valuation of average CMS-rate options, with very good results. I have done this in the context of insurance companies, who have sold such options to their policyholder.But I'm wondering whether these options are also regularly traded on the financial mar...
by rplat
September 4th, 2008, 6:01 am
Forum: Technical Forum
Topic: Error in displaced diffusion process
Replies: 1
Views: 49608

Error in displaced diffusion process

Sorry, in the 2th sentence I mean "below" instead of "above"...
by rplat
September 4th, 2008, 5:54 am
Forum: Technical Forum
Topic: Error in displaced diffusion process
Replies: 1
Views: 49608

Error in displaced diffusion process

<t>You will probably recognise the situation that there is a mistake in your model, you know it is probably a stupid or obvious mistake, but you can't find it. Well, that is exactly where I am now. There is a mistake in my implementation of the UPM-model of Brigo & Mercurio. The simulated option...
by rplat
March 19th, 2008, 5:17 am
Forum: Technical Forum
Topic: Black-Scholes with Stochastic Intrerest Rates
Replies: 2
Views: 58300

Black-Scholes with Stochastic Intrerest Rates

It is in Appendix B in the book of Brigo & Mercurio.
by rplat
February 26th, 2008, 5:48 am
Forum: Technical Forum
Topic: Arithmetic average Asian option price in terms of European option price?
Replies: 4
Views: 59210

Arithmetic average Asian option price in terms of European option price?

But there are good approximations, see the paper of Lord.
by rplat
December 20th, 2007, 7:56 pm
Forum: Numerical Methods Forum
Topic: Monte Carlo simulations under Forward Martingale Measure
Replies: 5
Views: 62983

Monte Carlo simulations under Forward Martingale Measure

Or you can look at the book of Brigo & Mercurio, where this issue is well described.
by rplat
November 14th, 2007, 5:37 am
Forum: Technical Forum
Topic: about the simulation of forward swap rate
Replies: 4
Views: 63480

about the simulation of forward swap rate

You can simulate the option in a T20 forward measure. Then for each payoff for t < T20, you bring it to T20 by dividing the payoff by the simulated P(t,T20)'s.The resulting payoffs can be discounted by P(0,T20).
by rplat
September 18th, 2007, 4:13 pm
Forum: Student Forum
Topic: Closed form for geometric average option
Replies: 2
Views: 65628

Closed form for geometric average option

Why not use the standard closed form solution mentioned in Hull?
by rplat
September 6th, 2007, 12:41 pm
Forum: Numerical Methods Forum
Topic: g2++ swaption formula
Replies: 21
Views: 121942

g2++ swaption formula

Why don't you use the method of schrager & pelsser? This gives an analytical formula for the swaptions in n-factor affine models, so no numerical solving is necessary and the results are still good.
by rplat
August 31st, 2007, 6:23 pm
Forum: Technical Forum
Topic: Interest rate models & Monte Carlo
Replies: 3
Views: 66980

Interest rate models & Monte Carlo

<t>I think that if you are simulating in the risk neutral measure, then the 3M libor and other swap rates are not martingales under that measure, so the average of the simulations will never be equal to the rates from the yield curve. It is better to check the P(0,T)'s from the yield curve with the ...
by rplat
August 20th, 2007, 6:44 pm
Forum: Technical Forum
Topic: Does anyone get to know what is the analytical formula for caplets or swaptions in the Hull White model?
Replies: 1
Views: 67069

Does anyone get to know what is the analytical formula for caplets or swaptions in the Hull White model?

There is no exact analytical formula, but with a relatively simple numerical exercise you can do the method of jamshidian, that is given in most books about interest rate models.Furthermore, a good approximation is given by Schrager & Pelsser.
by rplat
August 20th, 2007, 6:37 pm
Forum: Numerical Methods Forum
Topic: Solving a 5-dimensional PDE???
Replies: 8
Views: 69756

Solving a 5-dimensional PDE???

Thanks guys.
by rplat
August 6th, 2007, 8:57 am
Forum: Numerical Methods Forum
Topic: Solving a 5-dimensional PDE???
Replies: 8
Views: 69756

Solving a 5-dimensional PDE???

<t>Hi,If you come into the area of valuations in incomplete markets (such as insurance products) and you want to do valuations with realistic assumptions, you will end up with PDE's that are 5-dimensional or more. The computer doesn't even begin with solving this with the finite difference method be...
by rplat
August 5th, 2007, 5:54 am
Forum: Numerical Methods Forum
Topic: correlated normals -- choelsky doesn't work for strong correlations?
Replies: 5
Views: 68767

correlated normals -- choelsky doesn't work for strong correlations?

<t>The correlation matrix has to be positive semidefinite, or else the procedure won't work.That means that sometimes with very high correlations or correlations of different classes that don't match (for example correlation {a,b} = 1, {a,c} = 1, but {b,c} = 0, as an extreme example) you will get er...