Add interest base rate type - periodic
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"rateBaseCode": "EURIBOR 1 month",
"maturityTypeCode": "M",
"maturityLength": 1,
"currencyCode": "EUR",
"referenceRateTypeCode": "EURIBOR",
...
}"rateApplicationRule": "PERIODIC""fourEyeRequired": false{
"rateBaseCode": "EURIBOR 1 month",
"maturityTypeCode": "M",
"maturityLength": 1,
"currencyCode": "EUR",
"referenceRateTypeCode": "EURIBOR",
"rateApplicationRule": "PERIODIC",
"fourEyeRequired": false
}curl --location 'https://currency-api.sandbox.tuumplatform.com/api/v1/base-rates/types' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDktMjVUMTQ6MTc6MjkiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2OTU2NTE0NDl9.Zo39uMKkrlxqsjRTwhEGwz2NukSnBigNTztbtYYPb3k' \
--header 'x-channel-code: SYSTEM' \
--header 'Content-Type: application/json' \
--data '{
"rateBaseCode": "EURIBOR 1 month",
"maturityTypeCode": "M",
"maturityLength": 1,
"currencyCode": "EUR",
"referenceRateTypeCode": "EURIBOR",
"rateApplicationRule": "PERIODIC",
"fourEyeRequired": false
}'{
"errors": null,
"validationErrors": null,
"data": {
"rateBaseCode": "EURIBOR 1 month",
"maturityTypeCode": "M",
"maturityLength": 1,
"currencyCode": "EUR",
"referenceRateTypeCode": "EURIBOR",
"rateApplicationRule": "PERIODIC",
"fourEyeRequired": false
}
}