<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Hedge Fund Software</title>
	<atom:link href="http://www.hedgefundsoftware.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hedgefundsoftware.net</link>
	<description>Hedge Fund Software Industry Blog</description>
	<pubDate>Wed, 25 Aug 2010 23:09:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Helpful Hints for Interviewing Experienced QA/Testing Candidates</title>
		<link>http://www.hedgefundsoftware.net/helpful-hints-for-interviewing-experienced-qatesting-candidates/</link>
		<comments>http://www.hedgefundsoftware.net/helpful-hints-for-interviewing-experienced-qatesting-candidates/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 23:04:39 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Accounting Software]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[Research Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[software qa]]></category>

		<category><![CDATA[software testing]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=162</guid>
		<description><![CDATA[Test managers often hold brief phone interviews to screen out candidates for QA/testing positions. With resume in hand, which the test manager has probably not even reviewed, before the interview commences the test manager is expected to determine within an hour or less whether the interviewed candidate would be a good fit for the project. [...]]]></description>
			<content:encoded><![CDATA[<p>Test managers often hold brief phone interviews to screen out candidates for QA/testing positions. With resume in hand, which the test manager has probably not even reviewed, before the interview commences the test manager is expected to determine within an hour or less whether the interviewed candidate would be a good fit for the project. Trying to evaluate in such a short period time a candidate’s ability to perform the project’s testing and QA tasks can be an inexact science. It can also be a subjective undertaking if the test manager fails to ask the appropriate questions from the interviewing candidate. Even relying on a resume to determine the candidate’s aptitude for a position is unreliable since many candidates embellish their resumes.</p>
<p>A recommended approach for interviewing candidates is to draft a specific list of questions before the interview begins that are pertinent to the position that needs to be filled. These questions should be based on the candidate’s QA accomplishments and skill sets as documented in the resume. Below are some sample questions that can help demonstrate a candidate’s experience in the areas of quality assurance, and also their creativity and ability to comprehend basic testing concepts. The questions below can serve as criteria to screen out inexperienced candidates during the interviewing process.</p>
<p><strong>Describing Testing/QA Terms<br />
</strong><br />
An experienced testing candidate with several years of experience will exhibit knowledge and understanding of well-established testing principles and testing terminologies. It behooves the test manager to ask the testing candidate to describe these concepts. Some suitable examples would be:</p>
<p>What is the objective of a peer review?<br />
What is the Unified Modeling Language?<br />
What are the components of a test plan?<br />
What are the benefits of automated testing?<br />
What are the benefits of Configuration Management?<br />
What are the characteristics of a good test requirement?<br />
What is a requirements traceability matrix is and why it is necessary?<br />
What is the criterion for composing a test readiness review list (TRR)?<br />
Provide descriptions for testing approaches (i.e. white box versus black box, etc).</p>
<p>The test manager needs to ascertain if the testing candidate is familiar with industry accepted terminologies that are commonly used within the project where the tester is being considered.</p>
<p><strong>Thinking On Their Feet<br />
</strong><br />
In addition to understanding the testing requirements, a good testing candidate should have creativity and ingenuity when testing a software application. A tester should always be alert to potential scenarios that could cause an application to fail or yield defects and/or errors; even if such scenarios are not documented or presented in requirements. A thorough tester executes a particular test scenario with different sets of data, and conducts boundary testing to ensure that an application would not be deployed into production with overlooked problems.<br />
A suggested question to discern a candidate’s testing meticulousness is to have a candidate provide use cases and test cases for a commonly used machine, or a self service application. An example would be: what test cases and use cases can the candidate think of for operating a beverage dispensing machine, or for purchasing books via a website. The candidate should generate an extensive list of test cases and use cases for the two aforementioned examples.</p>
<p>Development of Test Scenarios and Test Scripts<strong> A well written test scenario has information about: pre-conditions, post-conditions, traceability to a requirement, description, identification of authorship, a peer review and sign off section, roles to be tested, etc.</strong> A test script or test procedure on the other hand has detailed test steps with valid data values and expected results for each test step. In addition, a test script provides information about the test execution results for &#8220;passes/failures&#8221; and mapped requirements for the test step.<br />
The test manager can have the tester provide information as to how test cases and test scripts were documented at the previous project. What level of detail was presented for the test cases and test scripts? What exactly was documented for the test cases and test scripts? Another suggestion is to have the tester send a sample test case and test script that he/she documented at a previous project for review. A well-documented test case and test script will demonstrate the tester’s attention to detail.</p>
<p><strong>Life Cycle Methodologies<br />
</strong><br />
An experienced tester should have experience working with one or more IT methodologies such as waterfall spiral, evolutionary, incremental, rapid prototyping, etc. Some methodologies are more appropriate when requirements are well known/defined, or when requirements are not well known, or when the project has high risks, etc. The tester vying for the position should understand what the differences are between the main software development lifecycle methodologies. The test manager can present the tester with different hypothetical scenarios of IT projects and ask the tester what methodology would be most fitting based on the presented scenario.</p>
<p><strong>Test Procedures and Test Standards<br />
</strong></p>
<p>What testing standards and procedures the candidate has been exposed to is of paramount importance in determining whether the candidate would either be a good fit or adapt to a new testing environment. Did the candidate come from a regimented and disciplined type work environment like a CMM work environment with repeatable and defined processes? Or, did the candidate work in a chaotic test team that did not have any standards, procedures or defined processes?</p>
<p>Testers that come from a loose testing environment sometimes have difficulty adjusting to regimented testing environments that have <strong>defined processes and standards for things such as: lessons learned, test plans, naming standards, version control, test case templates, test execution matrix, test logs, test folders, reporting of test results, etc.</strong> Conversely, a tester that follows strict testing standards and procedures may struggle in a work environment that does not have defined processes, well documented scenarios, no structure for test cases, or templates for test scripts, etc. Questions that identify what the candidate’s experience is with testing standards and procedures are critical for assessing how well the candidate would adjust to the current QA environment.</p>
<p><strong>Defects<br />
</strong><br />
It&#8217;s advisable to learn what sorts of defects a tester has identified and reported on in previous projects. Based on the candidate’s answers, the test manager can learn whether the tester focuses on cosmetic/minor defects or defects that are show stoppers and would have caused havoc for a released or production deployed application.</p>
<p>The test manager can have the candidate expound on a significant defect that was discovered and, what the impact of the defect would have been had the candidate not caught it. In particular, the test manager can focus on the tester’s approach for identifying the defect and how the tester re-tested the defect subsequently leading to the closing of the defect.</p>
<p>Test Script Automation Many candidates list in their resumes that they have experience with various automated testing tools. However, when confronted with technical questions about their experience with automated testing tools many candidates respond that their experience with automated test tools is limited to capturing and playback. Candidates that manifest to have only recorded and played back test scripts are in fact devoid of significant experience with automation test tools. Even candidates who claim to hold certifications with test tools should have their background probed and examined with technical questions.</p>
<p>The test manager should find out whether the candidates understand what a data driven test script is, how to create a parameterized test script, and why it would be necessary to construct a data driven script. The test manager should also ask the candidates to explain what data correlation is, how to create a driver script, how to synchronize scripts, why it is necessary to synchronize scripts, and how to report the execution results from a test script. Other key questions would be techniques for identifying and verifying recorded objects including providing examples of object’s attributes that can be verified, how to create checkpoints, how to debug an automated test script, and in what modes a recorded script can be re-played. The candidate should also know how to map and learn custom objects that the recording test tool does not identify or recognize.</p>
<p>The test manager can present more technical questions based on the nuances of the recording test tool that is present at the project site. The main objective of technical questions is to ensure that a candidate has experience that goes beyond merely recording and playing back scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/helpful-hints-for-interviewing-experienced-qatesting-candidates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing</title>
		<link>http://www.hedgefundsoftware.net/software-testing/</link>
		<comments>http://www.hedgefundsoftware.net/software-testing/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:18:42 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[software testing]]></category>

		<category><![CDATA[software testing strategies]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=160</guid>
		<description><![CDATA[Summary

In the simplest terms, Software Testing is a process to ensure the accuracy, completeness and quality of any developed software.
Rather than limiting this to a formally technical process used to investigate and measure quality of the developed computer software in terms of correctness, completeness and security, it is imperative to test the software components and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary<br />
</strong><br />
In the simplest terms, Software Testing is a process to ensure the accuracy, completeness and quality of any developed software.</p>
<p>Rather than limiting this to a formally technical process used to investigate and measure quality of the developed computer software in terms of correctness, completeness and security, it is imperative to test the software components and the software as a whole for integrity, capability, reliability, efficiency, portability, maintainability, compatibility and usability of the software. This is particularly important in an operating environment where it is planned to be implemented, and testing will need to adhere to the technical requirements as described under ISO standard ISO 9126.</p>
<p><strong>Test Management<br />
</strong><br />
<strong>Planning a Test Project<br />
</strong><br />
A test project includes the creation of a test plan, collecting test scenarios, writing test cases, executing test cases, evaluating and reporting the test results and managing the software testers.</p>
<p>It is also imperative to ensure which items are in the scope of testing and which are out of scope, maintaining scheduling and training. We need to establish a strategy to be followed in each of the testing phases. All of these phases come under test management.</p>
<p><strong>Managing Test Data<br />
</strong><br />
Effective testing requires the presence of adequate and suitable test data. Where test results are specified, it is presumed that the inputs will be consistent from text execution to execution. In situations where automated testing methodologies are employed, a standardized test bed of data may be required to facilitate the automated assessment of &#8220;passed&#8221;.</p>
<p>Depending on the test being executed, test data may be copied from a production system, or may be developer generated, or a combination of both. In situations where extreme testing precision is required, the test data may be specifically created, saved and copied into the environment at the outset of every testing cycle to ensure a consistent test execution.</p>
<p>Test data needs to be considered when developing some of the larger tests (User Acceptance Testing, Regression Testing and System Testing). As plans are developed for test execution, the creation, modification or even restoration of test data are critical concerns that must be effectively managed.</p>
<p><strong>Testing Methodology<br />
</strong><br />
The best approach is to conduct end to end testing. Testing methodology is applied in two major phases: Functional Testing and Non-Functional Testing.</p>
<p>But also the context where a system is deployed will influence the Testing Methodology. There will be a difference between tests for a commercial software package to be sold to consumers and embedded software or a server solution for a website of a one-off logistics solution.</p>
<p><strong>Functional Testing<br />
</strong><br />
1. Unit Testing : Testing each component of the application separately.<br />
2. System Testing : Testing the system as a whole.<br />
3. Integration Testing : Testing the system with other interfaces.<br />
4. Regression Testing : Testing changes made to the system and ensuring that new problems are not introduced as a result of the changes.<br />
5. User Acceptance Testing : Testing the system to ensure it meets the user requirements.<br />
6. Sociability Testing : Testing the system with other applications in the platform.<br />
7. Security testing : Test the software from external damages it meets the user requirements.<br />
8. Performance testing : Testing that is performed to determine how fast some aspect of a system performs under a particular workload.</p>
<p><strong>Non-Functional Testing<br />
</strong><br />
1. Usability Testing : Usability testing focuses on determining if the product is easy to learn, satisfying to use and contains the functionality that the users desire.<br />
2. Stress and Performance Testing : The purpose of this testing is to predict the system behavior and performance.<br />
3. Accessibility Testing : to determine the extent to which the end user interacts with the application.</p>
<p><strong>Automated Testing<br />
</strong><br />
One of the purposes of automated testing is to ease regression testing. Once the system is stable, then automated testing can be started.</p>
<p>Once automated tests exist, they can and should be used to help build better and more stable software ready for any manual testing and user acceptance testing.</p>
<p>Preferrably, automated tests can be run overnight on software builds, rather than the live version. This will help give a clearer indication to the stability of the build the following morning. Hopefully, leading to more time being available for the rest of the testing and development.</p>
<p><strong>Test Framework<br />
</strong><br />
A set of ideas and tools that revolve around optimizing the test-effort. When implemented using the supporting tools, these ideas render the maintenance of the automated testing scripts or other entities easier.</p>
<p>JUnit Test Tool</p>
<p>The JUnit test tool is designed to assist in unit testing of java objects. It can be useful in testing a non-java environment (eg. by wrapping the test target inside a java object).</p>
<p>From Main Frame testing to ebusiness testing</p>
<p>* Testing the MainFrame System<br />
* Testing the Client Server Application<br />
* Testing the Internet Application<br />
* Testing Web Services</p>
<p><strong>Component Performance Criteria<br />
</strong><br />
Testing is a major part of agile development processes, but until recently, the vast majority of effort has been focused on functional testing. In the world of integrated systems, many projects are undertaken to speed up processes. Traditional development processes teach that optimisation should not be carried out until a performance problem is identified, thus aiding maintainability. Unfortunately, this has led to the postponement of performance testing until after integration testing. This can often make it too late to address fundamental problems as time is short or key resources have moved on to other projects.</p>
<p>Component Performance Criteria is about breaking down the performance requirement for the whole system and attributing it to individual components. Admittedly, it does not guarantee the absence of performance problems later in the project, but it will highlight if they are already there.</p>
<p>Example: if a system must process five transactions per second, and consists of 10 major components, and an individual component has been measured to take 0.5 seconds to process a single transaction and can only process one transaction simultaneously, a bottleneck is already present and resolution of the problem can begin immediately.</p>
<p>Optimally, performance testing should be carried out regularlly with the fewest potential issues. This is effectively done with automation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/software-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Development Stages</title>
		<link>http://www.hedgefundsoftware.net/software-development-stages/</link>
		<comments>http://www.hedgefundsoftware.net/software-development-stages/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:15:01 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Software Development Life Cycle]]></category>

		<category><![CDATA[software development process]]></category>

		<category><![CDATA[software development stages]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=158</guid>
		<description><![CDATA[Domain Analysis
It is usually the first step in attempting to design a new piece of software. It involves the investigation of the area such as: banking, marketing, retailing, insurance etc., where the software is to be employed.

Know The Client
The holy grail of any project, satisfy your client. For that you need to know, what is [...]]]></description>
			<content:encoded><![CDATA[<p><span id="ctl00_m_m_i_pnlMainMessage" class="size13 anthracite"><strong>Domain Analysis<br />
</strong>It is usually the first step in attempting to design a new piece of software. It involves the investigation of the area such as: banking, marketing, retailing, insurance etc., where the software is to be employed.<br />
</span></p>
<p><span id="ctl00_m_m_i_pnlMainMessage" class="size13 anthracite"><strong>Know The Client</strong><br />
The holy grail of any project, satisfy your client. For that you need to know, what is in his mind regarding his requirements. He is the best person to tell you, what they want. While skilled and experienced software engineers can fill in any incomplete, ambiguous or contradictory information.</p>
<p><strong>Specification</strong><br />
Specification means precisely describing the software to be written in a rigorous way.</p>
<p><strong>Software architecture</strong><br />
The architecture of a software system refers to an abstract representation of that system. Architecture is concerned with making sure the software system will meet the requirements of the product, as well as ensuring that future requirements can be addressed.<br />
</span></p>
<p><span id="ctl00_m_m_i_pnlMainMessage" class="size13 anthracite"><strong>Implementation (or coding) </strong><br />
Reducing a design to code may be the most obvious part of the software engineering job, but it is not necessarily the largest portion.</p>
<p><strong>Testing</strong><br />
Testing of parts of software is done by a software engineer to check out any bug or error.</p>
<p><strong>Documentation </strong><br />
An important (and often overlooked) task is documenting the internal design of software for the purpose of future maintenance and enhancement.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/software-development-stages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Strategies</title>
		<link>http://www.hedgefundsoftware.net/software-testing-strategies/</link>
		<comments>http://www.hedgefundsoftware.net/software-testing-strategies/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:05:08 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[black box testing]]></category>

		<category><![CDATA[glass box testing]]></category>

		<category><![CDATA[software testing]]></category>

		<category><![CDATA[software testing strategies]]></category>

		<category><![CDATA[white box testing]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=156</guid>
		<description><![CDATA[It is impractical and often impossible to find all the errors in a program. This fundamental problem in testing thus throws open the question as to what would be the strategy that you would adopt to test. Two of the most prevalent strategies include black-box testing and white-box testing.
Black-Box testing
* Examines the fundamental aspect of [...]]]></description>
			<content:encoded><![CDATA[<p>It is impractical and often impossible to find all the errors in a program. This fundamental problem in testing thus throws open the question as to what would be the strategy that you would adopt to test. Two of the most prevalent strategies include black-box testing and white-box testing.</p>
<p><strong>Black-Box testing</strong></p>
<p>* Examines the fundamental aspect of the system with little or no regard to the internal logical structure of the system.<br />
* Demonstrates that software functions are operational and the input is properly accepted and output is correct produced.<br />
* Integrity of the external information (eg. Database) is maintained.</p>
<p>BLACK BOX TESTING STRATEGY - would involve different types of Testing. When the Build is for the first time to test - we start with Validations and Verifications wrt the Scope/SRS document or Mapped Test Cases. We even start tracing the Traceability Matrix. We mark the observations as in Severity and Priority and publish a Testing Report. Next Build onwards we start with Smoke Testing Phase - if test cases report FAIL STATUS then we reject the build saying it Non Testable. If the cases are of PASS STATUS we start with System Testing, Include Regression Testing - verifying the old bugs and though Impact Analysis of each Bug. If new functionalities are there then we do Integration Testing. IN ALL the Builds we incorporate Usability Testing - checking UI, Messages, and other User perspective points. We incorporate Database Testing - through SQL Commands to check the Data Driven Scenarios.Last but not the least cover the Security Testing phase - especially in cases of web applications.</p>
<p><strong>White-Box testing / Glass-Box testing</strong></p>
<p>* Examines the fundamental aspect of the system with complete information and access to the internal logical structure, code and algorithms.<br />
* Logical paths are tested. Test cases which tests the loops (DO LOOP) and conditions (IF STATEMENTS) are explicitly designed and used to test the logical paths.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/software-testing-strategies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stock Trading Open Source Technologies</title>
		<link>http://www.hedgefundsoftware.net/stock-trading-open-source-technologies/</link>
		<comments>http://www.hedgefundsoftware.net/stock-trading-open-source-technologies/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 08:55:24 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Order Management Software]]></category>

		<category><![CDATA[Portfolio Management Software]]></category>

		<category><![CDATA[Research Software]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[AIOTrade]]></category>

		<category><![CDATA[Auge]]></category>

		<category><![CDATA[CCAPI2]]></category>

		<category><![CDATA[Data Visualizer]]></category>

		<category><![CDATA[EclipseTrade]]></category>

		<category><![CDATA[JavaTraders]]></category>

		<category><![CDATA[JavaTraders Google Group]]></category>

		<category><![CDATA[JSystemTrader]]></category>

		<category><![CDATA[Market Analysis System]]></category>

		<category><![CDATA[Marketcetera]]></category>

		<category><![CDATA[Matrex]]></category>

		<category><![CDATA[Merchant of Venice]]></category>

		<category><![CDATA[OJTS]]></category>

		<category><![CDATA[Open Java Trading System]]></category>

		<category><![CDATA[open source trading]]></category>

		<category><![CDATA[open source trading software]]></category>

		<category><![CDATA[Oropuro]]></category>

		<category><![CDATA[Oropuro trading system]]></category>

		<category><![CDATA[SFL Java Trading System Enviroment]]></category>

		<category><![CDATA[stock trading open source software]]></category>

		<category><![CDATA[TrueTrade]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=152</guid>
		<description><![CDATA[AIOTrade
http://sourceforge.net/projects/humaitrader
http://blogtrader.org/
AIOTrade (formerly Humai Trader Platform) is a free, open source stock technical analysis platform built on pure java. Its pluggable architecture is also ideal for custom features extending, such as indicators and charts. It Requires JRE 1.5.0+.
Auge
http://sourceforge.net/projects/auge
http://auge.sourceforge.net/
Auge is an easy-to-use financial portfolio management application. Auge will help you monitor and analyze your stock and mutual [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AIOTrade</strong></p>
<p>http://sourceforge.net/projects/humaitrader<br />
http://blogtrader.org/</p>
<p>AIOTrade (formerly Humai Trader Platform) is a free, open source stock technical analysis platform built on pure java. Its pluggable architecture is also ideal for custom features extending, such as indicators and charts. It Requires JRE 1.5.0+.</p>
<p><strong>Auge<br />
</strong>http://sourceforge.net/projects/auge<br />
http://auge.sourceforge.net/</p>
<p>Auge is an easy-to-use financial portfolio management application. Auge will help you monitor and analyze your stock and mutual fund positions, providing powerful insight into your entire investment portfolio.</p>
<p><strong>Data Visualizer<br />
</strong>http://sourceforge.net/projects/dataviews<br />
http://dataviews.sourceforge.net/</p>
<p>Modular environment for graphical visualization of stock market type data</p>
<p><strong>CCAPI2</strong><br />
http://www.activestocks.eu/?q=node/1<br />
http://www.activestocks.eu/</p>
<p>The open source finance library on the net.<br />
A java library for automated stock trading, sub fields of financial engineering and automated financial<br />
instrument analysis. A java financial library. The CCAPI It is also a algorithm trading application framework.<br />
CCAPI is the premium open source java library for developing stock exchange related applications on the net.<br />
Various common indicators, methods for creating charts and direct trade interfaces to selected brokers are<br />
available for your fingertips.</p>
<p><strong>EclipseTrade<br />
</strong>http://sourceforge.net/projects/eclipsetrader/<br />
http://eclipsetrader.sourceforge.net/</p>
<p>Stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, automated trading systems, integrated trading. Based on Eclipse RCP framework.</p>
<p><strong>JSystemTrader<br />
</strong>http://www.myjavaserver.com/~nonlin&#8230;stemTrader.html</p>
<p>JSystemTrader is a fully automated trading system (ATS) that can trade various types of market securities during the trading day without user monitoring.<br />
All aspects of trading, such as obtaining historical and real time quotes, analyzing price patterns, making trading decisions, placing orders, monitoring order executions, and controlling the risk are automated according to the user preferences.<br />
The central idea behind JSystemTrader is to completely remove the emotions from trading, so that the trading system can systematically and consistently follow a predefined set of rules.</p>
<p><strong>Market Analysis System<br />
</strong>http://sourceforge.net/projects/eiffel-mas<br />
http://eiffel-mas.sourceforge.net/</p>
<p>System for analysis of financial markets using technical analysis. Includes facilities for stock charting and futures charting, as well as automated generation of trading signals based on user-selected criteria. Operates on both daily and intraday data.</p>
<p><strong>Marketcetera<br />
</strong>http://trac.marketcetera.org/<br />
http://www.marketcetera.com/</p>
<p>Marketcetera LLC is building a new software platform committed to providing fast, flexible and reliable securities trading tools to financial services professionals. Our mission is to make world-class order-management and risk-management software available and affordable to individuals and to institutions of all sizes. Marketcetera focuses on building the key trading functions that are common to all organizations, thus freeing our clients to concentrate on proprietary trading algorithms and other specialized software that provide a competitive advantage.</p>
<p><strong>Matrex<br />
</strong>http://sourceforge.net/projects/matrex/<br />
http://matrex.sourceforge.net/</p>
<p>Use Matrex, the un-spreadsheet, instead of spreadsheets when working with vectors (e.g. database data, charts) and matrices. The perfect desktop tool for mathematical, statistical models and complex calculations. Adapters to matlab, scilab, octave, R.</p>
<p><strong>Merchant of Venice<br />
</strong>http://sourceforge.net/projects/mov<br />
http://mov.sourceforge.net/</p>
<p>Venice is a stock market trading programme that supports portfolio management, charting, technical analysis, paper trading and genetic programming. Venice runs in a graphical user interface with online help and has full documentation.</p>
<p><strong>Open Java Trading System<br />
</strong>http://sourceforge.net/projects/ojts/<br />
http://ojts.sourceforge.net/</p>
<p>The Open Java Trading System (OJTS) is meant to be a common infrastructure to develop (stock) trading systems. There are four parts: gathering of raw data over the internet, recognition of trading signals, a visualisation module and trading with banks.</p>
<p><strong>Oropuro trading system<br />
</strong>http://sourceforge.net/projects/oropuro<br />
http://www.oropuro.org</p>
<p>Complete technical analysis &amp; trading system, full set of features: retrieve, analyze EOD stocks data; manage multiple portfolios; technical analysis &amp; graphical rendering; neural networks for generation of trading signals; support trader community,</p>
<p><strong>SFL Java Trading System Enviroment<br />
</strong>http://sourceforge.net/projects/sfljtse<br />
http://www.sflweb.org/index.php?blog=sfljtse</p>
<p>The SFL Java Trading System Enviroment is a java application built on KISS principle (Keep It Simple,Stupid) and its aim is to provide a fast and platform indipendent infrastructure to develop and execute trading systems.</p>
<p><strong>TrueTrade<br />
</strong>http://code.google.com/p/truetrade/<br />
http://groups.google.com/group/TrueTrade-Gen<br />
http://groups.google.com/group/TrueTrade-Dev</p>
<p>TrueTrade is a framework for developing, testing and running automatic trading systems. It is intended to provide support for a wide range of orders, financial instruments and time scales. It provides tooling for backtesting the strategy against historical data, and a separate tool for running the strategies in live mode. Strategies currently require some Java coding experience, though this may change at a later date.<br />
It is currently in pre-alpha mode and should not be used against a live trading account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/stock-trading-open-source-technologies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Source Indicators, Components and Their Documentation</title>
		<link>http://www.hedgefundsoftware.net/open-source-indicators-components-and-their-documentation/</link>
		<comments>http://www.hedgefundsoftware.net/open-source-indicators-components-and-their-documentation/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:44:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[People]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=149</guid>
		<description><![CDATA[Did not post for a while, because was really slammed with work. But could not resist from sharing this very valuable online resource
http://www2.wealth-lab.com/WL5WIKI/MainPage.ashx
The Wealth-Lab Wiki hosts a Knowledge Base for Wealth-Lab Version 5 (.NET) as well as expanded documentation for Wealth-Lab Standard Indicators and TASC Indicators.
Open Source Code!
This Wiki also serves as our Community portal [...]]]></description>
			<content:encoded><![CDATA[<p>Did not post for a while, because was really slammed with work. But could not resist from sharing this very valuable online resource</p>
<p>http://www2.wealth-lab.com/WL5WIKI/MainPage.ashx</p>
<p>The Wealth-Lab Wiki hosts a Knowledge Base for Wealth-Lab Version 5 (.NET) as well as expanded documentation for Wealth-Lab Standard Indicators and TASC Indicators.</p>
<p>Open Source Code!<br />
This Wiki also serves as our Community portal for open-source Indicators, Components, and their documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/open-source-indicators-components-and-their-documentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blair Hull Chairman &amp; CEO, Matlock Capital (bought out by Goldman Sachs)</title>
		<link>http://www.hedgefundsoftware.net/blair-hull-chairman-ceo-matlock-capital-bought-out-by-goldman-sachs/</link>
		<comments>http://www.hedgefundsoftware.net/blair-hull-chairman-ceo-matlock-capital-bought-out-by-goldman-sachs/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 04:33:05 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[People]]></category>

		<category><![CDATA[automated trading]]></category>

		<category><![CDATA[Blair Hull]]></category>

		<category><![CDATA[computer network]]></category>

		<category><![CDATA[Dow Jones Industrial Average]]></category>

		<category><![CDATA[genetic algorithms]]></category>

		<category><![CDATA[Goldman Sachs]]></category>

		<category><![CDATA[Matlock Capital]]></category>

		<category><![CDATA[NYSE]]></category>

		<category><![CDATA[Russell 2000]]></category>

		<category><![CDATA[Standard & Poor's 500]]></category>

		<category><![CDATA[trading shop]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=143</guid>
		<description><![CDATA[Blair Hull In Worth Magazine

Wall Street&#8217;s 25 Smartest Players By Ted C. Fishman
That was 1989. Today, Hull&#8217;s company is one of the world&#8217;s premier market-making firms, setting the bid-ask price on stocks listed on 28 exchanges in nine countries. In some venues, the Hull Group trades nearly a quarter of the entire daily market volume. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Blair Hull In Worth Magazine<br />
</strong><br />
Wall Street&#8217;s 25 Smartest Players By Ted C. Fishman</p>
<p>That was 1989. Today, Hull&#8217;s company is one of the world&#8217;s premier market-making firms, setting the bid-ask price on stocks listed on 28 exchanges in nine countries. In some venues, the <strong>Hull Group trades nearly a quarter of the entire daily market volume</strong>. That is no small feat, considering that other American market-making firms <span style="color: #ff0000;"><strong>have consistently <span style="text-decoration: underline;">tried</span> and <span style="text-decoration: underline;">failed</span> to set up shop overseas.</strong></span> Hull is an aggressive firm in this country, too; its trades account for 8 percent of the volume in U.S. equity-index options in the Standard &amp; Poor&#8217;s 500 Stock Index, the Russell 2000, and the Dow Jones Industrial Average. And Hull buys and sells as much as 1 percent of all shares moving on the NYSE.</p>
<p>What distinguishes Hull&#8217;s firm from other trading giants, such as Goldman Sachs, is that it <span style="color: #ff0000;"><strong>does an extremely high volume of small trades that pay small amounts each</strong></span>, while a Goldman does fewer trades for more money. <strong>We do about 30,000 trades a day</strong>, Hull explains, <strong>involving on average about 700 shares each</strong>. Speed, of course, is essential in executing Hull&#8217;s trades efficiently.</p>
<p>Hull has a staff top-heavy with Ph.D.&#8217;s drawn from the sciences. Lately, the firm&#8217;s massive computer network has been sorting through patterns in stocks according to genetic algorithms. Our view is that if you have a mouse in your hand you&#8217;re too late, Hull says. Indeed, his <strong>computers trade stocks faster than the human eye can see them scroll on a screen</strong>. <span style="color: #ff0000;"><strong>The system is designed to predict patterns that will unfold in the market over periods as short as two minutes.</strong></span></p>
<p>In a business that isn&#8217;t normally modest about its technological savvy, Hull and his automated trading shop are the envy of Wall Street&#8217;s top firms. So much so that, in July, Goldman Sachs paid $531 million for the whole shebang. They told us they bought us because it would have taken them two years to build a similar system, Hull says, and that by then, we&#8217;d be two years ahead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/blair-hull-chairman-ceo-matlock-capital-bought-out-by-goldman-sachs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>David Tepper&#8217;s Fund Made 7 Billion Betting Against US Recession</title>
		<link>http://www.hedgefundsoftware.net/david-teppers-fund-made-7-billion-betting-against-us-recession/</link>
		<comments>http://www.hedgefundsoftware.net/david-teppers-fund-made-7-billion-betting-against-us-recession/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 22:03:45 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Appaloosa]]></category>

		<category><![CDATA[Appaloosa hedge fund]]></category>

		<category><![CDATA[David Tepper]]></category>

		<category><![CDATA[David Tepper Hedge Fund]]></category>

		<category><![CDATA[emerging-market funds]]></category>

		<category><![CDATA[Everest Capital]]></category>

		<category><![CDATA[Glenview Capital]]></category>

		<category><![CDATA[Tepper School of Business]]></category>

		<category><![CDATA[Tepper's Hedge Fund]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=141</guid>
		<description><![CDATA[In this comeback year for investors, David Tepper may have scored one of the biggest paydays of all.
Mr. Tepper&#8217;s hedge-fund firm has racked up about $7 billion of profit so far this year—with Mr. Tepper on track to earn more than $2.5 billion for himself, according to people familiar with the matter. That is among [...]]]></description>
			<content:encoded><![CDATA[<p>In this comeback year for investors, David Tepper may have scored one of the biggest paydays of all.</p>
<p>Mr. Tepper&#8217;s hedge-fund firm has racked up about $7 billion of profit so far this year—with Mr. Tepper on track to earn more than $2.5 billion for himself, according to people familiar with the matter. That is among the largest one-year takes in recent years.</p>
<p>Behind the wins: a bet worth billions of dollars that America would avoid a repeat of the Great Depression.</p>
<p>Through February and March, Mr. Tepper scooped up beaten-down bank shares as many investors were running for the exits. Day after day, Mr. Tepper bought Bank of America Corp. shares, then trading below $3, and Citigroup Inc. preferred shares, when that stock was under $1. One of his investors insisted more carnage loomed. Friends who shared his bullish beliefs were wary of aping his moves amid speculation that the government was about to nationalize the big banks.</p>
<p>&#8220;I felt like I was alone,&#8221; Mr. Tepper recalls. On some days, he says, &#8220;no one was even bidding.&#8221;</p>
<p>The bets paid off. A resurgent market has helped Mr. Tepper&#8217;s firm, Appaloosa Management, gain about 120% after the firm&#8217;s fees, through early December. Thanks to those gains, Mr. Tepper, who specializes in the stocks and bonds of troubled companies, manages about $12 billion, a sum that makes Appaloosa one of the largest hedge funds in the world.</p>
<p>Mr. Tepper, whose office overlooks the parking lot of a Hilton hotel in Short Hills, N.J., across from an upscale mall, now is taking aim at a new target. He&#8217;s purchased about $2 billion of beaten-down commercial mortgage-backed securities. Among his purchases are bonds backed by chunks of the debt of Peter Cooper Village &amp; Stuyvesant Town and 666 Fifth Ave. in New York, two high-profile real-estate deals that have fallen in value over the past two years.</p>
<p>Some experts predict more bad news for commercial real estate—and say that if Mr. Tepper&#8217;s move doesn&#8217;t pan out, it could jeopardize a chunk of his recent gains. Mr. Tepper says he remains optimistic.</p>
<p>Hedge funds, once darlings of well-heeled investors, suffered dearly in 2008, dropping 19%. Nearly 1,500 funds, or 16% of the total, shuttered last year. This year, hedge funds are clawing back, with gains of 19% through November, on pace for their best annual gains in a decade, according to Hedge Fund Research Inc.</p>
<p>A handful of funds—including Everest Capital&#8217;s emerging-market funds and the stock-focused Glenview Capital—have racked up fat gains this year. In sheer dollars, though, none appear to have come close to matching Appaloosa&#8217;s winnings.</p>
<p>Mr. Tepper grew up in a middle-class neighborhood in Pittsburgh, the son of an accountant who worked seven days a week and once won a $715,000 lottery payout. In the late 1980s, he helped run junk-bond trading at Goldman Sachs. Mr. Tepper wears jeans and sneakers to work, and can be self-deprecating, playing down his successes. He claims to have popularized on Wall Street the phrase &#8220;it is what it is&#8221; to explain the need to adjust a portfolio if facts on the ground shift.</p>
<p>After he was repeatedly passed over for a partnership, Mr. Tepper left Goldman to start Appaloosa in 1993. By 2008, he had a track record of annual gains averaging about 30% and a net worth estimated at about $2 billion.</p>
<p>Mr. Tepper lives in a two-story home in New Jersey he bought in 1990 for $1.2 million. He recently purchased an ownership stake in the Pittsburgh Steelers football team, and flies to every home game. In 2004 he gave $55 million to Carnegie Mellon University&#8217;s business school, his alma mater, which renamed itself the Tepper School of Business.</p>
<p>The husky, bespectacled trader laughs easily, but employees say he can quickly turn on them when he&#8217;s angry. Mr. Tepper keeps a brass replica of a pair of testicles in a prominent spot on his desk, a present from former employees. He rubs the gift for luck during the trading day to get a laugh out of colleagues.</p>
<p>His biggest scores over the years have come from buying large chunks of out-of-favor investments. When Asian markets crumbled in 1997, Mr. Tepper added Korean stocks to a portfolio laden with Russian debt. The moves led to hundreds of millions of dollars in profits when markets rebounded two years later. He scored big on junk bonds in 2003, and his 2007 wager on steel, coal and other resource companies paid off in 2008 when commodity prices soared.</p>
<p>But because he sometimes places more than half of his portfolio in a single trade idea, Mr. Tepper also is prone to brutal, abrupt losses.</p>
<p>That approach cost him more than $1 billion last year. In January 2008, Societe General SA trader Jerome Kerviel was revealed to have lost €5 billion ($7.2 billion), one of the world&#8217;s largest trading loss. Mr. Tepper sold large chunks of his holdings, fearing a market tumble. Prices held up, though, hurting Appaloosa. In the spring of last year, he turned bullish on large-company stocks and did some buying, but suffered as markets declined.</p>
<p>Mr. Tepper made a big wager on Delphi in 2006. But in April of last year he and a group of investors withdrew from a deal to inject as much as $2.6 billion in the bankrupt auto-parts supplier, sparking a nasty legal battle that was resolved this summer. Appaloosa lost almost $200 million on its investment in Delphi.</p>
<p>Mr. Tepper&#8217;s largest fund dropped 25% for 2008, worse than the industry&#8217;s 19% average decline.</p>
<p>&#8220;Investing with David is like flying, with hours of boredom followed by bouts of sheer terror,&#8221; says Alan Shealy, a client of more than 18 years. &#8220;He&#8217;s the quintessential opportunist, investing in any asset class, but you have to have a cast-iron stomach.&#8221;</p>
<p>Mr. Tepper entered 2009 cautiously, with more than 30% of his firm&#8217;s assets in cash, or more than $2 billion. He itched to do some buying. Mr. Tepper explains his investment philosophy with a line from Allan Meltzer, a professor at his alma mater: &#8220;Trees grow.&#8221; In other words, growth is the natural state of economies, so optimism usually is rewarded.</p>
<p>On Feb. 10 of this year, Mr. Tepper read that the Treasury Department was introducing the so-called Financial Stability Plan. It included a commitment by the government to inject capital into banks by buying their preferred stock, or shares that carry less chance of reward but also less risk than common stock.</p>
<p>At the time, investors worried that the government ultimately would have to nationalize big banks. U.S. officials said they had no intention of such a move, which could wipe out common shareholders, but investors were dubious.</p>
<p>The news from the Treasury Department struck Mr. Tepper as proof that the government would stand behind the banks. He directed his traders to begin buying bank stock and debt.</p>
<p>Few investors were feeling as optimistic. The Dow Jones Industrial Average fell more than 382 points on the day Treasury Secretary Timothy Geithner introduced the plan, nearly 5%. Bank shares continued to tumble in the days that followed. Bank of America shares fell as low as $2.53 on Feb. 20. By March 5, Citigroup traded as low as 97 cents.</p>
<p>&#8220;This is ridiculous, it&#8217;s nuts, nuts, nuts!&#8221; Mr. Tepper recalls saying to Michael Lukacs, one of his partners, on the firm&#8217;s small trading floor. &#8220;Why would the government break its word? They&#8217;re not going to let these banks go under, people aren&#8217;t being logical!&#8221;</p>
<p>Mr. Tepper huddled with Mr. Lukacs and Jim Bolin, another top Appaloosa executive. Mr. Tepper insisted that stimulus spending and low interest rates would boost the economy. He said he estimated there was only a 20% chance that the U.S. would nationalize banks such as Citigroup.</p>
<p>Mr. Bolin, who people at the firm say tends to be more conservative than Mr. Tepper, was bullish about banks, but still thought it safer to stick to bank debt than to riskier shares. Mr. Tepper says he listened to the arguments, but said it was time to place a big bet.</p>
<p>Over several weeks, Mr. Tepper&#8217;s team bought a variety of bank investments, including debt, preferred shares and common shares. Just months earlier, the government had injected billions of dollars to keep companies such as American International Group Inc. going, much as they were now doing with the banks. But that didn&#8217;t prevent shares of those companies from tumbling.</p>
<p>At one point in March, the firm was down about 10% for the year, or about $600 million. Mr. Tepper got on the phone to make more trades, something he often left to subordinates. This time, he wanted to talk directly to Wall Street brokers to test how bad things really were.</p>
<p>The answer: really bad. Mr. Tepper says he was told that he was the only big investor doing much buying.</p>
<p>&#8220;Clients were nervous that the game had changed and capitalism wouldn&#8217;t be the same. There was real fear,&#8221; recalls Timothy Ghriskey, chief investment officer at Solaris Asset Management, a $2 billion investment firm, who says he only bought a small amount of bank shares during this period.</p>
<p>One day in late winter, Mr. Tepper heard from a skeptical client of his own, Mr. Shealy.</p>
<p>&#8220;This thing is far from over,&#8221; Mr. Shealy recalls saying, referring to the bank problems. Still, Mr. Shealy, who runs an investment firm in Boise, Idaho, stuck with Mr. Tepper. &#8220;I figured the positions were fairly liquid, so if he was wrong, he would get out.&#8221;</p>
<p>Mr. Tepper hadn&#8217;t paid his investors&#8217; nerves much heed since 2000. That year, he bet that the tech-heavy Nasdaq index would fall. But so many investors complained that Mr. Tepper was straying from his roots in debt investing that he canceled his bets. When the Nasdaq collapsed months later, Mr. Tepper fumed.</p>
<p>By late March of 2009, Citigroup shares had tripled, and Mr. Tepper&#8217;s other holdings, including junk bonds, were rising. He and his team bought more, spending more than $1 billion, when various banks conducted share sales. Mr. Tepper says his average cost for shares of Citigroup was 79 cents; for Bank of America it was $3.72.</p>
<p>At one point in the summer, Mr. Tepper had recorded about $1 billion of profits in shares of just Citigroup and Bank of America, and his overall gains soared past $4.5 billion, or 70%, since January.</p>
<p>After Mr. Bolin, the Appaloosa executive, urged caution, Mr. Tepper did some selling to lock in gains. But the firm remains a big holder of both Bank of America and Citigroup shares, which now trade at $15.03 and $3.40, respectively.</p>
<p>Mr. Tepper remains upbeat. He says he expects interest rates to stay low, and argues that stocks and bonds are reasonably priced.</p>
<p>This belief is driving another risky bet. At the end of each quarter this year, Mr. Tepper noticed that investors were dumping holdings of troubled bonds backed by commercial properties. He had never dabbled in these investments, but he and his 10-person team did some research and judged them attractive, with some seemingly safe debt trading at yields above 15%.</p>
<p>Mr. Tepper slowly spent more than $1 billion to gain ownership of between 10% and 20% of highly rated slices of commercial mortgage-backed securities, or CMBS. He focused on debt backed by loans of properties including Stuyvesant Town and 666 Fifth Ave. in New York.</p>
<p>His bet: If the economy improves, he&#8217;ll earn hefty interest payments on the bonds. But if the properties can&#8217;t make their payments, Mr. Tepper believes he owns so much of the debt that he&#8217;ll have a big say in how the properties get restructured. That means he could ultimately end up ahead.</p>
<p>He&#8217;s taking a big risk, some analysts warn. The value of commercial real estate continues to fall. Owners of debt classes don&#8217;t always have much power to influence a commercial real-estate restructuring. And because the debt of these big properties was carved into many pieces, and many investors are involved, any battle for control will be complicated.</p>
<p>Mr. Tepper says the worrywarts have it wrong: &#8220;If you think the economy will be fine, as we do, then we&#8217;re going to do very well.&#8221;<br />
<em><br />
Write to Gregory Zuckerman at gregory.zuckerman@wsj.com<br />
</em><strong><br />
Corrections &amp; Amplifications</strong></p>
<p>David Tepper has purchased bonds backed partly by debt of 666 Fifth Ave. in New York. A previous version of this story described the property as 666 West 57th Street in New York.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/david-teppers-fund-made-7-billion-betting-against-us-recession/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hedge Fund Accounting Software</title>
		<link>http://www.hedgefundsoftware.net/hedge-fund-accounting-software/</link>
		<comments>http://www.hedgefundsoftware.net/hedge-fund-accounting-software/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 03:21:23 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Accounting Software]]></category>

		<category><![CDATA[hedge fund accounting software]]></category>

		<category><![CDATA[hedge fund software]]></category>

		<category><![CDATA[partnership software]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=133</guid>
		<description><![CDATA[This article will be about hedge fund accounting software providers. I will add to the article as the time goes and I get more information on this niche of hedge fund software industry.
From the top of my head can name a few companies that develop accounting software for hedge funds and FoHFs:
Cogency Softwre
FundCount
Advent
PennyItWorks
To be continued&#8230;
]]></description>
			<content:encoded><![CDATA[<p>This article will be about hedge fund accounting software providers. I will add to the article as the time goes and I get more information on this niche of hedge fund software industry.</p>
<p>From the top of my head can name a few companies that develop accounting software for hedge funds and FoHFs:</p>
<p>Cogency Softwre</p>
<p>FundCount</p>
<p>Advent</p>
<p>PennyItWorks</p>
<p>To be continued&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/hedge-fund-accounting-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>With SAS, Concept Capital Offers New, Hosted Portfolio Analytics and Risk Management Portal to the Hedge Fund Market</title>
		<link>http://www.hedgefundsoftware.net/with-sas-concept-capital-offers-new-hosted-portfolio-analytics-and-risk-management-portal-to-the-hedge-fund-market/</link>
		<comments>http://www.hedgefundsoftware.net/with-sas-concept-capital-offers-new-hosted-portfolio-analytics-and-risk-management-portal-to-the-hedge-fund-market/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 02:22:28 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Hedge Fund Industry]]></category>

		<category><![CDATA[Concept Capital]]></category>

		<category><![CDATA[financial services firms]]></category>

		<category><![CDATA[Hedge Fund]]></category>

		<category><![CDATA[Hedge Fund Market]]></category>

		<category><![CDATA[Hosted Portfolio Analytics]]></category>

		<category><![CDATA[Portfolio Analytics]]></category>

		<category><![CDATA[risk management]]></category>

		<category><![CDATA[Risk Management Portal]]></category>

		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://www.hedgefundsoftware.net/?p=124</guid>
		<description><![CDATA[CARY, N.C.–(BUSINESS WIRE)– Risk management remains a hot topic for all financial services firms. Introduction of more stringent requirements, especially in the investment management industry, calls for hedge funds to access more powerful analytics to effectively measure portfolio risk, typically a difficult task with significant fixed costs. To meet this market need, Concept Capital, an [...]]]></description>
			<content:encoded><![CDATA[<p>CARY, N.C.–(BUSINESS WIRE)– Risk management remains a hot topic for all financial services firms. Introduction of more stringent requirements, especially in the investment management industry, calls for hedge funds to access more powerful analytics to effectively measure portfolio risk, typically a difficult task with significant fixed costs. To meet this market need, Concept Capital, an institutional <a href="http://www.FindBroker.org" target="_blank">broker</a> and total solutions provider to the investment management industry, has partnered with SAS, the leader in business analytics software and services. As a result of the collaboration, Concept Capital will offer a full suite of analytics that will provide integrated, multicustodial risk and performance reporting to investment managers, family offices and investors by providing simple yet powerful portfolio analytics and risk intelligence. With SAS risk management software, Concept Capital will significantly expand the capabilities of its flagship product, CONCEPTONE™, to bring a unique product to the marketplace.</p>
<p>“We believe there is a huge opportunity to bring an integrated solution to the market that will combine portfolio analytics and advanced risk management capabilities to the investment management and hedge fund space,” said Michael Rosen, Managing Director at Concept Capital. “This solution will give investors increased confidence in receiving risk reports that will be produced by an independent third party using industry-leading software from SAS.”</p>
<p>Added Dan Connell, Project Manager at Concept Capital, who will be driving the initiative, “With the heightened requirements on risk reporting, security pricing and portfolio transparency that are now pervasive in the industry, it is critical that hedge fund managers have access to the necessary tools. By teaming with SAS, a leader in risk management software, CONCEPTONE will be meeting this demand.”</p>
<p>With SAS, Concept Capital will offer a hosted portfolio analytics and risk management portal to the hedge fund market. The solution includes a client Web portal with access to customized risk reports and interactive analytics that will permit a multitude of views – including value at risk (VaR), factor analysis, customized stress testing, profit and loss (P&amp;L) time-series analysis, performance attribution and measurement, and production of ex-post risk indicators coupled with more traditional portfolio appraisal reports – all on a multicustodial basis.</p>
<p>“With SAS, CONCEPTONE will be able to deliver a high level of auditable risk intelligence to clients that are now a requirement in today’s market,” said David Wallace, Global Financial Services Marketing Manager for SAS. “Hedge fund managers will now be able to move beyond ‘black box’ analytics to have fine-grained control of their risk analysis. Through this partnership with Concept Capital, SAS continues to help reshape the capital markets’ risk practices in achieving a strong and stable recovery.”</p>
<p>SAS risk management software has garnered many accolades this past year. In November, SAS was ranked the top company in Chartis Research’s RiskTech100TM. SAS placed in the Leaders quadrant of the <em>Magic Quadrant for Operational Risk Management Software for Financial Services </em>by Gartner Inc. in September. Also, in July 2009, Chartis ranked SAS as the leader in its <em>Credit Risk Management Systems 2009</em><em> </em>report for the third straight year; and for a fifth straight year, SAS was first in Chartis Research’s <em>Operational Risk Management Systems 2009</em> report in June.</p>
<p><strong>About Concept Capital</strong></p>
<p>Founded in 1995, Concept Capital is a leading institutional <a href="http://www.FindBroker.org" target="_blank">broker</a> and total solutions provider for global investment managers. Concept Capital provides a full suite of prime brokerage services, proprietary research, fund administration, real-time risk management and portfolio analytics. Concept Capital also provides an experienced, hands-on institutional trading desk for traditional buy-side customers, hedge funds and registered investment advisors. Concept Capital specializes in providing clients with experienced, in-depth market knowledge combined with advanced proprietary systems, enabling clients to quickly launch their businesses in the most cost-effective manner possible. Concept Capital is headquartered in Garden City, NY, and has offices in New York; Greenwich, CT; Washington; Chicago; and Bernardsville, NJ. Concept Capital is currently a division of SMH Capital Inc., member FINRA, SIPC. Concept Capital is forming an independent <a href="http://www.FindBroker.org">broker</a>-dealer and, once approved, will operate as an independent company, of which Sanders Morris Harris Group Inc. will be a minority shareholder. www.conceptcapital.com</p>
<p><strong>About SAS</strong></p>
<p>SAS is the leader in business analytics software and services, and the largest independent vendor in the business intelligence market. Through innovative solutions delivered within an integrated framework, SAS helps customers at more than 45,000 sites improve performance and deliver value by making better decisions faster. Since 1976 SAS has been giving customers around the world THE POWER TO KNOW®. <em>SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration. Other brand and product names are trademarks of their respective companies.</em> <em>Copyright © 2009 SAS Institute Inc. All rights reserved.</em></p>
<h4>Press Release Contact Details:</h4>
<p>SAS Kris Balic, 919-531-0624 Kris.Balic@sas.com Visit the SAS Press Center www.sas.com/presscenter</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hedgefundsoftware.net/with-sas-concept-capital-offers-new-hosted-portfolio-analytics-and-risk-management-portal-to-the-hedge-fund-market/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
