-
Provide following key elements for you progress report as described in the [slide](https://osf.io/xc3d8).
Report that in the form of a table as follow
No | Key Element | Description
:- | :- | :…
-
url: https://www.hsbc.com.hk/mortgages/borrowing-calculator/
1. Monthly Income should not target than 1 to 9,999,999
2. Interest Rate should be inputted and between 0.001 to 99.999
3. Loan Period s…
-
**i will be finishing this in 4 PR taking 2 calculators each PR**
Loan Amortization Calculator: Helps users calculate loan payments and the breakdown of principal and interest over the loan term.
…
-
## Documentation
To calculate the monthly rate, you should calculate as `(1 + annual_rate) ** (1/12) - 1` rather than simply divide it by 12.
```
Examples
--------
>>> import nu…
-
https://youtu.be/AbSehcT19u0?si=Dz_EcrNHXmBXmUq_
I am currently fixing my technical debt so i am quite busy and cannot get to the issues in this repo so if someone could be kind enough to organize an…
-
User story:
User Story 1: Homebuyer
User story description
As a homebuyer, I can use the system to search for properties by specifying criteria, while also saving preferred listings for later …
-
Hi,
Been experimenting with an interest rate that isn't static - so far, looking at the docs, it seems that the library is mostly built around a rate fixed for the lifetime of the loan. I see in so…
-
In addition to the calculators and automated advice that MeepMoop will generate, I would like to write a set of blog post that explain particular topics that are important, or not intuitive, or not co…
-
I have an exception in this line in ViewModelLocator.cs when launch the App in my device.
**container = containerBuilder?.Build();**
![image](https://user-images.githubusercontent.com/48772925/7…
-
I need to get an amortization where the payment is made in the beginning of the pay period, not the end. This is known as an "annuity due".
If anyone knows how to modify the calculation to achieve…