/contract-payment

Calculator for loan contracts using system payment (table SAC or table PRICE). The program inform the installments (Value, Date and Interest)

Primary LanguageJava

Loan Contract Payment

This program receives information about a contract (intallments, due date, interest) and It return the information of each installment (considered interest)

System Payment:

(1) Table PRICE

(2) Table SAC

In:

Loan value, due date, number of installments and model contract

Out:

Installments 01: DueDate01, Value01

Installments 02: DueDate02, Value02

   ..............
   
   ..............
   
   ..............
   
   ..............

Installments (N): Date(N), Value(N)



UML Diagram

question