P
PeteCresswell
I've got a client that does bond and equity trading on behalf of
various "funds".
Some of these funds are owned by groups that do not care to invest
certain companies.
Each of those groups supplies an explicit list of companies that they
do not want to invest in.
The traders don't have to make judgement calls. All they have to do
is check to see if a company is on the list before buying into it.
But if there are a lot of lists and/or some lists are very long - and
not always alphabetically
sequenced - it becomes a problem.
In addition, the name of the company that the trader wants to buy
might not be spelled/rendered quite the same as it might be on
somebody's list.
What they want is a quick/easy way to check the lists.
Something like:
--------------------------------------------------------
- Trader specifies which group they're buying for.
- Trader enters the name - or some fragment thereof - of the
company they're thinking about buying into.
- The application presents a list of forbidden companies -
hopefully less than a dozen - based on
some sort of fuzzy matching against the list.
- The trader eyeballs that short list to see if the company they're
about to trade
is on it.
---------------------------------------------------------
Before I run off and develop this as an MS Access application, I
thought I'd ask around to see
----------------------------------------
- If I'd be re-inventing the wheel
- What the best approach would be if/when I actually do it.
----------------------------------------
Seems like such a common situation that I'd be suprised if there
weren't a number of canned solutions out there.
Anybody have some thoughts on this?
various "funds".
Some of these funds are owned by groups that do not care to invest
certain companies.
Each of those groups supplies an explicit list of companies that they
do not want to invest in.
The traders don't have to make judgement calls. All they have to do
is check to see if a company is on the list before buying into it.
But if there are a lot of lists and/or some lists are very long - and
not always alphabetically
sequenced - it becomes a problem.
In addition, the name of the company that the trader wants to buy
might not be spelled/rendered quite the same as it might be on
somebody's list.
What they want is a quick/easy way to check the lists.
Something like:
--------------------------------------------------------
- Trader specifies which group they're buying for.
- Trader enters the name - or some fragment thereof - of the
company they're thinking about buying into.
- The application presents a list of forbidden companies -
hopefully less than a dozen - based on
some sort of fuzzy matching against the list.
- The trader eyeballs that short list to see if the company they're
about to trade
is on it.
---------------------------------------------------------
Before I run off and develop this as an MS Access application, I
thought I'd ask around to see
----------------------------------------
- If I'd be re-inventing the wheel
- What the best approach would be if/when I actually do it.
----------------------------------------
Seems like such a common situation that I'd be suprised if there
weren't a number of canned solutions out there.
Anybody have some thoughts on this?