Skip to content

Abh4git/CaculationEnginePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculationEngine in Python

Uses Factory Method Approach with Financial Calculations

The Financial Calculations included here are:

  1. NPV Calculation
  2. IRR Calculation

In order to get started with the project:

  1. Pull or Clone from GitHub

  2. Setup the Environment

2.1 Python Interpretor and Virtual Environment

  • Open PyCharm IDE
  • Open src folder
  • Go to File -> Settings Environment
  • Setup Virtual Environment Environment
  • Done With Virtual Environment Environment
  1. Install dependencies
  • Go to Python Terminal and inside venv install from requirements.txt
    pip install -r requirements.txt Environment
  1. Run the Program by clcking Run Program from IDE

Execution

About

CalculationEngine in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages