Livoa LogoLivoa
Cloane


-LoanedID: Integer

-Fullname: String

-Address: String

-CreditScore: int


+ GetLoanHistory(): List<Loan>

+ UpdateCreditScore(newScore: int): void

+ DisplayInfo(): void

Cloans


-LoanID: int

-PrincipalAmount

-LoanID int

-InterestRate: Float

-TermMonths: int

-StartDate: Date

-Status String


+ CalculateMonthlyPayment(): float

+ GetOutstandingBalance(): float

+ CloseLoan(): void

CloanePayment


-Payment Number

-Payment Number int

-Scheduled: Date

-Amount

-PaidDate: Date: Date

-Float

-PrincipalComponent: float

-InterestComponent: float

dbconn


-conn : Connection

-cursor

-Cursor


+ Open(): void

+ Close(): void

+ ExecuteQuery(query: String): ResultSet

Loans


-LoanID int

-Loan

+ MarkAsPaid(paymentDate: Date): void

+ GetPaymentStatus(): String

+ CalculateComponents(): void

cfv

by df

0
0 uses