Serving the Quantitative Finance Community

Search found 8 matches

by Hobbes
June 16th, 2003, 5:53 pm
Forum: Technical Forum
Topic: convertible bond pricing TF[98]
Replies: 3
Views: 190336

convertible bond pricing TF[98]

<t>Hi,I think the way to think about it is to remember that for the equity part of the CB to pay off, the company will almost certianly be around. I.E. if the equity part pays off, equity value is above zero, i.e. company is not bankrupt, or the CB is not in default.The cash bit is different in the ...
by Hobbes
February 19th, 2003, 2:48 pm
Forum: Careers Forum
Topic: What does a quant do ?
Replies: 6
Views: 191180

What does a quant do ?

<t>Hi,"Quants" do a number of things. Certianly 15 years ago the role was much more limited and Quants were largely involved in regressions for mutual funds etc. The derivatives business certianly added a big change to all that, and many are now involved in pricing derivative type structures. For a ...
by Hobbes
January 28th, 2003, 8:34 pm
Forum: Technical Forum
Topic: Modelling Mixed Currency CB's
Replies: 4
Views: 190154

Modelling Mixed Currency CB's

<t>Hi,I think the usuall way to fix this is to view this as a composite. If is easiest to model initially by making your PnL reporting currency to be the same as Currency 1. Then use all the "usual" Black and Scholes parameters, except that the volatility of the XYZ stock is now a composite vol of t...
by Hobbes
October 8th, 2002, 6:40 pm
Forum: Technical Forum
Topic: The True Spirit of Interest Rate Modeling
Replies: 19
Views: 192642

The True Spirit of Interest Rate Modeling

<t>Hi,I sort of like the Rebonato book (I have the earlier edition one):Modern Pricing of Interest-Rate Derivatives:The LIBOR Market Model and Beyondmethod of explaining things. Mr. Rebonato starts by explaining how the interest rate curve move and how they are correlated to each other, and in parti...
by Hobbes
September 27th, 2002, 10:10 am
Forum: General Forum
Topic: hedge on convertible bond with a put
Replies: 17
Views: 191629

hedge on convertible bond with a put

<t>Hi,I was just wondering if that there is some sort of link between Stock price and Credit spreads of a company. Is there a way of modelling this in a convertible bond model. I think someone somewhere mentioned 1 1/2 or 2 1/2 factor convertible bond models. I suppose the factors are:1) Equity move...
by Hobbes
September 25th, 2002, 11:37 am
Forum: Technical Forum
Topic: trends
Replies: 50
Views: 194441

trends

<t>I was wondering if anyone has had any experience with trend detection on time series. Efficient market hypothesis means that these trends do not exist. However some must be out there because quite a few hedge funds rely on this. Would Hurst Exponents or Hendeson filters do the trick? Or are there...
by Hobbes
September 25th, 2002, 10:57 am
Forum: Programming and Software Forum
Topic: Looking for Source Code For Gaussian Normally distributed random number generator
Replies: 4
Views: 190219

Looking for Source Code For Gaussian Normally distributed random number generator

<r>I think there is some code publised in Numerical Recipies in C (and now C++). The C book is here for free <URL url="http://www.library.cornell.edu/nr/nr_index.cgior">http://www.library.cornell.edu/nr/nr_index.cgior</URL> you can buy one. The C++ one is only available via book shops. There is also...
by Hobbes
September 24th, 2002, 4:55 pm
Forum: Programming and Software Forum
Topic: Quadratic Programming
Replies: 8
Views: 190568

Quadratic Programming

For Quadratic Programming Software on a Linux system I have used OOQP http://www.cs.wisc.edu/~swright/ooqp/ with some success. I think it does the sort of stuff you are looking for.