Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New Features and fixes for the KODIAK Derivatives Client

Released 5. may 2013
KODIAK Derivatives 1.9 focuses contains new 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

alterALTER tableTABLE orion.dbo.Transactions addADD 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;