Causeway
Degraded in us-west-2DocsRequest Dataset
<- Back to concepts

Cash Dividend

CashDividendCAE

Cash payment per share distributed by a company to its shareholders.

Datasets representing this concept
1 dataset
DatasetRolePure
cash_dividendprimaryPure Model ->
Pure Class

FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.

<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/cash_dividend.parquet', Lineage.fiboModule = 'CAE', Lineage.fiboConcept = 'CashDividend', Lineage.datasetTitle = 'Cash Dividends'}
// Dividend-specific economics for events of type CASH_DIVIDEND — gross amount per share, currency, withholding.
Class fibo::cae::CashDividend
{
    // EventIdentifier: Internal surrogate key for a corporate-action event.
    eventId : Integer[1];
    // DividendPerShare: Gross cash amount paid per share before any withholding tax.
    grossAmountPerShare : Decimal[1];
    // ISO4217CurrencyCode: Three-letter code (e.g., USD, EUR, JPY) that uniquely identifies a currency under ISO 4217.
    currencyCode : String[1];
    // WithholdingPercent: Portion of dividend withheld at source for tax, expressed as a percentage.
    withholdingPct : Decimal[0..1];
}