Serving the Quantitative Finance Community

Search found 84 matches

by Flex
March 26th, 2003, 8:38 am
Forum: Student Forum
Topic: When is "Stop Loss" not a good thing to have !
Replies: 23
Views: 192231

When is "Stop Loss" not a good thing to have !

<t>Be careful with not getting out-stop-lossed. E.g. when you buy a stock at 11€, and analysts say a stop-loss is @ 10€, and the stock drops by some cents. Then a very powerful shortseller drives the stockprice under 10€, stop losses are executed dropping the share to 9.50, and then he buys his shor...
by Flex
March 25th, 2003, 3:52 pm
Forum: Programming and Software Forum
Topic: VB functions
Replies: 6
Views: 190261

VB functions

Try WorksheetFunction.normsist, maybe this is faster.hth, Flex
by Flex
March 24th, 2003, 9:44 am
Forum: Programming and Software Forum
Topic: Excel Array Question
Replies: 2
Views: 189611

Excel Array Question

I'm too lazy to look how arrays are defined in Excel,but a easier way would be
for i=0 to dimensionvector(i)=array(i)(i)next i
by Flex
March 24th, 2003, 9:38 am
Forum: General Forum
Topic: Asset correlations for credit portfolio..
Replies: 13
Views: 191763

Asset correlations for credit portfolio..

<r>KMV Kredit Monitor delivers Assetvalue time series, though they are a bit hidden <E>:-)</E>. Add the companies neededto a set, and then click on SETs and UDAs. There you will find timeseries of 5 years for equity value, liabilities andasset value, and you can save them in a file. Be careful thoug...
by Flex
March 21st, 2003, 8:51 am
Forum: General Forum
Topic: Asset correlations for credit portfolio..
Replies: 13
Views: 191763

Asset correlations for credit portfolio..

<t>Britannia, you chose yourself a difficult task. First of all, as jabairu said, equity correlationsare a first hint in the right direction. I think creditmetrics uses equity correlations as proxyfor asset correlations, but they use a factor-regression before.If we talk further, we have to clarify ...
by Flex
March 21st, 2003, 8:35 am
Forum: Student Forum
Topic: Calculation of Spread/yield
Replies: 3
Views: 189821

Calculation of Spread/yield

<t>Thx for your answer, aaron, i to thought that current yield was of limited use. So if i havea bond and a risk free interest rate, i have to calculate ytm to gainspreads. So 1) What is the easiest way to calculate this? Generally said, it is to solve the equationall cash flows discounted at yield ...
by Flex
March 20th, 2003, 4:53 pm
Forum: Student Forum
Topic: Calculation of Spread/yield
Replies: 3
Views: 189821

Calculation of Spread/yield

<t>Since i got some strange results, i wanna check if i'm prolly false .Yield:When i got bond with let's say 6% coupon and a principle of 100, and a marketvalue of 95, current yieldwould be 6.316 ( 6*100/95 ). Yield to maturity would be more complicated, solving for a a rate, for whichall future cas...
by Flex
March 18th, 2003, 3:52 pm
Forum: Programming and Software Forum
Topic: C++ Linked Lists
Replies: 9
Views: 190433

C++ Linked Lists

<t>I can just rely on my memory of c and other programming languages:There a list consists of a record, which consists of a data part and a pointer to such a record, and a root, which points to the first element of a list.Whenever you add a new element to that list, you iterate the list from the roo...
by Flex
March 18th, 2003, 3:41 pm
Forum: Student Forum
Topic: KMV sigma's
Replies: 2
Views: 189716

KMV sigma's

<t>But imo, if i have asset value time series, the std of the logreturns (e.g for the last 3 yrs or for whatever period)should equal those sigma's, or shouldn't they?From what i saw KMV uses non-constant debt for their estimation of asset value time series. But if youdo this (from my own experience ...
by Flex
March 18th, 2003, 1:11 pm
Forum: Student Forum
Topic: Bears
Replies: 5
Views: 189764

Bears

No, i luckily never had the feeling before that money lies in such amount on the street. So i just started to invest last week, though i followed the market for several years now.
by Flex
March 18th, 2003, 12:58 pm
Forum: Technical Forum
Topic: othogonal regression
Replies: 3
Views: 189985

othogonal regression

I suggest google + orthogonal regression, maybe add some excel to it too.[hint] Maybe you even find some post in this forum, which gives you the intentionthat you could have even used the search-function of this forum ;-) [/hint]
by Flex
March 18th, 2003, 12:42 pm
Forum: Student Forum
Topic: Bears
Replies: 5
Views: 189764

Bears

I said the market was to low for the whole past month. Finally the market realized i'm right (j/k)
by Flex
March 18th, 2003, 12:39 pm
Forum: Student Forum
Topic: KMV sigma's
Replies: 2
Views: 189716

KMV sigma's

<t>Someone knows how KMV calculates their firm sigma's (std of asset value log-returns)?Because i had the possibility to have a look at their asset value time series, and the sigma'sobtained from them didn't matched the KMV sigma's (as they should?). In fact, since theseAsset value time series conta...
by Flex
March 18th, 2003, 12:35 pm
Forum: Student Forum
Topic: Paper needed
Replies: 1
Views: 189628

Paper needed

For my thesis i'd like to throw a look into Peter Hecht's paper "The Cross-section of Expected Firm (not equity) Returns"Haven't found it in the net, maybe somebody posesses a copy.Thx in advance, Flex
by Flex
March 17th, 2003, 1:45 pm
Forum: Programming and Software Forum
Topic: Internet Security Settings
Replies: 1
Views: 189521

Internet Security Settings

Menu->tools-> Internet options. Just play some with all security/advanced options, until it works...