Serving the Quantitative Finance Community

Search found 20 matches

  • 1
  • 2
by jebus
July 21st, 2005, 8:24 am
Forum: Technical Forum
Topic: base correlation calculation
Replies: 2
Views: 141854

base correlation calculation

<t>I'm no expert but.... I think that you need to use either individual credit spreads for the names which make up CDX to infer individual default intensities or an index swap spread to infer an average default intensity.... once you've done that you can use tranche quotes to infer the base correlat...
by jebus
July 15th, 2005, 10:08 am
Forum: Student Forum
Topic: How does CDO delta-hedging work?
Replies: 0
Views: 142086

How does CDO delta-hedging work?

Can anybody recommend a paper/book to explain this?Thanks,j
by jebus
July 5th, 2005, 10:14 am
Forum: Student Forum
Topic: Finding root of MC function
Replies: 3
Views: 143608

Finding root of MC function

Thanks erstwhile, I'll try that.
by jebus
July 4th, 2005, 9:37 am
Forum: Student Forum
Topic: Finding root of MC function
Replies: 3
Views: 143608

Finding root of MC function

<t>I'm looking for an efficient algorithm for finding a root of a function which can only be evaluated using Monte Carlo.The function is monotone and has exactly one root in the interval [0, 1].I think there must be clever ways for doing this, eg. some sort of a search algorithm which increases the ...
by jebus
June 16th, 2005, 1:25 pm
Forum: Technical Forum
Topic: Large Pool Gaussian Copula model for dummies
Replies: 0
Views: 145287

Large Pool Gaussian Copula model for dummies

Can anyone recommend a paper/book which explains the Large Pool Gaussian Copula model, besides Schoenbucher? I asked this in the student forum and got no answers, so I thought I'd try my luck in the technical forum.Thanks in advance...
by jebus
June 15th, 2005, 9:41 am
Forum: Student Forum
Topic: Large pool model for dummies
Replies: 0
Views: 145442

Large pool model for dummies

Can anyone recommend a paper/book which explains the Large Pool Gaussian Copula model, besides Schoenbucher?
by jebus
May 23rd, 2005, 10:55 am
Forum: Programming and Software Forum
Topic: Weird VBA/Excel problem
Replies: 1
Views: 148057

Weird VBA/Excel problem

<t>Hi everybody,I've been using Excel and VBA for various tasks for the past couple of months. Many of the macros I have written use data from a variety of workbooks. I have always changed from one open workbook to another- lets say the other is AnotherWorkbook.xls- by using Workbooks("AnotherWorkbo...
by jebus
May 3rd, 2005, 11:25 am
Forum: Careers Forum
Topic: Which DEA?
Replies: 1
Views: 150323

Which DEA?

<t>I know that Paris 6 is considered the top quant finance DEA... but are recruiters in London aware of the difference between it and say Paris 7?All other things being equal, will a Paris 6 graduate find it much easier to get a good job than someone from Paris 7?Do students of these courses tend to...
by jebus
April 25th, 2005, 11:39 am
Forum: Careers Forum
Topic: DEA 104
Replies: 6
Views: 155146

DEA 104

Quick question about Ensae:If I apply as a graduate of a four-year mathematics degree, with very little knowledge of economics, will I have to spend 3 years at Ensae or can I do it in 2 years like most of the engineers seem to do?
by jebus
March 18th, 2005, 2:59 pm
Forum: Student Forum
Topic: Sobol' numbers code
Replies: 1
Views: 156349

Sobol' numbers code

A bit of a longshot:Does anyone have VBA code for generating Sobol' numbers?
by jebus
February 23rd, 2005, 3:09 pm
Forum: Student Forum
Topic: State of the art VaR
Replies: 12
Views: 160757

State of the art VaR

<t>Most of the popular models for VaR calculations seem to assume a multivariate normal distribution for the risk factors. This seems quite unrealistic to me. Some alternatives have been put forward in the research literature. Does anyone use them?Or is the state of the art to use quadratically appr...
by jebus
February 10th, 2005, 4:20 pm
Forum: Programming and Software Forum
Topic: Stupid F***ing Excel!!!
Replies: 7
Views: 162664

Stupid F***ing Excel!!!

<t>Another excel-related question...I have been developing a pricing application using Excel and VBA. I'm starting to get on to more complex products now and the computation time is going up correspondingly. Now I'm wishing I could write my pricers in C++ or Java instead... My question: is there any...
by jebus
February 9th, 2005, 3:40 pm
Forum: Programming and Software Forum
Topic: Crank-Nicolson
Replies: 12
Views: 161534

Crank-Nicolson

The LU decomposition is definitely working. I got the lower boundary condition by setting delta=gamma=0 in the BS eqn; this leads to the condition:> V(x_min, t) = exp(-r*dt)*V(x_min, t + dt)t + dt because I'm moving backwards in time across the mesh.I just set dS = (x_max - x_min)/N
by jebus
February 9th, 2005, 11:23 am
Forum: Programming and Software Forum
Topic: Crank-Nicolson
Replies: 12
Views: 161534

Crank-Nicolson

<duplicate>
by jebus
February 9th, 2005, 11:23 am
Forum: Programming and Software Forum
Topic: Crank-Nicolson
Replies: 12
Views: 161534

Crank-Nicolson

<t>Have tried it with various choices of parameters. I just wanted to price a European call, so the initial condition was V = Max(0, S-K). I used the change of variable x = log(S/S_0). The upper and lower boundaries of the mesh were x= -2, x= 2 with boundary conditionsV(x_max, t) = S_max - K*exp(-rt...
  • 1
  • 2