razorpay / go-financial

A go port of numpy-financial functions and more.
MIT License
310 stars 22 forks source link

port rest of the numpy-financial functions #3

Open krantideep95 opened 3 years ago

krantideep95 commented 3 years ago

documentation for the remaining functions available at https://numpy.org/doc/stable/reference/routines.financial.html

lakshaytalkstomachines commented 3 years ago

Hey! Any contribution guidelines?

lakshaytalkstomachines commented 3 years ago

@krantideep95 Hey I have added nper function and before proceeding further I wanted to have it reviewed to know that I am on right path. Since there is no contribution guideline, should I just create pull request? P.S This is my first open source contribution, please let me know if there are issues.

krantideep95 commented 3 years ago

Hey @lakshaytalkstocomputer, we have added contribution guidelines.

thsubaku9 commented 3 years ago

I've added the irr and mirr functions. I think this can be closed after those two are merged