Tag Archives: calculation engine

Application Scope of Calculation Engine finaquant® calcs

The upcoming .NET Library finaquant® calcs can be used to transform raw historical data into useful information for both operational and analytical purposes. Example for operations: Calculation of Dealer or Sales Commissions, Performance Fees etc. to ultimately produce some invoices … Continue reading

Posted in Calculation engine | Tagged , , | Leave a comment

Persistent Table Array

PersistentTableArray and DataStore are new classes of the non-commercial .net library finaquant® protos (starting from release 1.04) that enable connection to relational databases like MySQL and Microsoft SQL in order to read/write complete tables from/to a database together with their … Continue reading

Posted in Calculation engine | Tagged , , | Leave a comment

Function Router

As explained in the related article, subtable transformation is a simple way of applying the same table function on every subtable of an input table. Function Router1 extends this concept further; with the table functions of the .net library finaquant® … Continue reading

Posted in Calculation engine | Tagged , , | 2 Comments

Table functions for transforming subtables

Sometimes, you want to execute the same set of table operations (table function) on every subtable of an input table; this is a quite common calculation pattern in many applications in business and science. Subtable transformation1 is a simple way … Continue reading

Posted in Calculation engine | Tagged , , | Leave a comment