finance's purpose is to deliver ease of use Python code for financial risk calculations. This code is not unconsious reproduction of textbook material.
At this point the code is by no means optimized for speed.
Financial and mathematical concepts are developed on the PythonHacks homepage.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Timeflows are no longer based on numpy and scipy. In relation to financial calculations numpy and scipy turned out to be not so profitable. The base is now the datatype Decimal. This way all results are understandable without knowledge of the puzles of numerical precision.