Serving the Quantitative Finance Community

Search found 44 matches

by mikeoz
February 12th, 2008, 2:24 pm
Forum: Technical Forum
Topic: Ill-conditioned matrix for the CDO pricer
Replies: 1
Views: 59036

Ill-conditioned matrix for the CDO pricer

When p>0.5, use the survival version of the tree instead of the default version, and use 1-p.
by mikeoz
November 12th, 2007, 2:03 pm
Forum: Book And Research Paper Forum
Topic: Base Correlation - Probability matching,Expected loss ratio matching
Replies: 1
Views: 63613

Base Correlation - Probability matching,Expected loss ratio matching

There aren't any more detailed papers. Lehman has a similar one.
by mikeoz
November 12th, 2007, 2:02 pm
Forum: Student Forum
Topic: STCDO price verification
Replies: 9
Views: 63264

STCDO price verification

SC is quite correct. You need to take the dealer's spreads and your model and back-out your own base correlation values. They won't be particularly close to the dealer's base correlations.Base correlation is primarily an interpolation tool to price non-standard tranches.
by mikeoz
November 9th, 2007, 2:02 pm
Forum: Student Forum
Topic: STCDO price verification
Replies: 9
Views: 63264

STCDO price verification

The "right" price is the market price. Your model should fit it by implying correlation from price (really, base correlation).
by mikeoz
October 26th, 2007, 1:16 pm
Forum: Student Forum
Topic: Basket Credit Default swaption
Replies: 3
Views: 64510

Basket Credit Default swaption

I know of nothing that exactly matches, but here are some references that might help.John Hull and Alan White "Forwards and European Options on CDO Tranches"Chapter 18 in A. Bomfim "Understanding Credit Derivatives..."Chapter 10 in J. Felsenheimer "Active Credit Portolio Management"
by mikeoz
October 15th, 2007, 12:21 pm
Forum: Technical Forum
Topic: Tranche Spread trend. Problem with Model, or problem with Copula?
Replies: 5
Views: 64644

Tranche Spread trend. Problem with Model, or problem with Copula?

The relationship you describe should be the case. It is definitely not an issue with the copula model, so there must be some flaw in implementation.
by mikeoz
September 6th, 2007, 1:08 pm
Forum: Student Forum
Topic: Empirical test while pricing synthetic CDOs
Replies: 4
Views: 66261

Empirical test while pricing synthetic CDOs

If you do a Google search, search on SSRN, or look at DefaultRisk.com there are quite a few papers that discuss various methods of pricing CDOs
by mikeoz
August 13th, 2007, 10:50 am
Forum: Student Forum
Topic: Matlab question : Chain addition and multiplication
Replies: 3
Views: 67398

Matlab question : Chain addition and multiplication

cumsum(a) and cumprod(a)
by mikeoz
June 22nd, 2007, 1:00 pm
Forum: Numerical Methods Forum
Topic: Evaluting bivariate norm. distribution function
Replies: 6
Views: 71603

Evaluting bivariate norm. distribution function

If you have the Statistics toolbox in Matlab you can use mvncdf. For VBA you can get code from http://www.vbnumericalmethods.com/math/. Or you can read Hull and code it yourself
by mikeoz
June 6th, 2007, 12:51 pm
Forum: Programming and Software Forum
Topic: quantlib & boost using cygwin
Replies: 7
Views: 72435

quantlib & boost using cygwin

About 2 years ago I successfully compiled Quantlib and Boost on Cygwin with gcc. There were some issues but they were resolved and messages were posted on the Quantlib list.
by mikeoz
May 21st, 2007, 1:21 pm
Forum: Technical Forum
Topic: cdo rom
Replies: 3
Views: 72436

cdo rom

Send me a personal message if you want some papers from the agencies on their methodologies.
by mikeoz
February 16th, 2007, 1:38 pm
Forum: Programming and Software Forum
Topic: The Best Way to Call Matlab from Excel VBA?
Replies: 1
Views: 79247

The Best Way to Call Matlab from Excel VBA?

No. You must have some way for Excel to communicate with Matlab, and those are the only basic 2 alternatives. At least with the compiler you can make an add-in.
by mikeoz
February 9th, 2007, 2:20 pm
Forum: Programming and Software Forum
Topic: Matlab fmincon error message
Replies: 3
Views: 80340

Matlab fmincon error message

Well, for starters, you do not have enough input arguments. Try adding 2 more [] before 'confun' corresponding to LB & UB.
by mikeoz
February 5th, 2007, 1:05 pm
Forum: Numerical Methods Forum
Topic: impact of chosen numerical intergration technique for CDO pricing
Replies: 3
Views: 80596

impact of chosen numerical intergration technique for CDO pricing

<t>It is typical to use 48 nodes for the 1-factor Gaussian copula. The examples in the paper are simplistic and I would not recommend choosing the number of nodes in general based upon it.I wouldn't worry about matching results from Hull exactly. There are many little details that are not explained ...