Viewing 15 posts - 46 through 60 (of 95 total)
I just posted another EMail problem on this site but have had nothing but problems with EMail and SQL Server - Even using all Microsoft products. I don't recall...
September 9, 2003 at 7:17 am
Figured it out - finally !!!
My factor percentages SHOULD have been entered in the table like this:
1) .275
2) .55
but I had them as full percentages like this:
1) 27.5
2) 55
So..
A "DOMAIN...
September 3, 2003 at 11:48 am
Heh- here's a new one...
If I replace the "@FactorNum" variable in the calling routing with its actual value from the table ( a hardcoded .275) - all works fine.
So instead...
September 3, 2003 at 10:02 am
Thanks 5409045121009...
There's no need to test the UDF - why you ask? Because I've been using the UDF in Production for over 2 months now with no problems.
Problems ONLY...
September 3, 2003 at 6:32 am
OK -U asked for it...
Further testing reveals that the UDF works fine as standalone(and has for months) but called from a cursor fails. If I remove the @PortfolioPct in...
September 2, 2003 at 3:29 pm
Thanks guys - I guess using CAST will just just be part of the game regardless.
I wish I could include pictures in here but here it goes...
If you open the...
June 10, 2003 at 6:50 am
Worrying 99% about accuracy of performance calcs.
The performance thing is only a sideline thinking about the future and things like 10 year performance etc...
1) Must work
2) Must work accurately
3) Must...
June 5, 2003 at 7:53 am
Reaction time does not matter as their other tecnologies act on a lag that my Grandmother couldn't stand - so it's free form.
However, My current system runs like the wind...
June 5, 2003 at 7:37 am
Sharpe and Treynor = huh?
I can only code the specs I'm given and one of the senior guys here has me using not the NAV, but the daily performance percentage...
June 5, 2003 at 7:19 am
Heh-
You've got me pegged !
It seems that using a Beginning versus ending NAV is satisfactory but we'll be using every days data to find the geometric mean using the SUM(LOG())...
June 5, 2003 at 6:53 am
Thanks Frank-
I'm working on basic, internally calculated performance for a set of Mutual Funds and their underlying Managers. Problems arise when attempting to run geometric performance on a daily...
June 4, 2003 at 2:14 pm
Ouch-
It may look complex but it's really not.
At it's core it's a result set based on several correlated subqueries. I have one chunk of SQL (in a UDF called...
May 5, 2003 at 7:07 am
Sorry...
I am doing an outer select because the inner select actually contains 3 similar select statements which are UNIONed together. And, they need to be sorted with a dynamic...
May 2, 2003 at 11:13 am
My general rules are as follows:
1) NOONE hits tables directly from ANY application. Security is applied both to the SProx and to the Application.
2) Since ADO seems to easily...
April 29, 2003 at 9:50 am
Ugh-
I may be back to storing and not dynamically calculating.
Why? Because:
1) The perfomance dates are sparse - holidays, weekends etc.
2) I have mutiple entities which have performance in the same...
April 4, 2003 at 8:03 am
Viewing 15 posts - 46 through 60 (of 95 total)