Skip to content

Finance REST Web Service where we can calculate Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment.

Notifications You must be signed in to change notification settings

ikismail/WebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance RESTWebService

Here I have developed an Finance Service using Java, SpringMVC, RESTfull service and AngularJS

Here services like Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment were implemented.

Annual Payment Rate(APR):
  • Loan Amount (C)
  • Extra Cost (E)
  • Interest Rate % (R)
  • No. of Months (N)
Least Monthly Payment:
  • Loan Amount (C)
  • Residual Value (F)
  • Interest Rate % (R)
  • No. of Months (N)
Loan Monthly Payment:
  • Loan Amount (C)
  • Interest Rate % (R)
  • No. of Months (N)
Loan Number Payment:
  • Loan Amount (C)
  • Interest Rate % (R)
  • Monthly Payment (P)

Tools and Technologies used:

  • Technology : Java, Spring MVC, RESTfull Services, AngularJS, Bootstrap.
  • Application Servicer: Apache Tomcat Server

Project Link:

Screenshots:

Annual Payment Rate Alt text Alt text

Least Monthly Payment Alt text Alt text

Loan Monthly Payment Alt text Alt text

Loan Number of Payment Alt text Alt text

Validation Alt text

About

Finance REST Web Service where we can calculate Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages