/tir

Python based app that calculates gains/losses of trading orders based on FIFO principle

Primary LanguagePythonMIT LicenseMIT

Tir

Tir was the god of written language,schooling, rhetoric, wisdom, and the arts worshiped in ancient Armenia. Greek equivalent of Apollo.

Description

Python based app that calculates gains/losses of trading orders based on FIFO principle.

Stack

For Developers

Requirements

Run locally

  • Clone the repo
$ git clone https://github.com/aganita/tir.git
$ cd tir
  • Run the script
$ python main.py

To do

  • accept inputs file
  • error handling
  • improve input validation
  • write more tests