Administrator Guide
Administrator guide is a guide for administrators of the Kodiak Derivatives system, including setup instructions and schematic overview of the composing components making up the system.
Kodiak Derivatives is composed by following components:
- Client
Front end WPF client for creating and handling forward contracts with options including closing, partially closing, rolling, term change and cancelling contracts. - Web components
- DataService
Entity Framework datalayer between all components of the Derivatives system and the database - Backoffice
ASP.NET web page for inserting dividends payments and stock split events - Reports
ASP.NET web application for displaying reports and receipts for forward contracts
- DataService
- Batch Jobs / Corporate Actions
Console application that is run daily to perform various corporate actions on the forward contracts dataset. Corporate actions include the following actions:- Dividends
Attaches dividends payments to open contracts with underlying shares. - Bonds
Calculates and attaches interests payments on all open contracts with underlying bonds. - Stock split
Recalculates each open contract with underlying share that has unprocessed stock split attached. - Daily Reporting
Creates a pdf report showing open contracts and sends to customer via email - Bulk
Creates, rollover, partially close and closes contracts with given criteria
- Dividends
- Setup
- Client Setup
clickonce or .msi file to setup client - Server Setup
.msi file to setup all server components
- Client Setup