Addons/finance/finexec

From J Wiki
Jump to navigation Jump to search
User Guide | Installation | Development | Categories | Git | Build Log

Introduction

Finexec is an addon for financial and actuarial computing with the J Programming Language. Objective to promote J for solving problems.

Installation

Finexec is currently loaded from the GitHub repository.

https://github.com/WilliamSzuch

In a J session use:

  install 'github:WilliamSzuch/finance_finexec'

to put Finexec into the folder: ~addons/finance/finexec

Then load Finexec.

  load 'finance/finexec'

Explore the features of Finexec.

Usage

Individual scripts can be loaded and modified as required for a task.
Definitions can be copied and modified for a task.

load '~addons/finance/finexec/basicfinance/simple.ijs'
load '~addons/finance/finexec/basicfinance/compound.ijs'

Feedback

Any feedback is most welcome.Contact
For example: errors/omissions/corrections/new definitions/improvements etc.