Cash Reserve Ratio Installation Guide
This document aims at explaining the installation procedures required to install the CBMB_CashReserveRatio cbmb-provider-iris.war package successfully in Temenos Transact.
General Considerations
- When transferring the pack via FTP, the transport method must be set to binary.
Installation Steps
Follow the steps bellow to install the package.
- Deploy the IRIS war in jboss, cbmb-provider-iris.war: \jboss\standalone\deployments.
- The API details are provided below.
API
API functionality
GET API
API to retrieve the list of cash reserve maintained by the financial institutions with the central bank for a given period.
GET API
API to retrieve the list of banks for which the deposit balances have not been provided to the central bank for a given period.
- The provider URL's are given below.
API
URI
GET API
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/cashBalances/{calendarPeriod}
GET API
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/cashBalances/outstandings/{calendarPeriod}
- Samples of the API's are provided below.
- GET API: http://localhost:9089/cbmb-provider-iris/api/v1.0.0/holdings/cashBalances/03.2021
- GET API: http://localhost:9089/cbmb-provider-iris/api/v1.0.0/holdings/cashBalances/outstandings/03.2021
In this topic