Add interest rate cap type

Use case

In this example we will review how to add an interest rate cap type.

Use case data
API parameters with values

We will add a Bank of Finland PIRC interest rate cap.

The interest rate cap is applied instantly.

The 4eye confirmation for the the interest rate cap fixings is not required.

Sample API call

To add a new interest rate cap type, make the following API call.

https://currency-api.sandbox.tuumplatform.com/api/v1/interest-rate-caps/types

circle-info

Learn more about the add interest rate cap typearrow-up-right endpoint in the Tuum developer portal.

Sample request

Below is an example request body of the API call for adding a new interest rate cap types.

{
  "interestRateCapCode": "Bank of Finland PIRC",
  "rateCapApplicationRule": "INSTANT",
  "fourEyeRequired": false
}

Sample response

chevron-rightResponsehashtag

Result

As a result, a Bank of Finland PIRC interest rate cap type with an instant application rule is added to the Tuum system.

Last updated

Was this helpful?