Serving the Quantitative Finance Community

Search found 18 matches

  • 1
  • 2
by dwaring
July 8th, 2008, 4:48 am
Forum: Programming and Software Forum
Topic: Need help with my VBA program
Replies: 12
Views: 54715

Need help with my VBA program

<t>Quote--------------------------------------------------------------------------------Originally posted by dirtydroogwhere i work hungarian notation is explicitly banned--------------------------------------------------------------------------------Wow. What the logic behind that decision? Do you ...
by dwaring
July 7th, 2008, 1:36 pm
Forum: Programming and Software Forum
Topic: Need help with my VBA program
Replies: 12
Views: 54715

Need help with my VBA program

<t>I see the English form of GIORNI.CED.NUOVA() is CoupDayBS()Now it runs..... Not sure what supposed to come out - where. Add some comments and I'll have another look.A couple of general comments,1 All the initial set-up should be out-of-way at the end. Call a routine called "set-up" then get to th...
by dwaring
July 7th, 2008, 10:46 am
Forum: Programming and Software Forum
Topic: Need help with my VBA program
Replies: 12
Views: 54715

Need help with my VBA program

<t> GIORNI.CED.NUOVA(R[-4]C,R[-3]C,R[-2]C,R[-1]C)"Shouldn't fail - even in Italian. Where is it defined? If if the function only determines the number of days between two dates why do you need a special function?Without comments you would need to be a masochist to do much more digging. I think you n...
by dwaring
July 7th, 2008, 6:47 am
Forum: Programming and Software Forum
Topic: Need help with my VBA program
Replies: 12
Views: 54715

Need help with my VBA program

<t>The line that writes 39649 into your B column is Cells(j - Date, 2) = j in SUB Op2The value is in fact the current date.To get any further I would need to know what is happening - i.e. the code should have a few comments!For me the line below fails. Do I need an Add-in?Range("b37").FormulaR1C1 = ...
by dwaring
October 3rd, 2006, 10:58 am
Forum: Book And Research Paper Forum
Topic: Financial Calculus: Baxter&Rennie vs Etheridge
Replies: 33
Views: 205914

Financial Calculus: Baxter&Rennie vs Etheridge

Unkpath,Can you email the solutions to dwaring@shb.com.sa? If not, email me and I'll send you my London postal address.Many Thanks.
by dwaring
October 2nd, 2006, 10:31 am
Forum: Book And Research Paper Forum
Topic: Financial Calculus: Baxter&Rennie vs Etheridge
Replies: 33
Views: 205914

Financial Calculus: Baxter&Rennie vs Etheridge

A large drawback to the Etheridge book is that solutions to the exercises are only available to "bona fide" teachers!
by dwaring
October 2nd, 2005, 5:28 am
Forum: Book And Research Paper Forum
Topic: credit derivatives book
Replies: 7
Views: 137261

credit derivatives book

Quotedoes it cover implementation and theories?Not 100% sure what you are asking but the book is very practical with numerous spreadsheets with names like CDO Pricer.xlsRegards
by dwaring
September 19th, 2005, 8:41 am
Forum: Book And Research Paper Forum
Topic: credit derivatives book
Replies: 7
Views: 137261

credit derivatives book

<t>I bought this book a few days ago as an introduction to a subject I should know more about.Having since skimmed through the pages it looks promising. The only complaint I have is that no solutions are provided to the interesting exercises sprinkled throughout the book. I will never understand why...
by dwaring
April 15th, 2005, 8:06 am
Forum: Book And Research Paper Forum
Topic: Interest Rate Models : An Introduction
Replies: 7
Views: 168165

Interest Rate Models : An Introduction

<t>Hi all,I bought this book without seeing it as it appeared from the title and contents to be exactly what I was looking for.Having received it I am only disappointed that the very good exercises at the end of each chapter have NO MODEL SOLUTIONS. This is extremely frustrating when you are doing s...
by dwaring
March 18th, 2005, 9:39 am
Forum: Programming and Software Forum
Topic: Formatted listing of VBA Programs
Replies: 4
Views: 156407

Formatted listing of VBA Programs

Many thanks again.Downloaded - installed and using mz-tools. Very impressive.Regards,
by dwaring
March 17th, 2005, 7:33 am
Forum: Programming and Software Forum
Topic: Formatted listing of VBA Programs
Replies: 4
Views: 156407

Formatted listing of VBA Programs

Many thanks Sjoo,Downloaded and tried it. Looks good so far.Do you also know of a VBA equivalent of "Lint" for C++ which checks for declared variables that are unused etc?Regards,David
by dwaring
March 16th, 2005, 10:06 am
Forum: Programming and Software Forum
Topic: Formatted listing of VBA Programs
Replies: 4
Views: 156407

Formatted listing of VBA Programs

<t>Does anyone know of a utility that can be used to produce formatted listing from Excel's VBA modules?Ideally, all subroutines and functions should start on a new page, comments should be tab aligned, a proportional font should be used etc. etc.I know utilities are available for C/C++ but I've nev...
by dwaring
March 6th, 2005, 6:51 am
Forum: Book And Research Paper Forum
Topic: PRM Handbook
Replies: 43
Views: 196415

PRM Handbook

Of course, 1.75 inches refers to the PRM manual for exam 1 only.regards
by dwaring
March 6th, 2005, 6:07 am
Forum: Book And Research Paper Forum
Topic: PRM Handbook
Replies: 43
Views: 196415

PRM Handbook

If you print it on double sided paper, you end up with about 1.75 inches of paper! (Page count is difficult as pages are not continuios)Its a great manual, my only comment is that it would be even better with exercises!Regards,
by dwaring
March 1st, 2005, 10:07 pm
Forum: Book And Research Paper Forum
Topic: Excel Add-in Development in C/C++
Replies: 37
Views: 183526

Excel Add-in Development in C/C++

Hi,I agree the TOC is impressive. Bought Professional Excel Development on that alone last week. So far so good but, as it states in the Intro, the reader is expected to have read and mostly understood Excel VBA Programmers Reference or similar.
  • 1
  • 2