All REST Endpoints
Cash Concentration Services/Sweep Instruction Service API
This service is used to perform Sweep Instruction related Operations like create new instruction, get all valid instructions.
- Adds a New Instruction
- Method: postPath:
/service/instruction
- Get all valid Instruction
- Method: getPath:
/service/lmc/instruction
- Retrieves the Instruction by ID
- Method: getPath:
/service/lmc/instruction/{id}
- Retrives the Instruction by Given ID
- Method: getPath:
/service/lmc/instruction/{id}/history
- Retrives the Instruction by Given ID
- Method: getPath:
/service/lmc/instruction/{id}/unauthorized
- Update an Existing Instruction
- Method: putPath:
/service/instruction/{id}
Cash Concentration Services/Sweep Products Service API
This service is used to perform Sweep Product related Operations like get all valid sweep products.
- Get all Valid Sweep Products
- Method: getPath:
/service/lmc/sweepproducts
- Retrieves the Sweep Products by ID
- Method: getPath:
/service/lmc/sweepproducts/{id}
Charge Services/Charge Definition Service API
This service is used for charge definition query.
- Get all valid charge definition
- Method: getPath:
/service/chargedefinition
Charge Services/Charge Inquiry Service API
This service is used to facilitate enquiry of all charges associated to a customer within an application based on the selected filters.
- Charges Inquiry
- Method: getPath:
/service/chargeInquiry
Dashboard Services/Account Map Service API
This service is used to retrieve the account map - currency wise balances of a corporate across all structures in a location.
- Retrieves the List of Total Account Map
- Method: getPath:
/service/lmd/accountmap
Dashboard Services/Currency Balance Service API
This service is used to retrieve the currency balance.The currency balance refers to the EOD balances.It will basically list corporate currency wise total positions on a day for the past 30 days.
- Retrieves the Currency Balance by ID
- Method: getPath:
/service/lmd/currencybalance
Dashboard Services/Currency Liability Service API
This service is used to retrieve the currency wise liability balances across regions in five main currencies (USD, EUR, GBP, JPY and SGD).
- Retrieves the List of Existing Currency Liability
- Method: getPath:
/service/lmd/currencyliability
Dashboard Services/Customer Service API
This service is used to get all the valid customer maintenance records.
- Get all Valid Customer
- Method: getPath:
/service/lmd/customer
- Retrieves the Customer Audit Information by Given ID
- Method: getPath:
/service/lmd/customer/{id}/history
- Retrieves the Customer by ID
- Method: getPath:
/service/lmd/customer/{id}
- Retrieves the unauthorized Customer by Given ID
- Method: getPath:
/service/lmd/customer/{id}/unauthorized
Dashboard Services/Effective Balance Service API
This service is used to query the Effective Balances.
- Retrieves the list of Total Effective Balances
- Method: getPath:
/service/lmd/effectivebalance
Dashboard Services/Event Dashboard Service API
This service is used to perform events related operations.
- Retrieves the Event by ID
- Method: getPath:
/service/lmd/events/{id}
- Retrieves the List of Existing Events Based on Log Type
- Method: getPath:
/service/lmd/events
Dashboard Services/Interest Details Service API
This service is used to perform Interest Details related Operations.
- Retrieves the List of Existing Interest Details
- Method: getPath:
/service/lmd/interestdetails
Dashboard Services/Investment Details Service API
This service is used to retrieve Investment Details.
- Retrieves the List of Total Investment Details
- Method: getPath:
/service/lmd/investmentdetails
Dashboard Services/RM Dashboard Service API
This service is used to query the data for RM Dashboard like Liquidity Management transactions and the relevant system alerts.
- Retrieves the Data for RM Dashboard
- Method: getPath:
/service/lmd/rmdashboard
Dashboard Services/Scheduled Sweeps Service API
This service is used to get the list of sweeps scheduled for the day, as per the logged in user???s time zone.
- Retrieves the List of Existing Scheduled Sweeps
- Method: getPath:
/service/lmd/scheduledsweeps
Dashboard Services/Top Cross Border Sweeps Service API
This service is used to display the top five cross border sweeps for the day in terms of sweep amount.
- Retrieves the List of Existing Cross Border Sweeps
- Method: getPath:
/service/lmd/crossborder
Dashboard Services/Top Customer Sweeps Service API
This service is used to query the top customers based on the total available balance,and accordingly strategise the sale and customer retention.
- Retrieves the List of Existing Customer Balance
- Method: getPath:
/api/1.0/service/lmd/topcustomersbalance
Dashboard Services/Top Customers Balance Service API
This service is used for Customer Balance Operations.
- Retrieves the List of Existing Customer Balance
- Method: getPath:
/service/lmd/topcustomersbalance
ICL Services/ICL Customer Service API
This service is used to retrieve and perform some operations on valid lending Customers.
- Adds a list of new customers
- Method: postPath:
/service/icl/customers
- Adds a new customer
- Method: postPath:
/service/icl/customer
- Authorize the customer by given ID
- Method: patchPath:
/service/icl/customer/{id}/approve
- Checks the lend limit availability between a pair of customers
- Method: getPath:
/service/icl/customer/checkLimitAvailability
- Close the customer by given ID
- Method: patchPath:
/service/icl/customer/{id}/close
- Get all valid customer
- Method: getPath:
/service/icl/customer
- Retrieves the customer by ID
- Method: getPath:
/service/icl/customer/{id}
- Retrives the customer audit information by given ID
- Method: getPath:
/service/icl/customer/{id}/history
- Retrives the Unauthorized Customer by ID
- Method: getPath:
/service/icl/customer/{id}/unauthorized
- Update an existing customer
- Method: putPath:
/service/icl/customer/{id}
ICL Services/Loan Service API
This service is used to perform Loan related operations like getting a list of valid loans, loan details based on loan id, pending loans for a customer etc.
- Get all valid loan
- Method: getPath:
/service/icl/loan
- Get pending loans for given customers
- Method: getPath:
/service/icl/loan/pending/{lendingCustId}/{borrowingCustId}
- Get the group customer Id for given customer id
- Method: getPath:
/service/icl/loan/getGroupCustId
- Get the loan summary
- Method: getPath:
/service/icl/loan/summary
- initiate loan settlement
- Method: postPath:
/service/icl/loan/initiateSettlement
- Retrieves the loan by ID
- Method: getPath:
/service/icl/loan/{id}
ICL Services/Loan Transaction Service API
This service is used to get all valid transactions of an existing loan.
- Get all Valid Transaction of an Existing Loan
- Method: getPath:
/service/icl/loan/{loanId}/transactions
Integration Services/Balance Service API
This service is used to perform Balance related operations like fetching the VD Balances, uploading Balances, modify VD Balances etc.
- Add a New Balances
- Method: postPath:
/service/balanceFetch
- Get all Balances
- Method: getPath:
/service/lmx/balanceFetch
- Get all ICTB Entries History
- Method: getPath:
/service/lmx/balanceFetch/ictbEntriesHistory
- Get Available Balance for the Specified Query Parameters
- Method: getPath:
/service/lmx/balanceFetch/availableBalance
- Retrieves the Accoubt by Value Date
- Method: postPath:
/service/lmx/balanceFetch/valueDate
- Retrieves the Balance by ID.
- Method: getPath:
/service/lmx/balanceFetch/getBySourceRef/{sourceRef}
- Update a Balance
- Method: putPath:
/service/balanceFetch/{id}
Integration Services/Event Service API
This service is used to perform Event driven functionality, like storing the events to be published, publishing already logged events on kafka.
- Get all events
- Method: getPath:
/service/lmx/eventLog
- Publish all events
- Method: getPath:
/service/lmx/eventLog/publish
Integration Services/External System Log Service API
This service is used to update the transaction hand off status.
- Export all valid external system log
- Method: getPath:
/service/lmx/externalSystemLog/export
- Get all valid external system log
- Method: getPath:
/service/lmx/externalSystemLog
- Retrieves the external system log by ID
- Method: getPath:
/service/lmx/externalSystemLog/{id}
- Update transaction hand Off status
- Method: postPath:
/service/lmx/externalSystemLog/processAckNack
Integration Services/External System Setup Service API
This service is used to fetch all the External Systems setup details.
- Get all valid external system setup
- Method: getPath:
/service/lmx/externalsystemsetup
- Get all valid external system setup details
- Method: getPath:
/service/lmx/externalsystemsetup/getDetails
Integration Services/Interest Optimization Structure Service API
This service is used to perform Interest Optimization Structure related operations like fetch, authorize.Interest Optimization method works by applying preferential pricing across a group of accounts on the basis of pre-determined criteria that are typically based on a net aggregate balance threshold. For example, a company with multiple credit balances distributed across its various operating centers may find that individually these balances only qualify for the lowest interest-rate tier payable on credit balances. By contrast, under an interest-Optimization arrangement, the total of these balances is used to enhance the qualifying tier of the individual balances
- Checks for accounts used in IO structures or not
- Method: postPath:
/service/lmx/interest-optimization/checkForAccountsUsedInIOStructure
- Generate and get the Interest Optimization Structure ID
- Method: getPath:
/service/lmx/interest-optimization/getIOStructureId
- Get all valid interest optimization
- Method: getPath:
/service/lmx/interest-optimization
- Retrieves the audit information by given ID
- Method: getPath:
/service/lmx/interest-optimization/{id}/history
- Retrieves the interest optimization by ID
- Method: getPath:
/service/lmx/interest-optimization/{id}
- Retrieves the unauthorized interest optimiation by given ID
- Method: getPath:
/service/lmx/interest-optimization/{id}/unauthorized
Integration Services/Payment Interface Service API
This service is used to perform operations on Payment Interface, like saving and modifying payment Interface.
- Adds a new payment interface service
- Method: postPath:
/service/paymentinterface
- Update an existing payment interface service
- Method: putPath:
/service/paymentinterface/{id}
Integration Services/Pre EOD Check Service API
This service is used to perform Pre EOD Check, like fetching unauthorized maintenance,structure and sweep pending records, fetching all valid job scheduler maintenance records, to check whether the branch has pending maintenances for authorization etc.
- Responds Whether the Branch has Pending Maintenances for Authorization
- Method: getPath:
/service/lmx/preEODCheck/has-pending-maintenances/{branchCodeId}
Integration Services/Transaction Log Service API
This service is used to perform Transaction Log related operations like fetching pending sweep transaction, to get all valid transaction log maintenance records.
- Get all valid transaction log
- Method: getPath:
/service/lmx/transactionLog/fetchNewTxnList
- Process Pending Sweeps
- Method: getPath:
/service/lmx/transactionLog/processPendingSweeps
Interest Input Services/Account and Product API
This Service is used to generate ic query operations.
- Create Customer Role to Head Mapping
- Method: postPath:
/createCustRoleToHead
- Create IC Group External Group Mapping
- Method: postPath:
/icGrpExt
- Create IC Group Product Mapping
- Method: postPath:
/icGroupProd
- Create IC Group Product Mapping
- Method: postPath:
/icGrpPrd
- Delete Customer Role to Head Mapping
- Method: deletePath:
/custRoleToHead
- Get Account Role
- Method: getPath:
/getAccrole
- Get all Rate Codes
- Method: getPath:
/rate/icRate
- Get Customer Role to Head Mapping
- Method: getPath:
/custRoleToHead
- Get for Product UDE List
- Method: getPath:
/prodUdeList
- Get IC Account Group
- Method: getPath:
/accGrp
- Get IC Group Product
- Method: getPath:
/icGroupProd
- Get IC Group Product
- Method: getPath:
/icGrpPrd
- Get ICTB Entries History
- Method: getPath:
/ictbEntriesHistory
- Modify Customer Role to Head Mapping
- Method: postPath:
/modifyCustRoleToHead
- Query IC Entries
- Method: getPath:
/icQuery/ictbEntries/brn/{brn}/accNo/{accNo}
Interest Input Services/External SDE API
This service is used to perform External SDE related services
- Save External SDE values
- Method: postPath:
/extSdeVal
Interest Input Services/IC File Upload API
This service is used for upload and parse files
- Acknowledge records
- Method: postPath:
/accountInterest/ackFile
- Parse uploaded file to link accounts interest rates
- Method: postPath:
/accountInterest/parseFile
- Parse uploaded file to link accounts interest rates
- Method: postPath:
/accountInterest/parseFileAsync
- Save Record
- Method: postPath:
/icSplCndnHandoff
Interest Input Services/Rate and Account API
This Service is used to save IC related Inputs or maintenances
- Account Close Pre-Process
- Method: postPath:
/icAccnt/intliqd
- Accrual Liquidation Details
- Method: postPath:
/accrLiqDetails
- Close Account
- Method: postPath:
/icAccntMaster/recState
- Get Accured Amount
- Method: getPath:
/accruedAmt
- Get Accured Amount Web API
- Method: getPath:
/uiAccruedAmt
- Get all Rate Codes
- Method: getPath:
/rateBrnDef/rateCode
- Get for generic Condition UDE Values
- Method: getPath:
/udeVals/genCondn
- Get for special Condition UDE Value
- Method: getPath:
/udeVals/spCondn
- Get for Special Create Condition UDE Value
- Method: getPath:
/udeVals/splCondn
- Get Product, Currency, Open Details
- Method: getPath:
/prodCcyOpenDetails
- Get VD Balance
- Method: getPath:
/vdBal
- Modify IC Accounts
- Method: postPath:
/icAccntModify
- Modify IC Accounts
- Method: postPath:
/icAccntModify/icAccntModifyCDDA
- Save Account Pricing and Account Charge Slab
- Method: postPath:
/charge/splCondn
- Save and Authorize IC Accounts
- Method: postPath:
/icCreateAccnt
- Save and Authorize IC Accounts.
- Method: postPath:
/icAccntMaster
- Save and Authorize IC Other Balances
- Method: postPath:
/icOtherBalMaster
- Save Charge Products Aclass
- Method: postPath:
/chgProdLinkage
- Save Charge Values
- Method: postPath:
/chargeValues
- Save UDE Values
- Method: postPath:
/udeVals/genCondn
- Save VD Balance
- Method: postPath:
/vdBalance
- Save VD Balance Master
- Method: postPath:
/vdBalMaster
- Special Condition UDE Value
- Method: postPath:
/udeVals/spCondn
- Special Condition UDE Value
- Method: postPath:
/udeVals/splCondn
- To Validate Account
- Method: getPath:
/validateAcc
Maintenance Services/Account Maintenance Service API
This service is used to perform operations on participating accounts like retrieve list of all virtual and real accounts, update and close the account etc.
- Adds a new account
- Method: postPath:
/service/account
- Check IC accounts
- Method: getPath:
/service/lmm/account/shouldProcessIC/{branchCode}
- Close the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/close
- Fetch bulk accounts by given list of account number and branch code
- Method: postPath:
/service/lmm/account/fetchBulkAccounts
- Get all valid account
- Method: getPath:
/service/account
- Get List of Accounts for Balance update during EOD
- Method: getPath:
/service/lmm/account/fetchAccountsEod/{eodBranchCode}
- Get List of Accounts for the given customer collection
- Method: getPath:
/service/lmm/account/getLinkedAccountsForCustomers
- Get the List of linked Accounts
- Method: getPath:
/service/lmm/account/getLinkedAccounts
- Get the list of virtual and real accounts for the given customer
- Method: getPath:
/service/lmm/account/commonCoreAccountfetch
- Gets the list of virtual and real accounts
- Method: getPath:
/service/account/virtualRealAccountfetch
- Reopen the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/reopen
- Retrieve the audit information for the account by ID
- Method: getPath:
/service/lmm/account/{id}/history
- Retrieves the account by ID
- Method: getPath:
/service/account/{accountNumber}/{branchCode}/{currency}
- Retrieves the total balance for the given customers by currency
- Method: getPath:
/service/lmm/account/topcustomersbalances
- Retrieves the unauthorized account for the given ID
- Method: getPath:
/service/lmm/account/{id}/unauthorized
- Update an existing account
- Method: putPath:
/service/account/{accountNumber}/{branchCode}/{currency}
Maintenance Services/Account Special Rate Service API
This service is used to retrieve the valid account special rates supported by the bank.
- Get all valid account special rate
- Method: getPath:
/service/lmm/accountSpecialRate
- Retrieves the account special rate audit information by given ID
- Method: getPath:
/service/lmm/accountSpecialRate/{id}/history
- Retrieves the account special rate by ID
- Method: getPath:
/service/lmm/accountSpecialRate/{id}
- Retrieves the IC Products by given IC Group
- Method: getPath:
/service/lmm/accountSpecialRate/getICProducts
- Retrieves the unauthorized account special rate by given ID
- Method: getPath:
/service/lmm/accountSpecialRate/{id}/unauthorized
Maintenance Services/Application Parameters Service API
This service is used to get the configured system level parameters.
- Get all valid application parameters
- Method: getPath:
/service/lmm/application
- Retrieves the application parameters by ID
- Method: getPath:
/service/lmm/application/{id}
- Retrives the application parameters audit information by given ID
- Method: getPath:
/service/lmm/application/{id}/history
- Retrives the unauthorized application parameters by given ID
- Method: getPath:
/service/lmm/application/{id}/unauthorized
Maintenance Services/Bank Parameters Service API
This service is used to perform Bank Parameter related operations such as get a list of configured bank level parameters, get the bank history by ID etc.
- Adds a new bank
- Method: postPath:
/service/bank
- Get all valid bank
- Method: getPath:
/service/lmm/bank
- Retrieves the bank audit information by ID
- Method: getPath:
/service/lmm/bank/{id}/history
- Retrieves the bank by ID
- Method: getPath:
/service/lmm/bank/{id}
- Retrieves the list of internal or external branches
- Method: getPath:
/service/lmm/bank/external
- Retrieves the list of internal or external branches based on bank type
- Method: getPath:
/service/lmm/bank/internal
- Retrieves the unauthorized bank identified by given ID
- Method: getPath:
/service/lmm/bank/{id}/unauthorized
- Update an existing bank
- Method: putPath:
/service/bank/{bankCode}
Maintenance Services/Branch Parameters Service API
This service is used to perform Branch Parameter related operations like retrieve the branch details,update branch details, Get all valid branch bic codes etc.
- Adds a New Branch
- Method: postPath:
/service/branch
- Flips the Date of a Branch
- Method: getPath:
/service/lmm/branch/flipDate/{branchCode}
- Get all Valid BIC Codes
- Method: getPath:
/service/lmm/branch/biccode
- Get all Valid Branch
- Method: getPath:
/service/lmm/branch
- Gets the List of External Branches
- Method: getPath:
/service/lmm/branch/external
- Gets the List of Internal Branches
- Method: getPath:
/service/lmm/branch/internal
- Retrieves the Branch by ID
- Method: getPath:
/service/lmm/branch/{id}
- Retrieves the External System Details by Branch Code
- Method: getPath:
/service/lmm/branch/externalSystemDetails/{branchCode}
- Retrives the Branch Audit Information by Given ID
- Method: getPath:
/service/lmm/branch/{id}/history
- Retrives the Unauthorized Branch by Given ID
- Method: getPath:
/service/lmm/branch/{id}/unauthorized
- Update an Existing Branch
- Method: putPath:
/service/branch/{branchCode}
Maintenance Services/Country Parameters Service API
This service is used to retrieve the list of configured country parameters.
- Adds a new country
- Method: postPath:
/service/country
- Get all valid country
- Method: getPath:
/service/lmm/country
- Retrieves the country by ID
- Method: getPath:
/service/lmm/country/{id}
- Retrives the country audit information by given ID
- Method: getPath:
/service/lmm/country/{id}/history
- Retrives the unauthorized country by given ID
- Method: getPath:
/service/lmm/country/{id}/unauthorized
- Update an existing country
- Method: putPath:
/service/country/{countryCode}
Maintenance Services/Currency Cutoff Service API
This service is used to perform Currency Cutoff operations like retrieving currency cutoffs supported by the bank.
- Adds a new currency cutoff
- Method: postPath:
/service/ccycutoff
- Get all valid currency cutoff
- Method: getPath:
/service/lmm/ccycutoff
- Retrieves the currency cutoff by ID
- Method: getPath:
/service/lmm/ccycutoff/{id}
- Retrives the currency cutoff audit information by given ID
- Method: getPath:
/service/lmm/ccycutoff/{id}/history
- Retrives the Unauthorized currency cutoff by given ID
- Method: getPath:
/service/lmm/ccycutoff/{id}/unauthorized
- Update an existing currency cutoff
- Method: putPath:
/service/ccycutoff/{bicCode}
Maintenance Services/Currency Parameters Service API
This service is used to perform Currency operations like retrieving currencies supported by the bank.
- Adds a new currency
- Method: postPath:
/service/currency
- Get all valid currency
- Method: getPath:
/service/lmm/currency
- Retrieves the currency by ID
- Method: getPath:
/service/lmm/currency/{id}
- Retrives the currency audit information by given ID
- Method: getPath:
/service/lmm/currency/{id}/history
- Retrives the unauthorized currency by given ID
- Method: getPath:
/service/lmm/currency/{id}/unauthorized
- Update an existing currency
- Method: putPath:
/service/currency/{currencyCode}
Maintenance Services/Customer Maintenance API
This service is used to perform Customer maintenance related operations.
- Adds a New Customer
- Method: postPath:
/service/customer
- Close the Account by Given ID
- Method: patchPath:
/service/customer/{customerId}/close
- Get the customer Hierarchy for Given Customer ID
- Method: getPath:
/service/customer/getCustomerHierarchy
- Get the Group Customer ID for Given Customer ID
- Method: getPath:
/service/customer/getGroupCustomerId
- Reopen the Account by Given ID
- Method: patchPath:
/service/customer/{customerId}/reopen
- Retrieves the Account by ID
- Method: getPath:
/service/customer/{customerId}
- Retrieves the Customers by Given Parent Customer ID
- Method: getPath:
/service/customer/getAllCustomers
- Update an Existing Customer
- Method: putPath:
/service/customer/{customerId}
Maintenance Services/Default Payment Instruction Service API
This service is used to perform Default Payment Instruction related operations.Default Payment Instruction allows the user to maintain a matrix that decides the default payment service for an account pair involved in a liquidity structure, based on parameters like DDA/Hosts involved, Entities involved, and the Type of Payment (Internal/Domestic/Cross-Border).
- Get all valid default payment instruction
- Method: getPath:
/service/lmm/defaultPaymentInstruction
- Retrieves the default payment instruction by ID
- Method: getPath:
/service/lmm/defaultPaymentInstruction/{id}
- Retrives the default payment instruction audit information by given ID
- Method: getPath:
/service/lmm/defaultPaymentInstruction/{id}/history
- Retrives the unauthorized default payment instruction by given ID
- Method: getPath:
/service/lmm/defaultPaymentInstruction/{id}/unauthorized
Maintenance Services/Event Maintenance Service API
This service is used to perform Event related operations.
- Retrives the event by given event code
- Method: getPath:
/service/lmm/event/getByEvtCode/{evtCode}
Maintenance Services/Frequency Service API
This service is used to perform Frequency related operations.
- Get all valid frequency
- Method: getPath:
/service/lmm/frequency
- Retrieves the frequency by ID
- Method: getPath:
/service/lmm/frequency/{id}
- Retrives the frequency audit information by given ID
- Method: getPath:
/service/lmm/frequency/{id}/history
- Retrives the unauthorized frequency by given ID
- Method: getPath:
/service/lmm/frequency/{id}/unauthorized
Maintenance Services/Interest Account Group Service API
This service is used to perform Interest Account Group related operations.
- Get all valid interest account group
- Method: getPath:
/service/lmm/interestaccountgroup
- Retrieves the interestaccountgroup by ID
- Method: getPath:
/service/lmm/interestaccountgroup/{id}
- Retrives the interest account group audit information by given ID
- Method: getPath:
/service/lmm/interestaccountgroup/{id}/history
- Retrives the unauthorized interest account group by given ID
- Method: getPath:
/service/lmm/interestaccountgroup/{id}/unauthorized
Maintenance Services/Message Type Service API
This service is used to query all valid message types.
- Get all valid message types
- Method: getPath:
/service/lmm/messagetype
Maintenance Services/RM Linkage service API
This service is used to perform operations on the list of configured customer and user linkage.
- Get all valid rm linkage
- Method: getPath:
/service/lmm/rmlinkage
- Get all valid rm linkage customer
- Method: getPath:
/service/lmm/rmlinkage/getLinkedCustomers
- Retrieves the rm linkage by ID
- Method: getPath:
/service/lmm/rmlinkage/{id}
- Retrives the rm linkage audit information by given ID
- Method: getPath:
/service/lmm/rmlinkage/{id}/history
- Retrives the unauthorized rm linkage by given ID
- Method: getPath:
/service/lmm/rmlinkage/{id}/unauthorized
Maintenance Services/UnAuthorized Records Service API
This service is used to query Unauthorized Records in the system.
- Get all valid UnAuthorized Records
- Method: getPath:
/service/lmm/unAuthorizedRecords
Maintenance Services/World Cities Service API
This service is used to perform Cities related operations like get the list of all world-cities, retrieve the city by Country code.
- Get all Valid World Cities
- Method: getPath:
/service/lmm/cities
- Retrieves the City by Country
- Method: getPath:
/service/lmm/cities/{countryCode}
Maintenance Services/World Time Zone Service API
This service is used to query Time Zone.
- Get all valid world timezones
- Method: getPath:
/service/lmm/timezones
- Retrieves the timezones by Country Code
- Method: getPath:
/service/lmm/timezones/{countryCode}
Messaging Services/External Message Log Service API
This service is used to get external message log based on input criteria.
- Get all MT Message Log
- Method: getPath:
/service/lmg/externalMessage/getExternalMessageLog
- Process Hold Messages in Batch
- Method: getPath:
/service/lmg/externalMessage/processHoldMessagesInBatch
- Process Pending Message
- Method: getPath:
/service/lmg/externalMessage/processPendingMessage
- Supress Message
- Method: getPath:
/service/lmg/externalMessage/supressMessage
- Update Latest Balance by Processing CAMT Message Based on Account Number and Value Date
- Method: postPath:
/service/lmg/externalMessage/processCAMTMessage
- Update latest Balance by Processing MT940,MT941,MT950 Message Based on Account Number and Value Date
- Method: postPath:
/service/lmg/externalMessage/processMTMessages
- Update Latest Balance by Processing MT942 Message Based on Account Number and Value Date
- Method: postPath:
/service/lmg/externalMessage/processMT942Message
- Update MT942 Message Details
- Method: postPath:
/service/lmg/externalMessage/updateMt942MessageDetails
Online Liquidation Services/Branch Parameter Liquidation API
This Service is used to maintain Core Branch Parameters.This Service will allow us to maintain the parameters for branch that are common across the services using the branch service.Branch Code Uniquely Distinguishes a Branch.
- Get all valid online liquidation
- Method: getPath:
/onliq
- Liquidate Online
- Method: postPath:
/onliq/liquidateOnline
- Liquidate Online for GUS Response Fromat
- Method: postPath:
/onliq/liqdOnlineCDDA
- Liquidate Online for UBS
- Method: postPath:
/onliq/liquidateOnlineUBS
Pool Services/Pool Reallocation Service API
This service is used to perform Pool Reallocation related operations, like fetching reallocation details, fetching IC entries for Accrual handoff etc.
- Fetch Ic history entries
- Method: getPath:
/service/lmp/poolRealloc/icEntries
- Fetch Ic History Entries For Accrual HandOff
- Method: getPath:
/service/lmp/poolRealloc/icEntriesForAccrHandOff
- Get all fetch all reallocation details
- Method: getPath:
/service/lmp/poolRealloc/fetchReallocationDetails
- Get all pending reallocation logs
- Method: getPath:
/service/lmp/poolRealloc/pendingreallocations
- Get all valid poolRealloc data
- Method: getPath:
/service/lmp/poolRealloc
Pool Services/Pool Service API
This service is used for pool operations.
- Fetch Pool log for Structure
- Method: getPath:
/service/lmp/pool/log
- Fetch Ratio Method details for Branch
- Method: getPath:
/service/lmp/pool/ratio-details
- Get Parent account and its child accounts from pool contribution and update IctbDeferredEntries
- Method: getPath:
/service/lmp/pool/updateDeferredEntriesForPoolCont
- Get Parent account and its child accounts from pool contribution and update IctbDeferredEntries
- Method: getPath:
/service/lmp/pool/updateDeferredEntriesForPoolStructure
RTL Services/Real Time Liquidity Structure Service API
This service is used to perform Real Time Liquidity Structure related operations.
- Generates the Real Time Liquidity Structure ID
- Method: getPath:
/service/lrt/structure/key
- Get all Valid Real Time Liquidity Structure
- Method: getPath:
/service/lrt/structure
- Retrieves the Real Time Liquidity Structure by ID
- Method: getPath:
/service/lrt/structure/{id}
- Retrives the Real Time Liquidity Structure audit information by given ID
- Method: getPath:
/service/lrt/structure/{id}/history
- Retrives the unauthorized Real Time Liquidity Structure by given ID
- Method: getPath:
/service/lrt/structure/{id}/unauthorized
RTL Services/Real Time Liquidity Transaction Monitor Service API
This service is used to perform Real Time Liquidity Transaction related operations.
- Get all valid rtl sublimit transaction logs
- Method: getPath:
/service/lrt/RtlTransaction/fetchSublimitLog
- Get all valid rtl transaction
- Method: getPath:
/service/lrt/RtlTransaction/fetch
- Get sublimit details on a structure
- Method: getPath:
/service/lrt/RtlTransaction/fetchSublimitDetails
Report Services/Simulation Report API
This service is used to generate simulation benefit report for sweep and pool along with log summary.
- Download Simulation Report
- Method: getPath:
/service/lmr/simulation/downloadReport
Security Management System Services/User API
This service is used for creating the User related operations.
- Adds a new user
- Method: postPath:
/service/user
- Update an existing user
- Method: putPath:
/service/user/{userLoginId}
Structure Services/Structure Maintenance Service API
This service is used to perform Structure Maintenance related operations for Service application, like fetching, creating, modifying, closing, reopening, authorizing a structure etc.
- Adds a new structure from external system
- Method: postPath:
/service/lma/structure/createExternal
- Export a structure
- Method: getPath:
/service/lma/structure/{id}/export/{format}
- Fetch all the accounts of a structure by given ID
- Method: getPath:
/service/lma/structure/{id}/accounts
- Fetch various structures and their priorities for the given Account
- Method: getPath:
/service/lma/structure/priorities/accountNumbers/{accountNumbers}
- For a Given Intruction ID or Frequency, validates whether there are open structures
- Method: getPath:
/service/lma/structure/checkStructureExists
- Generate the structure ID
- Method: getPath:
/service/lma/structure/getStructureId
- Generates the Structure ID for the Simulation structure
- Method: getPath:
/service/lma/structure/simulation/getSimulationId
- Get all valid structure
- Method: getPath:
/service/lma/structure
- Get Structure Details for Accounts Participating in Multiple Structures
- Method: postPath:
/service/lma/structure/v1/having-common-accounts
- Get structure logs to view, authorize or reject
- Method: getPath:
/service/lma/structure/approval
- Modifies a structure from external system
- Method: postPath:
/service/lma/structure/modifyExternal
- Retrieves the BOD Structure Master Id by header Branch Code
- Method: getPath:
/service/lma/structure/structureBod/{headerBranchCode}
- Retrieves the Child Account by Parent Account Number and Structure key ID
- Method: getPath:
/service/lma/structure/v1/childAccounts
- Retrieves the Reallocation Structure details by header Branch Code
- Method: getPath:
/service/lma/structure/strRealloc/{headerBranchCode}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/accounts/{structureMasterId}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/fetch/{id}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/v1/{id}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/{id}
- Retrieves the Structure details for BOD reverse sweeps execution
- Method: getPath:
/service/lma/structure/revFreqStructure
- Retrieves the Structure details for Pool for the given Header Branch Code
- Method: getPath:
/service/lma/structure/poolstructure/{headerBranchCode}
- Retrieves the Structure details for reverse sweep for the given Header Branch Code
- Method: getPath:
/service/lma/structure/strRevSweep/{headerBranchCode}
- Retrieves the Structure details for Reverse Sweep to be executed intraday
- Method: getPath:
/service/lma/structure/strRevSweepIntraDay
- Retrieves the Structure details to be executed during EOD for the given Header Branch Code
- Method: getPath:
/service/lma/structure/structureEod/{headerBranchCode}
- Retrieves the Structure details to be executed for intraday sweeps
- Method: getPath:
/service/lma/structure/structureIntraDay
- Retrives the structure audit information by given ID
- Method: getPath:
/service/lma/structure/{id}/history
- Retrives the unauthorized structure by given ID
- Method: getPath:
/service/lma/structure/{id}/unauthorized
- Update an existing structure with list of Structure Detail records.
- Method: putPath:
/service/lma/structure/v1/{id}
- Update the structures priorities upon customer hierarchy change
- Method: postPath:
/service/lma/structure/priority/updateCustIds
- Validates a new structure
- Method: postPath:
/service/lma/structure/validate
Structure Services/Structure Priority Service API
This service is used to perform Structure Priority related operations, like getting the structure priority details.
- Get Structure Priority Details for customer ID
- Method: getPath:
/service/lma/structure-priority/{customerId}
Sweep Services/Contribution Service API
This service is used to perform Contribution related operations like getting the daily contribution, calculating the parent contribution etc.
- Get all Valid ABS Contribution
- Method: getPath:
/service/lms/contribution/absContribution
- Get all valid contribution
- Method: getPath:
/service/lms/contribution
- Get all Valid Daily Contribution
- Method: getPath:
/service/lms/contribution/dailyContribution
- Get all Valid Parent Contribution
- Method: getPath:
/service/lms/contribution/parentContribution
- Get all Valid Sum Contribution
- Method: getPath:
/service/lms/contribution/contributionSum
- Retrieves Minimum Contribution Value Date For Given Structure
- Method: getPath:
/service/lms/contribution/valuedate/{structureId}
Sweep Services/Reverse Sweep Service API
This service is used to perform Reverse Sweep related operations like executing different types of synchronous and asynchronous reverse sweep etc.
- Run reverse sweep service for a structure
- Method: postPath:
/reversesweepservice/structure
- Run reverse sweep service for a structure asynchronously
- Method: postPath:
/reversesweepservice/structureasync
- Run reverse sweep service for account pairs asynchronously
- Method: postPath:
/reversesweepservice/accpairasync
- Run sweep service for account pair
- Method: postPath:
/reversesweepservice/accpair
Sweep Services/Sweep Execution Service API
This service is used to perform Sweep Execution.
- Execute Sweep for a Structure from channel
- Method: postPath:
/service/lms/executesweepforchannel
Sweep Services/Sweep Master Service API
This service is used to perform Sweep Master related operations.
- Get all valid sweepmaster data
- Method: getPath:
/service/lms/sweepmaster
Sweep Services/Sweep Monitor Service API
The operations from the Sweep Services/Sweep Monitor Service API category.
- Get all valid sweep monitor
- Method: getPath:
/service/lms/sweepmonitor
Sweep Services/Sweep Reallocation Service API
This service is used fetch the Sweep Reallocation Logs.
- Get all valid sweep reallocation data
- Method: getPath:
/service/lms/sweepRealloc
Sweep Services/System Account Service API
This service is used for system account related operations for Sweep Execution process like fetching the system account for a account pair sweep etc.
- Get all valid system accounts
- Method: getPath:
/service/lms/systemAccount
- Get valid system accounts for passed account pair
- Method: getPath:
/service/lms/systemAccount/getForAccountPair