Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 760 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 760 Bytes

Loan Alignment Calculation Service

Overview

The Loan Alignment Calculation Service is a Spring-based application designed to fetch loan data from a remote service via REST API calls, perform alignment calculations, and expose the calculated data through a REST API. This service helps in providing real-time insights into loan alignments for clients.

Features

  • Fetch Loan Data: Retrieves loan information from a specified REST API.
  • Alignment Calculation: Processes and calculates alignment details based on the fetched loan data.
  • Exposed REST API: Provides endpoints for clients to access the calculated loan alignment data.
  • Scheduled Updates: Periodically fetches and updates loan data to ensure the latest information is always available.