Serving the Quantitative Finance Community

Search found 61 matches

by robbie
November 23rd, 2010, 11:05 am
Forum: Technical Forum
Topic: corr(X,log(1+c exp(X)))
Replies: 2
Views: 23617

corr(X,log(1+c exp(X)))

Thanks Alan!I was hoping to find a reasonable analytical approximation, but in principle I think your method would work just as fine in practise (as 1D integrals are quick and easy).Great!
by robbie
November 20th, 2010, 9:00 pm
Forum: Technical Forum
Topic: corr(X,log(1+c exp(X)))
Replies: 2
Views: 23617

corr(X,log(1+c exp(X)))

<t>Hi,I am interested in computing the correlation between X and log(1 + c exp(X)) for X being a N(a,b^2) random variable. c is a constant and > 1 (but not very much larger than 1).I thought this would be reasonably simple by expanding the log bit around x=a but I only seem to end up with something ...
by robbie
May 27th, 2010, 2:44 pm
Forum: Technical Forum
Topic: New SABR paper
Replies: 9
Views: 31916

New SABR paper

I can't download the paper (link broken). Is it only me?
by robbie
November 13th, 2009, 4:49 pm
Forum: Student Forum
Topic: E[X^-1], X~N(a,b^2]
Replies: 3
Views: 33278

E[X^-1], X~N(a,b^2]

Dear all,I want to compute the expected value of 1/X where X is normally distributed with mean a and variance b^2.Any ideas are highly appreciated!
by robbie
October 23rd, 2009, 9:50 am
Forum: Student Forum
Topic: Historical options data sample
Replies: 2
Views: 33849

Historical options data sample

Many thanks, this was exactly what I wanted!
by robbie
October 22nd, 2009, 11:26 am
Forum: Student Forum
Topic: Historical options data sample
Replies: 2
Views: 33849

Historical options data sample

<t>Dear all,For education purposes (I want my students to delta-hedge an option using historical and implied volatility) I need a sample of historical stock prices as well as implied volatility for ATM options (preferable 30 days to expiry). It could be on any stock (or index) and (preferably) daily...
by robbie
October 9th, 2009, 6:25 pm
Forum: Economics Forum
Topic: Bullish GOLD 1053.....What will be Next?
Replies: 101
Views: 145556

Bullish GOLD 1053.....What will be Next?

I'm thinking of buying gold put options (strike, say 950) with April 2010 expiry on my personal account.I believe it's a bubble that will burst soon.Stupid?Will I get rich?Ideas?
by robbie
August 28th, 2009, 12:04 pm
Forum: Technical Forum
Topic: Smile sensitive exotic IRD
Replies: 3
Views: 36722

Smile sensitive exotic IRD

<t>Many thanks for your prompt reply! I listed some descriptions of the products below to make sure that I understand the constructions. Do you agree?Callable snowballCoupons: C_i = C_{i-1} + (X-market rate). Floored at zero. Capped?Callable: The issuer may terminate at (some) coupon dates.Forward s...
by robbie
August 28th, 2009, 9:42 am
Forum: Technical Forum
Topic: Smile sensitive exotic IRD
Replies: 3
Views: 36722

Smile sensitive exotic IRD

<t>Dear all,I'm interested in examples of exotic interest rate derivatives that are "smile/forward smile sensitive". Basically I mean an exotic ird for which you would feel that there is a need to use a more complex model than say a standard or CEV-type extended LMM.A Bermudan swaption for example s...
by robbie
March 23rd, 2009, 12:31 pm
Forum: Programming and Software Forum
Topic: excel dll on vista 64 bits using vs 2008
Replies: 5
Views: 45467

excel dll on vista 64 bits using vs 2008

<t>QuoteOriginally posted by: untwiggedAfter you get to step 6, whilst still in the debugger, if you go tools->references, and find your DLL, and add it, does that all work ok? Does the output window show your DLL loaded then?Many thanks for your help! It actually works now, I simply needed to ignor...
by robbie
March 20th, 2009, 4:16 pm
Forum: Programming and Software Forum
Topic: excel dll on vista 64 bits using vs 2008
Replies: 5
Views: 45467

excel dll on vista 64 bits using vs 2008

<t>QuoteOriginally posted by: untwiggedThe "Debugging information for 'EXCEL.EXE' ..." message is fine, that means you do not have the source to Excel on your machine. You are only interested in debugging the dllAre you sure you are building in Debug mode? When you start debugging, if you look at th...
by robbie
March 20th, 2009, 4:13 pm
Forum: Programming and Software Forum
Topic: excel dll on vista 64 bits using vs 2008
Replies: 5
Views: 45467

excel dll on vista 64 bits using vs 2008

<t>Many thanks for your help!Let me tell you what I have done (warning that this post is a bit long). I have tried several ways due to sources found through google etc, but the main denominator is that I do not manage to debug any of them.I attach a zipped folder containing the following project whi...
by robbie
March 20th, 2009, 8:07 am
Forum: Programming and Software Forum
Topic: excel dll on vista 64 bits using vs 2008
Replies: 5
Views: 45467

excel dll on vista 64 bits using vs 2008

<t>Dear all,I have for some years created excel add-ins using VC++6 on a 32 bits XP machine (I do not know much about dlls though, basically following a by-heart learned recipe). I have now bought a new machine which has 64 bits Vista and also upgraded to vs 2008.Unfortunately I have now problems wi...
by robbie
March 19th, 2009, 9:35 am
Forum: Programming and Software Forum
Topic: How to create Dll in VC2008 and use it in Excel. 10 simple steps.
Replies: 19
Views: 55105

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

<t>Unfortunately it seems like xlw does not support my machine specifications, I can not even run the xlw installer.Is anyone aware of a tutorial on how to build xl dlls for 64 bit vista using vs2008? I am now basically tired of "short cuts" and would consider doing this properly from scratch, howev...
by robbie
March 18th, 2009, 1:23 pm
Forum: Programming and Software Forum
Topic: How to create Dll in VC2008 and use it in Excel. 10 simple steps.
Replies: 19
Views: 55105

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

<t>QuoteOriginally posted by: daveangeli think you have a rogue version of your DLL lurking about which is getting loadedMany thanks for your help.I do however not really understand what to do. I have created a brand new project and I have no dll with the same name lurking around somewhere. Any idea...