Serving the Quantitative Finance Community

Search found 36 matches

by Hens
June 27th, 2007, 4:55 am
Forum: Programming and Software Forum
Topic: Excel Dependancies
Replies: 5
Views: 71801

Excel Dependancies

That's a nice solution. Thanks!
by Hens
June 26th, 2007, 8:33 pm
Forum: Programming and Software Forum
Topic: Excel Dependancies
Replies: 5
Views: 71801

Excel Dependancies

<t>In excel, if I have a chain of dependancies through a series of cells, changing the first cell (the root) of the dependancy correctly triggers recalculation.I have a problem with this when using an XLL I have written in c++. My (simplfied*) xll contains a double, and two methods setNumber(double)...
by Hens
May 21st, 2007, 1:18 pm
Forum: Programming and Software Forum
Topic: Interfacing c++ to Excel
Replies: 9
Views: 72892

Interfacing c++ to Excel

DCFC, That's awesome. The last bit about passing real code looks pretty scary. I'll build up to that! The other ideas make perfect sense. I'd totally forgotten that some calculations may take a non-negligible amount of time to compute.Thanks, Hens
by Hens
May 20th, 2007, 3:32 pm
Forum: Programming and Software Forum
Topic: Interfacing c++ to Excel
Replies: 9
Views: 72892

Interfacing c++ to Excel

<t>Wow - feel I shold be paying for this advice, seem to have top names answering my post!So, this is good - I think I'm getting closer to understanding this question. I should say, I'm a student, about to start an internship project. I've tried interfacing a small library (strikingly similar to the...
by Hens
May 17th, 2007, 7:25 pm
Forum: Programming and Software Forum
Topic: Interfacing c++ to Excel
Replies: 9
Views: 72892

Interfacing c++ to Excel

<t>I have a project to make an Excel front end to an existing c++ library. There are several ways that I am aware of doing this. Primarily I would consider either XLW, or writing some wrapper in c# along with VSTO/ManagedXLL. Any views as to potential pros/cons? Are these solutions even comparable? ...
by Hens
January 18th, 2007, 4:04 pm
Forum: Careers Forum
Topic: Barcap Assesment centre
Replies: 0
Views: 81506

Barcap Assesment centre

Anyone going to the Barcap AS next week? Surely some wilmotters must be! What you guys doing to prepare? Anyone fancy a coffee before hand PM me. Hens
by Hens
December 7th, 2006, 3:58 pm
Forum: General Forum
Topic: Physical concepts in finance
Replies: 26
Views: 90160

Physical concepts in finance

<t>Thanks for all your ideas. With regards to my talk there is certainly lots of good stuff that I can take from this. Actually, as I only have an hour I'll have to be very picky, and likely won't make it on to anything particularly complex. I'll have to motivate the talk by asserting what I may lik...
by Hens
December 1st, 2006, 12:55 pm
Forum: General Forum
Topic: Physical concepts in finance
Replies: 26
Views: 90160

Physical concepts in finance

<t>In a couple of months I plan to give a talk to a bunch of atomic physicists on quantitative finance. It's part of an informal seminar series in 'topics of interest'. I intend to start by explaining how people use derivatives - princiapally I'll focus on reducing risk. I also plan to provide a qui...
by Hens
September 8th, 2006, 10:20 pm
Forum: Careers Forum
Topic: Structuring & Exotic Options - Define
Replies: 0
Views: 93210

Structuring & Exotic Options - Define

<t>After some reading I think I have a reasonable idea of some uses for vanilla options.When I ask about exotic options and structured 'solutions' I get stuck, principally I think because I have a limited idea of what these terms really mean. So I ask you:What are exotic options?'What are structured...
by Hens
February 21st, 2006, 9:59 pm
Forum: Numerical Methods Forum
Topic: FPGA Option pricing
Replies: 15
Views: 123294

FPGA Option pricing

Cheers, Thats great - sounds like a cool project, although I guess arguably not something that will ever get used in a bank. Thanks for the info!Henry
by Hens
February 21st, 2006, 5:16 pm
Forum: Numerical Methods Forum
Topic: FPGA Option pricing
Replies: 15
Views: 123294

FPGA Option pricing

How was it - do you think it ran faster than an 'equivalent' implmentation in c++? How hard was it to recast the problem?
by Hens
February 20th, 2006, 11:35 am
Forum: Numerical Methods Forum
Topic: FPGA Option pricing
Replies: 15
Views: 123294

FPGA Option pricing

Has anyone (esp. industry) ever tried pricing by Monte Carlo using an FPGA (field programmable gate array)? I think it could be very fast, so long as the problem was cast in a simple form. Maybe it's also possible to price using a lattice?Hens
by Hens
October 24th, 2005, 2:11 am
Forum: Careers Forum
Topic: Do PhD's really fit in an internship?
Replies: 3
Views: 132379

Do PhD's really fit in an internship?

<r>Hi All, I'm half way through my PhD (physics), which I really enjoy. After this a Quant role looks very appealing and I'm pretty sure it's what I'll be aiming to do. So like thousands of others I spend a lilltle time making sure my skillset is OK, and that my interests are truly congruent with QF...
by Hens
October 13th, 2005, 5:57 pm
Forum: Book And Research Paper Forum
Topic: A good probability book
Replies: 15
Views: 141050

A good probability book

Thankyou very much for you're replies - I shall get reading!
by Hens
October 13th, 2005, 8:03 am
Forum: Programming and Software Forum
Topic: .net c++ projects compilation
Replies: 0
Views: 133204

.net c++ projects compilation

<t>Hi All, This year I'm teaching c++ to a group of undergrads. For one exercise I aim to use the Gnu Scientific Library (GSL). Now, it's reasonibly complex to setup the library for .net - and though useful, it will detract from the point of the excercise to teach about how to configure the .net com...