Add interest base rate type - instant
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"rateBaseCode": "Riksbank Reference Rate",
"maturityTypeCode": null,
"maturityLength": null,
"currencyCode": "SEK",
"referenceRateTypeCode": "RIX_RR",
...
}"rateApplicationRule": "INSTANT""fourEyeRequired": true{
"rateBaseCode": "Riksbank Reference Rate",
"maturityTypeCode": null,
"maturityLength": null,
"currencyCode": "SEK",
"referenceRateTypeCode": "RIX_RR",
"rateApplicationRule": "INSTANT",
"fourEyeRequired": true
}curl --location 'https://currency-api.sandbox.tuumplatform.com/api/v1/base-rates/types' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjQtMDMtMTJUMTU6Mjg6NTUiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE3MTAyNTczMzV9.U4ZjEqjkNgOyEMQ8cu9HiVT4IhS9UytkHR33mup8_V0' \
--header 'x-channel-code: SYSTEM' \
--header 'Content-Type: application/json' \
--data '{
"rateBaseCode": "Riksbank Reference Rate",
"maturityTypeCode": null,
"maturityLength": null,
"currencyCode": "SEK",
"referenceRateTypeCode": "RIX_RR",
"rateApplicationRule": "INSTANT",
"fourEyeRequired": true
}'{
"errors": null,
"validationErrors": null,
"data": {
"rateBaseCode": "Riksbank Reference Rate",
"maturityTypeCode": null,
"maturityLength": null,
"currencyCode": "SEK",
"referenceRateTypeCode": "RIX_RR",
"rateApplicationRule": "INSTANT",
"fourEyeRequired": true
}
}