Skip to main content
Version: 8.6.9.2

FalgoDividends

Description

SpiderRock Falgo Dividends records provide a combined historical and forward-looking cash dividend schedule for global equity listings. Each record describes a single dividend event for one security in one payment currency, and carries the announcement, ex-dividend, record and payment dates together with the dividend amount per share and a prediction interval around it. The divSource column identifies whether a record is a model projection, a dividend the issuer has declared, or a realized payment, so a single series can be read across both past and future periods. Securities whose holders may elect the currency they are paid in contribute one record per electable currency.

Schema Definition

Field NameData TypeDescription
ticker_atstringUnderlying asset type
ticker_tsstringUnderlying ticker source
ticker_tkstringUnderlying ticker
divSequenceIdstringIdentifier of the dividend within the security's calendar year - regular dividends are numbered sequentially, so 202503 is the third regular dividend of 2025, while special dividends carry an S before the ordinal, so 2025S1 is the first special dividend of 2025
payCurrencystringCurrency the dividend is expected to be paid in
srSecIDbigintSpiderRock security ID - not resolved for this dataset and published as 0
ediSecIDbigintVendor security ID - the recommended key for joining these records to other sources, as it is stable across ticker renames and exchange migrations
isinstringISIN of the security
exchangestringVendor exchange code identifying the listing, for example USNYSE or USNASD - this is not an ISO MIC
divKindstringDividend kind (e.g. CASH, SPECIAL)
divFreqstringDividend payment frequency (e.g. QUARTERLY, MONTHLY, SEMI, ANNUAL)
divSourcestringOrigin of the record - Forecasted for a model projection, Announced for a dividend the issuer has declared, and Actual for a realized dividend. Use this column to tell the three apart; a zero-width confidence interval does not identify a record as announced or realized
annDatedateAnnouncement date
exDatedateEx-dividend date
recordDatedateRecord date
payDatedatePayment date
divAmountdoubleDividend amount per share, expressed in declCurrency
confidenceLowdoubleLower bound of the 90% prediction interval around divAmount - 0 on Announced and Actual records, which carry no prediction interval
confidenceHighdoubleUpper bound of the 90% prediction interval around divAmount - 0 on Announced and Actual records, which carry no prediction interval
declCurrencystringCurrency the issuer declares the dividend in
isDefaultPayCurrencystringYes when payCurrency is the issuer's default election for this dividend, No when it is an alternative election available to holders
isFrankedstringYes when the dividend carries franking credits under Australian dividend imputation
bundleintSubscription tier indicator - reserved, currently published as 0
forecastTimetimestampTime the record was produced

Differences to V7