Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
244 views

Amortizing the calculation of distribution (and percentile), applicable on App Engine?

This is applicable to Google App Engine, but not necessarily constrained for it. On Google App Engine, the database isn't relational, so no aggregate functions (such as sum, average etc) can be ...
1
vote
4answers
1k views

Generating An Amortization Schedule

I have been tasked with creating a program that will generate an amortization schedule. I have only done a bit of research so far, but I need to calculate out payments, interest per payment and ...
0
votes
0answers
41 views

storing amortization schedule

What is the best practice to store the values and the respective cumulative sum of interest of an amortization table for later reference in an IOS program without preallocating an array object with 40 ...
0
votes
1answer
120 views

Ruby on Rails Loan Amortization Schedule

What would be the best way to incorporate a loan amortization schedule in my rails app? Is it possible? Is ruby on rails even a good way to implement something like that? I have built them in excel a ...