Interest Optimization Simulation API REST Endpoints

Integration Services/Interest Optimization Simulation API
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
Adds a new interest optimization
Method: post
Path: /simulation/interest-optimization
Authorize the interest optimization simulation by given ID
Method: patch
Path: /simulation/interest-optimization/{id}/approve
Close the interest optimization simulation by given ID
Method: patch
Path: /simulation/interest-optimization/{id}/close
Deletes the interest optimization simulation identified by given ID
Method: delete
Path: /simulation/interest-optimization/{id}
Get all valid interest optimization simulation
Method: get
Path: /simulation/interest-optimization
Reopen the interest optimization simulation by given ID
Method: patch
Path: /simulation/interest-optimization/{id}/reopen
Retrieves the interest optimization simulation by given ID
Method: get
Path: /simulation/interest-optimization/{id}/history
Retrieves the interest optimization simulation by given ID
Method: get
Path: /simulation/interest-optimization/{id}/unauthorized
Retrieves the interest optimization simulation by ID
Method: get
Path: /simulation/interest-optimization/{id}
Retrieves the IO structure ID
Method: get
Path: /simulation/interest-optimization/getIOStructureId
Update an existing interest optimization simulation
Method: put
Path: /simulation/interest-optimization/{id}