KODIAK Derivatives 1.9

New Features and fixes for the KODIAK Derivatives Client

Released 5. may 2013
KODIAK Derivatives 1.9 focuses contains new features.

Features

Rolling: Now it is possible to roll contracts.  Rolling can take place at maturity.  At rolling, the contract is closed and a new contract is then created.    When rolling the customer can take out profits or pay up losses.

Database changes

--MSSQL
ALTER TABLE dbo.Transactions ADD Comment nvarchar(500)
go 
ALTER TABLE dbo.ForwardContracts ALTER COLUMN TransactionId int NULL

version 1.9 depends on version 1.9.1 of KODIAK Oms. More specifically on this database change

--MSSQL
ALTER TABLE CUSTOMERS ADD PAYS_CAPITAL_GAINS_TAX bit NULL;