Credit Card Payment
Statistical Analysis
Web Data Collection
Asset Risk Management
Internet Search
Business Intelligence
Cryptocurrencies
Financial Information Extraction
We have a
strong commitment
to
client confidentiality
but check out our demo software:
Recent Projects
Assembler's Factory Floor Time-Tracking App
System: Assembler's Factory Floor Time-Tracking App
Client: Whippendell Marine
Technologies: Raku, CRO, Template::Nest, jQuery, CSS, MySQL
Problem: Create an application that interfaces with the company's existing Teamwork-based project management system and enables assemblers to log time spent on jobs - with design according to client spec.
Solution: A set of "Element" modules were created in Raku which inherited from a base module responsible for making calls to the Teamwork API. Syncing of local application data was accomplished with an independent daemon looping over and caching necessary user and project information in a MySQL database. Server-side rendering created dynamic content with Template::Nest, and the front end assembled HTML chunks delivered from the backend with jQuery. The system was designed to be deployed to Android-based tablet as a PWA app.
Financial Statements Extraction Utility
System: A utility to accurately extract financial information from company financial statements in arbitrary format. Specific details are subject to NDA.
Client: Protected by NDA
Technologies: Raku, Python
Problem: The arbitrary format of company financial statements presents a problem for automated analysis
Solution: Our solution takes advantage of the standard accounting terms classification system as well as known financial mathematical relationships to produce output above a certain desired accuracy threshold. Specific details are NDA protected.