Serving the Quantitative Finance Community

Search found 29 matches

  • 1
  • 2
by brbred
November 26th, 2010, 9:58 am
Forum: Programming and Software Forum
Topic: Automated download from website
Replies: 7
Views: 23142

Automated download from website

See sub in Module2
by brbred
November 16th, 2010, 7:51 am
Forum: Programming and Software Forum
Topic: List of Bloomberg Symbols?
Replies: 12
Views: 36131

List of Bloomberg Symbols?

No, I am using the search box on page http://bsym.bloomberg.com/sym/What do you mean by forming a url ?
by brbred
November 15th, 2010, 3:30 pm
Forum: Programming and Software Forum
Topic: List of Bloomberg Symbols?
Replies: 12
Views: 36131

List of Bloomberg Symbols?

Sorry but I do not get it : if you enter GGB 4.6 05/20/13 in the symbol search box, it gives you the bond
by brbred
November 4th, 2010, 8:43 am
Forum: Trading Forum
Topic: Euro Stoxx 50 Dividend Swap Quotes
Replies: 5
Views: 26287

Euro Stoxx 50 Dividend Swap Quotes

I am afraid the sg quotes may be staled ...I will check in a few days to see if it updates.
by brbred
November 3rd, 2010, 4:25 pm
Forum: Trading Forum
Topic: Euro Stoxx 50 Dividend Swap Quotes
Replies: 5
Views: 26287

Euro Stoxx 50 Dividend Swap Quotes

Page for SG on bloomberg is SGWP.2011 : 104.9 - 107.92012 : 99.0 - 102.02013 : 95.9 - 99.92014 : 95.7 - 100.7Edit : file attached
by brbred
November 3rd, 2010, 3:39 pm
Forum: Trading Forum
Topic: Euro Stoxx 50 Dividend Swap Quotes
Replies: 5
Views: 26287

Euro Stoxx 50 Dividend Swap Quotes

Maybe you could use future quotes : Eurex
by brbred
July 29th, 2010, 12:52 pm
Forum: Programming and Software Forum
Topic: VBA Code for downloading data from a website
Replies: 13
Views: 30593

VBA Code for downloading data from a website

Hi, I made a small prototype excel file using InternetExplorer.
by brbred
December 3rd, 2009, 11:51 am
Forum: Programming and Software Forum
Topic: Sendkeys and Bloomberg
Replies: 25
Views: 141143

Sendkeys and Bloomberg

Hi, could you give more details ?
by brbred
July 2nd, 2009, 1:11 pm
Forum: Technical Forum
Topic: How to Access C++ DLL in Excel
Replies: 7
Views: 41626

How to Access C++ DLL in Excel

<r>To handle array my guess would be to use pointer : summation should be defined as double __stdcall summation(double* y, int n)and declared in vb as Declare Function summation _Lib "C:\Visual Studio 2005\Projects\Filter\debug\Filter.dll" _(Byref a As Double, ByVal b As Integer) As Doublenote the b...
by brbred
July 1st, 2009, 2:22 pm
Forum: Technical Forum
Topic: How to Access C++ DLL in Excel
Replies: 7
Views: 41626

How to Access C++ DLL in Excel

<r>A couple of things : - in vba, you try to call the function minimum instead of summ - in c file, you use _stdcall (single underscore) instead of __stdcallCould you provide the compiled dll to check the exported names ? You can check these names using dependency walker : <URL url="http://www.depen...
by brbred
June 30th, 2009, 12:21 pm
Forum: Numerical Methods Forum
Topic: Cholesky, SVD and... negative eigenvalues
Replies: 13
Views: 43616

Cholesky, SVD and... negative eigenvalues

Hi,Not sure to understand but if you use the eigen vector (0.553, 0.596, -0.461, -0.355), you should get a negative variance.
by brbred
May 6th, 2009, 3:33 pm
Forum: Programming and Software Forum
Topic: is VB+SQLserver FASTER than Access?
Replies: 5
Views: 41069

is VB+SQLserver FASTER than Access?

In Excel, the method Range.CopyFromRecordset is pretty fast to copy data.
by brbred
April 29th, 2009, 8:51 am
Forum: Programming and Software Forum
Topic: load data into MS Access
Replies: 10
Views: 43038

load data into MS Access

Can you provide the url of the file ?
  • 1
  • 2