Serving the Quantitative Finance Community

Search found 85 matches

by liefje
May 7th, 2004, 7:59 am
Forum: Programming and Software Forum
Topic: range and xll vba
Replies: 1
Views: 189592

range and xll vba

<t>Hi allI am trying to use an xll function in vba.This xll function when used in the Excel worksheet takes a range as an argument : ex =define_yc($A$1:$B25)However when I try to use this xll in vba with executeexcel4macro, I don't suceed to pass the range as an argument.So I transform the array as ...
by liefje
January 26th, 2004, 7:25 am
Forum: Technical Forum
Topic: distribution fit
Replies: 2
Views: 189495

distribution fit

<t>HiAssume we have at disposal historical returns for HF (at daily freq) and that we aim at finding the best fit for the distribution.That is to find the distribution class (Student-t, Levy...) and the parameters (dof...).What are the relevant steps to optimize this problem?1.Interpolate/extraploat...
by liefje
January 26th, 2004, 7:12 am
Forum: General Forum
Topic: Sortino Ratio
Replies: 3
Views: 190245

Sortino Ratio

As Trevor said, Sortino can be defined asS(r)=(mu-r)/sqrt(svar(r))with svar(r)=Int(-inf,r,(r-x)^2*f(x)dx)where f(x) =pdf of the return distribution
by liefje
December 5th, 2003, 2:41 pm
Forum: Student Forum
Topic: portfolio optimisation
Replies: 2
Views: 189490

portfolio optimisation

Black Litterman
by liefje
December 3rd, 2003, 11:57 am
Forum: Technical Forum
Topic: link between Reuters and Excel
Replies: 17
Views: 192080

link between Reuters and Excel

easy use Reuters function in Excel instead of copy/paste (ex SSecurity Ssql...).but anyway Reuters' sucks.
by liefje
November 28th, 2003, 3:06 pm
Forum: Student Forum
Topic: (1-x)Cosx=Sinx
Replies: 5
Views: 189791

(1-x)Cosx=Sinx

FDAX is right (as always) when it's about trigonometry I suggest you to use imaginary notation:cos(x)=(eix+e-ix)/2sin(x)=(eix-e-ix)/2ithen you can derive almost all trig formulas but the one you're asking for
by liefje
November 25th, 2003, 6:34 am
Forum: Technical Forum
Topic: Numerical recipes in VBA
Replies: 11
Views: 191852

Numerical recipes in VBA

Yeah I was thinking about Matlab Excel builder since I need Excel as an interface oas well as dll...But you know just to know if there was something readily available (it's for a mock-up so I need to present it shortly )
by liefje
November 24th, 2003, 3:14 pm
Forum: Technical Forum
Topic: Numerical recipes in VBA
Replies: 11
Views: 191852

Numerical recipes in VBA

Just to be curious, has someone ever tried to translate the numerical recipes into VBA codes???For instance the optimization function???Thx
by liefje
November 19th, 2003, 3:20 pm
Forum: Technical Forum
Topic: Best way to calculate historical volatility
Replies: 15
Views: 191901

Best way to calculate historical volatility

nopi it's an estimator, take the standard dev of the log return as every body does.
by liefje
November 6th, 2003, 2:49 pm
Forum: Student Forum
Topic: Comparison of Heston pdf with Normal pdf
Replies: 6
Views: 191568

Comparison of Heston pdf with Normal pdf

Are u sure you have scaled your pdf?
by liefje
November 3rd, 2003, 11:01 am
Forum: Technical Forum
Topic: fitting a sinusoidal expectations on a tree
Replies: 1
Views: 189434

fitting a sinusoidal expectations on a tree

I think you gonna have sampling issues....
by liefje
October 31st, 2003, 9:28 am
Forum: General Forum
Topic: Weighted Average Probability of Default
Replies: 4
Views: 189953

Weighted Average Probability of Default

WARF must what your looking forIf I remeber well, to compute WARF for instance take the proba of default (ten years) of each bonds corresponding its ratingWARF=Sum(RFi*Ni/N)Ni nominal of each bondRFi proba of default of each bond (10 years)N total nominal
by liefje
October 29th, 2003, 2:35 pm
Forum: Student Forum
Topic: CLiquets, Monte-Carlo & forward Vol
Replies: 5
Views: 190063

CLiquets, Monte-Carlo & forward Vol

<t>1. Local vol is sometimes called fwd vol.Local vol is more akin to fwd rate (see E Derman GS paper for a comparison).2. I am indeed not sure what you mean but you'd better forget it right away.3. Sin doesn't converge (Sinc does). If you have a problem make sure that your quasi random number are s...
by liefje
October 24th, 2003, 2:40 pm
Forum: Programming and Software Forum
Topic: Reech Local Volatility Model
Replies: 2
Views: 189962

Reech Local Volatility Model

Are you using the dll version or the xla?With the xla, when I input flat IVs, the resulting Localvol surf is not stable.So look first at the local vol it provides and if so put this product in the bin....
by liefje
October 23rd, 2003, 7:04 am
Forum: Technical Forum
Topic: bond volatility question
Replies: 6
Views: 191228

bond volatility question

which Hull's formula are you referring to?