Serving the Quantitative Finance Community

Search found 10 matches

by timmu
July 24th, 2007, 1:24 am
Forum: Technical Forum
Topic: Inverse Floating Note's Duartion
Replies: 2
Views: 68732

Inverse Floating Note's Duartion

thank you.~
by timmu
July 18th, 2007, 2:56 am
Forum: Technical Forum
Topic: Inverse Floating Note's Duartion
Replies: 2
Views: 68732

Inverse Floating Note's Duartion

<t>Hi,dear allIf I buy a Inverse floating Note.How to calculate FRN daration??FRN info : Maturity date from now may be 10 year. Coupon rate is (5% - 6M Libor). Quaterly pay.I know that floating Note duration is roughly next payment period.So floating rate note duration is 0.25 year.If there is fixed...
by timmu
January 22nd, 2007, 2:42 pm
Forum: Programming and Software Forum
Topic: ask excel vba pass array to c++ dll qz~~~
Replies: 14
Views: 84158

ask excel vba pass array to c++ dll qz~~~

Thank you,tibbar and SonYah.I'll try it.Now I have some concept about calling dll.
by timmu
January 22nd, 2007, 1:35 am
Forum: Programming and Software Forum
Topic: ask excel vba pass array to c++ dll qz~~~
Replies: 14
Views: 84158

ask excel vba pass array to c++ dll qz~~~

<t>It's can't work ,too.I have attached my c++ project and xls.Hope someone can help me.Thanks vbadll folder should put on C:/If xls show error message "couldn't find dll"plz modify dll path on vba module.Declare Function myarray Lib "c:\vbadll\debug\vbadll.DLL"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...
by timmu
January 21st, 2007, 3:34 pm
Forum: Programming and Software Forum
Topic: ask excel vba pass array to c++ dll qz~~~
Replies: 14
Views: 84158

ask excel vba pass array to c++ dll qz~~~

dear tibbar,I think the part of vba code which i write may be correct.because i saw someone's code also use " byref pin() as double,byref pout() as double" to call dll.the point is that I am not familiar with c++ code.So i think c++ code may have some mistake.
by timmu
January 21st, 2007, 12:59 pm
Forum: Programming and Software Forum
Topic: ask excel vba pass array to c++ dll qz~~~
Replies: 14
Views: 84158

ask excel vba pass array to c++ dll qz~~~

do you mean i should modify here.I try it,but still can't work,tooDeclare Function myarray Lib "vbadll.DLL" (ByRef pin() As double _,ByRef pout() As Byte ) As longSub trydll()Dim pin(10) As doubleDim pout(10) As Byte
by timmu
January 21st, 2007, 8:34 am
Forum: Programming and Software Forum
Topic: ask excel vba pass array to c++ dll qz~~~
Replies: 14
Views: 84158

ask excel vba pass array to c++ dll qz~~~

<t>Hi,allAsk a simple question,I want use vba pass array to c++ dll , and return another array back to vbaexample is below,but I return value always 0 , how should I do??vba code===================================================Declare Function myarray Lib "vbadll.DLL" (ByRef pin() As double _,ByRe...
by timmu
December 26th, 2006, 6:54 am
Forum: Book And Research Paper Forum
Topic: Could someone recommend about corporate valuation book
Replies: 2
Views: 84091

Could someone recommend about corporate valuation book

Thank you , dear kOiSo it's so many materiel on prof. Damodaran website. I would study them first.
by timmu
December 25th, 2006, 4:17 am
Forum: Book And Research Paper Forum
Topic: Could someone recommend about corporate valuation book
Replies: 2
Views: 84091

Could someone recommend about corporate valuation book

<t> I know Mckinsey book "Valuation: Measuring and Managing the Value of Companies" It's a great book that introduce corporate pricing. Anyone could recommend other books? Like abnormal return model , free cash flow model or economic added model. I want more applicative and examples. spread sheet ex...
by timmu
December 9th, 2006, 2:45 am
Forum: Programming and Software Forum
Topic: VBA & C++ for beginners!!!
Replies: 67
Views: 212672

VBA & C++ for beginners!!!

HI,dear DCFCI'm a beginner to code C++.In the past , I only use VBA to do financial princing.Could you send me the lecture note for my study.My mail is timmuhuang@gmail.comThank you very much!!!