Architecture
The Architecture of Temenos Digital Wealth is as follows:


Temenos Digital Wealth architecture is built by using the Model-View-Controller (MVC) framework.
Wealth architecture contains three components as follows:
- Model: The Model component maintains the application data and business logic.
- View: The UI/UX (View) component is the user interface of the application that displays the data.
- Controller: The Controller (Business Logic) component handles the user requests and renders the appropriate view with Model data.
Business components are built for the features such as Holdings, Instrument Search, Transactions, and Order Blotter. These functionalities can be plugged into any screen that requires the feature.
Currently, Temenos Digital Wealth does not use microservices to fetch the data related to the portfolio from the core banking system. Wealth as an out-of-the-box solution is directly integrated with Transact APIs.
For the Market Data Provider, Temenos Digital Wealth is integrated with Refinitiv Services. Refinitiv fetches the live market rates for the shares, bonds as well as pricing data information such as bid rate, ask rate, and volume. Also, the user can view the current business news of the instrument while viewing the product details page.
In this topic