org_isda_cdm.DividendEntitlementEnum.DividendEntitlementEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 5.0.1
*/
package DividendEntitlementEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the date on which the receiver of the equity payout is entitled to the dividend.
*/
const (
/**
* Dividend entitlement is on the dividend ex-date.
*/
EX_DATE DividendEntitlementEnum = iota + 1
/**
* Dividend entitlement is on the dividend record date.
*/
RECORD_DATE DividendEntitlementEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy