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: postPath:
/simulation/interest-optimization
- Authorize the interest optimization simulation by given ID
- Method: patchPath:
/simulation/interest-optimization/{id}/approve
- Close the interest optimization simulation by given ID
- Method: patchPath:
/simulation/interest-optimization/{id}/close
- Create Interest Optimization Structure from Interest optimization simulation
- Method: postPath:
/simulation/interest-optimization/createIOStrunctureFromID
- Deletes the interest optimization simulation identified by given ID
- Method: deletePath:
/simulation/interest-optimization/{id}
- Get all valid interest optimization simulation
- Method: getPath:
/simulation/interest-optimization
- Reopen the interest optimization simulation by given ID
- Method: patchPath:
/simulation/interest-optimization/{id}/reopen
- Retrieves the interest optimization simulation by given ID
- Method: getPath:
/simulation/interest-optimization/{id}/history
- Retrieves the interest optimization simulation by given ID
- Method: getPath:
/simulation/interest-optimization/{id}/unauthorized
- Retrieves the interest optimization simulation by ID
- Method: getPath:
/simulation/interest-optimization/{id}
- Retrieves the IO structure ID
- Method: getPath:
/simulation/interest-optimization/getIOStructureId
- Update an existing interest optimization simulation
- Method: putPath:
/simulation/interest-optimization/{id}