The package has one function that returns an amortization table that lists monthly payment on a mortgage loan based on a loan amount, duration of loan in years, and annual interest rate. The table will provide the breakdown of the payment by how much is allocated to interest and the loan principal. It will also list the loan balance for each month.
Final project
mortgage(loanamount, term, APR)
mortgage(300000,30,0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.