This is financejs wrapped for Meteor. To use, simply declare a new variable like: var finance = new Finance();
and then call the methods on that variable, eg: finance.CAGR(10000, 19500, 3);
. All the available calculations can be found on the financejs site.