numpy.ipmt

Here are the examples of the python api numpy.ipmt taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: AWS-Lambda-ML-Microservice-Skeleton Source File: test_financial.py
    def test_ipmt(self):
        np.round(np.ipmt(0.1/12, 1, 24, 2000), 2) == 16.67