Author Archives: admin

New release: finaquant® protos 1.02

What is new in finaquant® protos release 1.02? Filtering and sorting tables Filtering and sampling tables by dates (incl. extended date functions) Subtable transformers (applying a table function on all subtables of an input table) Function routers (applying selected table … Continue reading

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

DataTable extensions

With the new release (1.02) of finaquant® protos we decided to offer most of the interface elements like the DataTable class of .net framework that connect MatrixTable class of finaquant to the outside world as free and open-source (C# code). … Continue reading

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

Sorting tables with finaquant® protos

Sorting rows of tables after some fields may be required for certain table calculations. The table function SortRows()1 in finaquant® protos (free .net library) can be used for sorting tables: // Sort table after given fields and sort options (ASC/DESC). … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

Creating test tables with finaquant® protos – 2

CombinateTableRows()1 is a table function in finaquant® protos (free .net library) which can be used for generating test tables including any number of dependent and independent attributes. public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray)public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray) This table … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment