Serving the Quantitative Finance Community

Search found 17 matches

  • 1
  • 2
by ldrage
February 2nd, 2006, 5:31 pm
Forum: Programming and Software Forum
Topic: reuters C++ API
Replies: 26
Views: 141182

reuters C++ API

I use Reuters Kobra and I've successfully used the AdfinX libraries in VB which come for free with Kobra. There is a C++ version of the libraries but I haven't had the time to try and use them. I'd talk to someone at Reuters
by ldrage
November 9th, 2005, 11:25 am
Forum: Technical Forum
Topic: real time implied volatility
Replies: 5
Views: 131171

real time implied volatility

<t>For GBP/JPY try GBPJPYVOL in Reuters.The interbank silver market is small and my experience is that most broker/bank Reuters pages show wide and frequently out of date vols for silver. Silver options are traded on COMEX and you can pick up option premiums from Reuters (0#SI+) and convert them bac...
by ldrage
October 31st, 2005, 2:57 pm
Forum: Programming and Software Forum
Topic: complex C++ class
Replies: 8
Views: 132640

complex C++ class

That's understood but my point was that you can instead use x.real(2.0) in the absence of Ty& real() and so there is no need to assign a new complex number.
by ldrage
October 31st, 2005, 1:30 pm
Forum: Programming and Software Forum
Topic: complex C++ class
Replies: 8
Views: 132640

complex C++ class

<t>I'm not a C++ expert so maybe I'm missing something but I looked at the overloads for real(..) in complex<_Ty> and there are two (at least in VC++): _Ty real() _Ty real(const _Ty &right)The attached code produced the output:<1,1><2,2>and so it looks like I'm using member functions correctly. ...
by ldrage
October 31st, 2005, 12:11 pm
Forum: Programming and Software Forum
Topic: complex C++ class
Replies: 8
Views: 132640

complex C++ class

QuoteBasically, I define a complex, and then want to re-asign its real and imaginary parts:complex<double> A(1,1); // assign real and im parts to 1.//Now I want to change the real and imaginary parts to 2, 2A.real() = 2; //errorThe correct syntax is A.real(2);lee
by ldrage
October 18th, 2005, 7:09 pm
Forum: Programming and Software Forum
Topic: Using a C++ class in VB
Replies: 2
Views: 133055

Using a C++ class in VB

Many thanks, DCFC - I've just created my first ATL project and I'm already using a C++ class in VB. Thanks once again for your helpLee
by ldrage
October 18th, 2005, 1:54 pm
Forum: Programming and Software Forum
Topic: Using a C++ class in VB
Replies: 2
Views: 133055

Using a C++ class in VB

<t>Hi - I know how to use a C++ function in VB but I am struggling to find good references on how I might use C++ class from VB. I suspect I need to use COM but that's about as far as I've got. I would be very grateful if a kind soul could point me in the direction of a good book, paper or webpage w...
by ldrage
October 11th, 2005, 5:27 am
Forum: Technical Forum
Topic: Local Volatility Calibration
Replies: 20
Views: 151770

Local Volatility Calibration

<t>I'm not answering exactly the question you asked but the following paper may be of interest. It gives a detailed demonstration of how to calibrate a local vol model to observed European option vols.Andersen, L. B.G. and R. Brotherton-Ratcliffe (1998), The equity option volatilitysmile: an implici...
by ldrage
October 4th, 2005, 11:06 am
Forum: Technical Forum
Topic: Cross Volatilites: Simple question
Replies: 6
Views: 134829

Cross Volatilites: Simple question

by ldrage
March 24th, 2005, 3:53 pm
Forum: Technical Forum
Topic: Articles on volatility swaps
Replies: 3
Views: 155876

Articles on volatility swaps

The Derman tells you a lot but I also found the following paper useful for getting a slightly different angle on vol swaps: "Towards a theory of Volatiliy Trading", Peter Carr & Dilip Madan
by ldrage
November 1st, 2004, 7:16 am
Forum: Technical Forum
Topic: DNT Options pricing
Replies: 4
Views: 171508

DNT Options pricing

Is this a DNT which only comes into existance if a knock-in barrier is first touched? e.g. a 1.26/1.30 EUR/USD DNT which only exists if EURUSD trades 1.28 before the DNT expiry??? So if 1.28 trades then the DNT pays out if 1.26/1.30 does NOT trade FROM THE TIME THE EUR TRADED 1.28?
by ldrage
October 28th, 2004, 3:13 pm
Forum: Technical Forum
Topic: Interest Rate Futures
Replies: 5
Views: 171777

Interest Rate Futures

for sterling IR futures you can use the same strategy but use a 20 pence piece instead of a quarter.
by ldrage
October 26th, 2004, 10:46 am
Forum: Technical Forum
Topic: FX Option
Replies: 2
Views: 171492

FX Option

<t>This option is commonly seen in the commodities. There are two parts to the question - what pricing equation to use and what rates to use in the equation.The pricing equation:As mghiggins pointed out the key is what you have left at expiry. For a normal option on spot on the expiry date the optio...
by ldrage
October 18th, 2004, 10:32 am
Forum: Technical Forum
Topic: Hedging a one-touch
Replies: 11
Views: 176626

Hedging a one-touch

Many thanks, Anton.
by ldrage
October 18th, 2004, 5:38 am
Forum: Technical Forum
Topic: Hedging a one-touch
Replies: 11
Views: 176626

Hedging a one-touch

Where do I find the Wystup article being referred to here? Many thanks
  • 1
  • 2