Serving the Quantitative Finance Community

Search found 77 matches

by boncoup
September 28th, 2004, 8:48 pm
Forum: General Forum
Topic: Correlation Trading
Replies: 11
Views: 178652

Correlation Trading

Hi Does anyone have Merrill's paper forsingle tranche synthetic CDO's .Thanks in advance
by boncoup
September 28th, 2004, 8:38 pm
Forum: Technical Forum
Topic: how to improve the sensitivities calculation for CDO
Replies: 36
Views: 196205

how to improve the sensitivities calculation for CDO

are u trying to implement Importance sampling Method for Large portfolio copula pricing?
by boncoup
September 28th, 2004, 8:22 pm
Forum: Technical Forum
Topic: how to improve the sensitivities calculation for CDO
Replies: 36
Views: 196205

how to improve the sensitivities calculation for CDO

Rebonato's web domain has moved to :www.quarchome.comHope that helps
by boncoup
September 27th, 2004, 4:50 pm
Forum: General Forum
Topic: Correlation Trading
Replies: 11
Views: 178652

Correlation Trading

Hi Does anyone have Merrill's rpaper about single tranche synthetic CDO's .Thanks in advance
by boncoup
September 24th, 2004, 10:40 pm
Forum: General Forum
Topic: Correlation Trading
Replies: 11
Views: 178652

Correlation Trading

Hi Does anyone have Merrill's rpaper about single tranche synthetic CDO's .would you mind posting it?Thanks in advance
by boncoup
September 22nd, 2004, 8:09 am
Forum: Careers Forum
Topic: Entry-Level Positions
Replies: 3
Views: 175009

Entry-Level Positions

is it a london based job?
by boncoup
September 21st, 2004, 2:21 pm
Forum: Careers Forum
Topic: Entry-level quant
Replies: 39
Views: 182718

Entry-level quant

the position is based in london?
by boncoup
September 21st, 2004, 12:40 pm
Forum: Careers Forum
Topic: Entry-level quant
Replies: 39
Views: 182718

Entry-level quant

HH nead to collect more CV's in order to have a good diversified data base of CV's. because the business of a HH is to find the <<right>> profile to present to client (meeting client demands)... Question: If you'are not a HH, so what's your Job then?
by boncoup
September 20th, 2004, 3:15 pm
Forum: Technical Forum
Topic: Simulating CMS 10Y rate
Replies: 2
Views: 175424

Simulating CMS 10Y rate

Hi,I would like to simulate CMS 10Y and CMS 2Y in order to price a Volatility Bond, and i'm not sure that i can suppose that the two rates have a lognormal distribution.is'it true?
by boncoup
September 9th, 2004, 1:27 pm
Forum: Careers Forum
Topic: Entry-level quant
Replies: 39
Views: 182718

Entry-level quant

thanks man,but it is for Which bank?my_email: bancoup_xc@yahoo.fr
by boncoup
September 8th, 2004, 8:23 am
Forum: Technical Forum
Topic: Bruno Dupire Pricing with a smile
Replies: 6
Views: 188234

Bruno Dupire Pricing with a smile

Dupire, Bruno (1993): Pricing and hedging with smiles. Reech research paper. Paper 1
by boncoup
September 6th, 2004, 4:32 pm
Forum: Student Forum
Topic: Pricing CMS Options
Replies: 0
Views: 176400

Pricing CMS Options

Hi,I'd like to price a corridor option with this pay off:(CMS10Y-CMS2Y)*Dcf if CMS10Y>CMS2Yhow to price it?thanks for your help
by boncoup
September 2nd, 2004, 2:35 pm
Forum: Careers Forum
Topic: Commerzbank
Replies: 18
Views: 180926

Commerzbank

Hi,I can't give an answer to your question about CommerzBank. but for the second part of your question, i invite you to read this:linkhope that help
by boncoup
August 31st, 2004, 8:49 pm
Forum: Student Forum
Topic: Help with Matlab
Replies: 2
Views: 177003

Help with Matlab

see the file attached.hope this help you
by boncoup
August 31st, 2004, 1:58 pm
Forum: Programming and Software Forum
Topic: "...unsigned i..." vs. "...int i..." in for loops
Replies: 8
Views: 177467

"...unsigned i..." vs. "...int i..." in for loops

The reason of using unsigned and not int is : memory allocation (unsigned are more economic in terme of memory).hope that helps