Serving the Quantitative Finance Community

Search found 6 matches

by duj
July 10th, 2003, 10:08 am
Forum: Technical Forum
Topic: HW model for CDS, wrong figures??
Replies: 18
Views: 192798

HW model for CDS, wrong figures??

Give me the ability to send you a private message and I send a spreadsheet right to you.
by duj
June 3rd, 2003, 5:03 pm
Forum: Technical Forum
Topic: Access & Bloomberg API
Replies: 34
Views: 215890

Access & Bloomberg API

<t>Well, if you want to understand how the Bloomberg API works, there are some very good examples in VBA, VC++ and even an example in VBA that feeds a database (which is what you want) provided by Bloomberg.Just type API <GO> under BloombergThen SDK <GO>Then choose menu #11Download then the activeX ...
by duj
May 29th, 2003, 2:57 pm
Forum: Technical Forum
Topic: HW model for CDS, wrong figures??
Replies: 18
Views: 192798

HW model for CDS, wrong figures??

<t>HiFor the last calculation, do not forget that you have a recursive formula to calculate the default probabilities.For the last row (which last 5 years and not only one) you got to make an assumption like "this proba is constant from date x to date y". Instead then of dividing by a sum of Betajj ...
by duj
March 10th, 2003, 12:11 pm
Forum: Technical Forum
Topic: Arbitrage between equity and credit derivatives
Replies: 107
Views: 205265

Arbitrage between equity and credit derivatives

<t>In fact I guess you are both saying quite the same thing as Credit delta=Credit duration * (%change spread)/(% change stock)=(%change CDS)/(% change stock).The good thing (I think) with that is if you already got a pricing tool for CDS that does not link spread to equity you should have your Mert...
by duj
March 5th, 2003, 2:19 pm
Forum: Technical Forum
Topic: Implementation of BGM/Libor market model
Replies: 21
Views: 196510

Implementation of BGM/Libor market model

<t>It depends on what you really want to do.A good compromise could be C++ (what we have done with my team) and a linking to NAG library since you will be able to reuse everything everywhere after implementation.Besides the particular implementation in Brigo is well adapted to some object-oriented l...
by duj
February 19th, 2003, 11:50 am
Forum: Programming and Software Forum
Topic: .Net and Bloomberg SDK
Replies: 24
Views: 197953

.Net and Bloomberg SDK

<t>Don't know if anybody still interested in this thread. Anyway...What I've seen so far coding within the Bloomberg framework:-> If you planned to design some user interface and wanted to use the Bloomberg COM component and VB.net for real time data, forget about it. .Net framework is now forbiddin...