Hi Team,
Below is my request body and I want to include CAP, DIV, and MNA together as CorporateActionsStandardEventsType within a single API call.
{
"ExtractionRequest": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsStandardExtractionRequest",
"ContentFieldNames": [
"Security Long Description",
"ISIN",
"SEDOL",
"RIC",
"Dividend Ex Date",
"Capital Change Ex Date",
"Effective Date",
"Deal Effective Date",
"Dividend Pay Date",
"Dividend Payment Type Description",
"Capital Change Event Type Description",
"Dividend Currency",
"Dividend Currency Description",
"Dividend Rate",
"Dividend Tax Marker Description",
"New Shares Terms",
"Old Shares Terms",
"Offer Price",
"Offer Price Currency",
"Capital Change New Security ISIN",
"Corporate Action Notes"
],
"IdentifierList": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "7144569",
"IdentifierType": "Sedol"
}
],
"ValidationOptions": {
"AllowOpenAccessInstruments": true,
"AllowHistoricalInstruments": true,
"AllowLimitedTermInstruments": true,
"AllowInactiveInstruments": true,
"AllowUnsupportedInstruments": true,
"ExcludeFinrAsPricingSourceForBonds": true,
"UseExchangeCodeInsteadOfLipper": true,
"UseUsQuoteInsteadOfCanadian": true,
"UseConsolidatedQuoteSourceForUsa": true,
"UseConsolidatedQuoteSourceForCanada": true,
"UseDebtOverEquity": true,
"UseOtcPqSource": true,
"AllowSubclassImport": true
},
"UseUserPreferencesForValidationOptions": false
},
"Condition": {
"ReportDateRangeType": "Range",
"QueryStartDate": "2025-01-15",
"QueryEndDate": "2026-01-20",
"ExcludeDeletedEvents": true,
"IncludeDividendEvents": true,
"CorporateActionsDividendsType": "DividendExDate",
"IncludeInstrumentsWithNoEvents": false,
"IncludeNullDates": false,
"ExcludeDeletedEvents": true,
"IncludeCapitalChangeEvents": true,
"IncludeDividendEvents": true,
"IncludeEarningsEvents": false,
"IncludeMergersAndAcquisitionsEvents": true,
"IncludeNominalValueEvents": false,
"IncludePublicEquityOfferingsEvents": false,
"IncludeSharesOutstandingEvents": false,
"IncludeVotingRightsEvents": false,
"CorporateActionsCapitalChangeType": "CapitalChangeExDate",
"CorporateActionsDividendsType": "DividendExDate",
"CorporateActionsEarningsType": "EarningsAnnouncementDate",
"CorporateActionsEquityOfferingsType": "AllPendingDeals",
"CorporateActionsMergersAcquisitionsType": "DealEffectiveDate",
"CorporateActionsNominalValueType": "NominalValueDate",
"CorporateActionsSharesType": "SharesAmountDate",
"CorporateActionsStandardEventsType": "CAP",
"CorporateActionsVotingRightsType": "VotingRightsDate",
"ShareAmountChoice": "All",
"ShareAmountTypes": [
"Outstanding"
],
"ExcludeHistoricalEvents": false,
"LastEntityOnly": false
}
}
}
Can you suggest what to do here?