GCCT message conf speed
GET {{baseUrl}}/totals/monthly/gcct/own/conf-speed?period=2019-01&creditor_country=FR&trn_future_value_date=true&settlement_currency=USD&bic=DEMOUS11
Get community data on forwarding speed as creditor by corridor for a specified creditor country.
Body
PARAM
Key | Datatype | Required | Description |
period
|
string | (Required) Period of the transactions to be reported on. | |
creditor_country
|
string | Country of the creditor BIC. Either this parameter is used or debtor_country or both. | |
trn_future_value_date
|
boolean | Indicates whether a future value date is present in any event in the transaction. True will return transactions with a future value date set and false will only return transactions without future value date set. If the parameter is not present all transactions are in scope. | |
settlement_currency
|
string | Inbound message's settlement currency. When none, all transactions are in scope. | |
bic
|
string | BIC to be reported on. If not present all BICs in scope are returned. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"observer_data": [
{
"sending_country": "NL",
"creditor_country": "BE",
"own_message_count": "155",
"swift_message_count": "25789",
"own_avg_country_elapsed_time": "8",
"swift_avg_country_elapsed_time": "10"
},
{
"sending_country": "FR",
"creditor_country": "BE",
"own_message_count": "155",
"swift_message_count": "25789",
"own_avg_country_elapsed_time": "8",
"swift_avg_country_elapsed_time": "10"
}
]
} |
ENDPOINTS