- How can we identify which MT568 messages are linked to a specific MT564? For example, if there are two MT564 messages with the same CORP reference ID, each having its own MT568 messages, how do we map each MT568 to the correct MT564?
- We were previously informed that only the latest SWIFT messages will be returned via the API. If that is the case, how can multiple MT564 messages be received? Could you also share an example (sample SWIFT message or RIC/ISIN) where multiple MT564 messages exist?
API URL -
https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractRaw
API Body -
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest",
"Condition": {
"ReportDateRangeType": "Delta",
"PendingEventsPreviousDays": 1,
"ReportIsoEvents": [
"BIDS",
"TEND",
"EXRI",
"PRIO",
"CONV",
"EXOF",
"MRGR"
],
"IncludeNonPendingEvents": true,
"GrossAmountOnlyForPaymentEvents": true,
"ExcludeNilPaidFromPaymentEvents": true,
"IncludeCusipCinsIn35B": true,
"Wrap35BLines": true
},
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "EDPR.LS",
"IdentifierType": "Ric",
"Source": "*"
}
],
"ValidationOptions": {
"AllowOpenAccessInstruments": true,
"AllowHistoricalInstruments": true,
"AllowInactiveInstruments": false
},
"UseUserPreferencesForValidationOptions": false
}
}
}